Re: [yocto] bbappend extra SRC_URI ignored

2018-06-15 Thread Damien LEFEVRE
It's exactly as you said. Thanks a lot! I got it solved and learned some new tricks =) -Damien On Thu, Jun 14, 2018 at 5:23 PM, Martin Jansa wrote: > See ./recipes-bsp/tegra-binaries/tegra-shared-binaries.inc > > It's disabling standard do_fetch, do_unpack, do_patch and replacing them > with t

Re: [yocto] bbappend extra SRC_URI ignored

2018-06-14 Thread Martin Jansa
See ./recipes-bsp/tegra-binaries/tegra-shared-binaries.inc It's disabling standard do_fetch, do_unpack, do_patch and replacing them with tegra-binaries:do_unpack tegra-binaries:do_preconfigure which populates S directory in work-shared S = "${TMPDIR}/work-shared/L4T-${SOC_FAMILY}-${PV}-${PR}/Linux

Re: [yocto] bbappend extra SRC_URI ignored

2018-06-14 Thread Maciej Pijanowski
On 14.06.2018 14:16, Damien LEFEVRE wrote: HI, I'm working on meta-tegra layer and I'd like to append a recipe. The original recipe looks like this: https://github.com/madisongh/meta-tegra/blob/rocko-l4t-r28.2/recipes-bsp/tegra-binaries/tegra-tools_28.2.0.bb

Re: [yocto] bbappend extra SRC_URI ignored

2018-06-14 Thread Damien LEFEVRE
Thanks Here are some interesting parts of bitbake -e. It seems my syntax is correct # $FILESEXTRAPATHS [3 operations] # set? /home/damien/procbox-pyro/sources/poky/meta/conf/bitbake.conf:325 # "__default:" # set /home/damien/procbox-pyro/sources/poky/meta/conf/documentation.conf:173 #

Re: [yocto] bbappend extra SRC_URI ignored

2018-06-14 Thread Robert P. J. Day
On Thu, 14 Jun 2018, Damien LEFEVRE wrote: > HI, > I'm working on meta-tegra layer and I'd like to append a recipe. The original > recipe looks like > this: > https://github.com/madisongh/meta-tegra/blob/rocko-l4t-r28.2/recipes-bsp/tegra-binaries/tegra-t > ools_28.2.0.bb  > > I've made a tegra-to

Re: [yocto] bbappend extra SRC_URI ignored

2018-06-14 Thread Martin Jansa
On Thu, Jun 14, 2018 at 03:16:00PM +0300, Damien LEFEVRE wrote: > HI, > > I'm working on meta-tegra layer and I'd like to append a recipe. The > original recipe looks like this: > https://github.com/madisongh/meta-tegra/blob/rocko-l4t-r28.2/recipes-bsp/tegra-binaries/tegra-tools_28.2.0.bb >

Re: [yocto] bbappend extra SRC_URI ignored

2018-06-14 Thread Damien LEFEVRE
Typo sorry. I've tried all possible combination - SRC_URI += "file://nvpmodel.conf" - SRC_URI_append = " file://nvpmodel.conf" - SRC_URI_prepend = "file://nvpmodel.conf " - SRC_URI_append_tegra186 = " file://nvpmodel.conf" - SRC_URI_prepend_tegra186 = "file://nvpmodel.conf " -Dam

[yocto] bbappend extra SRC_URI ignored

2018-06-14 Thread Damien LEFEVRE
HI, I'm working on meta-tegra layer and I'd like to append a recipe. The original recipe looks like this: https://github.com/madisongh/meta-tegra/blob/rocko-l4t-r28.2/recipes-bsp/tegra-binaries/tegra-tools_28.2.0.bb