Re: [yocto] Expansion of variables inside do_package_prepend task

2018-02-22 Thread Iván Castell
2018-02-21 17:17 GMT+01:00 Joshua Watt : > On Wed, 2018-02-21 at 16:50 +0100, Iván Castell wrote: > > Hello forum. > > I have a question regarding the expansion of variables in a recipe. > Suppose I have a recipe with this "do_install" task defined: > > do_install() { > BBB = ${WORKDIR

Re: [yocto] Expansion of variables inside do_package_prepend task

2018-02-21 Thread Joshua Watt
On Wed, 2018-02-21 at 16:50 +0100, Iván Castell wrote: > Hello forum. > > I have a question regarding the expansion of variables in a recipe. > Suppose I have a recipe with this "do_install" task defined: > > do_install() { > BBB = ${WORKDIR} > } > > Variable BBB expands to the p