Re: [yocto] do_fetch_append: syntax error

2019-10-01 Thread Damien LEFEVRE
OK understood! I'll find another way. Thanks, -Damien On Tue, Oct 1, 2019 at 12:13 PM Martin Jansa wrote: > On Tue, Oct 01, 2019 at 11:35:21AM +0300, Damien LEFEVRE wrote: > > Hi, > > > > I have the following bbappend > > > > FILESEXTRAPATHS_prepend := "${THISDIR}/files:" > > SRC_URI += " \ >

Re: [yocto] do_fetch_append: syntax error

2019-10-01 Thread Martin Jansa
On Tue, Oct 01, 2019 at 11:35:21AM +0300, Damien LEFEVRE wrote: > Hi, > > I have the following bbappend > > FILESEXTRAPATHS_prepend := "${THISDIR}/files:" > SRC_URI += " \ > file://tegra186_cti_defconfig \ > " > > do_fetch_append(){ > mv ${WORKDIR}/tegra186_cti_defconfig ${WORKDIR}/defco

Re: [yocto] do_fetch_append: syntax error

2019-10-01 Thread Nicolas Dechesne
On Tue, Oct 1, 2019 at 10:36 AM Damien LEFEVRE wrote: > > Hi, > > I have the following bbappend > > FILESEXTRAPATHS_prepend := "${THISDIR}/files:" > SRC_URI += " \ > file://tegra186_cti_defconfig \ > " > > do_fetch_append(){ > mv ${WORKDIR}/tegra186_cti_defconfig ${WORKDIR}/defconfig > } >

[yocto] do_fetch_append: syntax error

2019-10-01 Thread Damien LEFEVRE
Hi, I have the following bbappend FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += " \ file://tegra186_cti_defconfig \ " do_fetch_append(){ mv ${WORKDIR}/tegra186_cti_defconfig ${WORKDIR}/defconfig } For this I get an error: File "autogenerated", line 3 mv ${WORKDIR}/tegr