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

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
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 #

[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

[yocto] Build failure when BUILDHISTORY_FEATURES includes "package"

2018-06-14 Thread Jon Szymaniak
Hi all, I'm encountering the following error, which I can reproduce with qemu targets, core-image-minimal, a default bblayers.conf, and the following additions to an otherwise default local.conf: INHERIT += "buildhistory" BUILDHISTORY_COMMIT = "0" BUILDHISTORY_FEATURES = "package" ERROR:

Re: [yocto] qemu-native build fails on sumo due to missing capstone.h

2018-06-14 Thread Jon Szymaniak
On Fri, Jun 1, 2018 at 1:00 AM, Jon Szymaniak wrote: > When attempting to build core-image-minimal on sumo (@b369e61) with a > largely default local.conf, I'm experiencing qemu-native build failures due > to what appear to be an include path issue. > > Below is one of the failures -- those not

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 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 =

Re: [yocto] sysroot not being populated

2018-06-14 Thread Khem Raj
On Thu, Jun 14, 2018 at 5:45 AM Patrick Vacek wrote: > > On 12.06.2018 00:48, Andre McCurdy wrote: > > On Fri, Jun 8, 2018 at 2:42 AM, Patrick Vacek > > wrote: > >> On 08.06.2018 10:26, Khem Raj wrote: > >>> On 6/8/18 12:27 AM, Patrick Vacek wrote: > On 07.06.2018 19:06, Khem Raj wrote: >

Re: [yocto] qemu-native build fails on sumo due to missing capstone.h

2018-06-14 Thread Khem Raj
On Thu, Jun 14, 2018 at 9:56 AM Jon Szymaniak wrote: > > On Thu, Jun 14, 2018 at 11:43 Khem Raj wrote: > > Do you have capstone development headers/libs installed on your build host ? > > > > No, and I understand that's an easy thing to address on the build host. > > However, I don't think this

Re: [yocto] Issue when integrating different bsp-layers on a single bblayers.conf

2018-06-14 Thread Peter Kjellerstedt
Just thought I should mention that since Krogoth, BBMASK is actually a list of regular expressions, so your example below is better written as: BBMASK += "${@bb.utils.contains('MACHINE', '', '', '/meta-rockchip/recipes-.*', d)}" (including changing base_conditional() to bb.utils.contains(),

Re: [yocto] qemu-native build fails on sumo due to missing capstone.h

2018-06-14 Thread Jon Szymaniak
On Thu, Jun 14, 2018 at 14:18 Khem Raj wrote: > On Thu, Jun 14, 2018 at 9:56 AM Jon Szymaniak > wrote: > > > > On Thu, Jun 14, 2018 at 11:43 Khem Raj wrote: > > > Do you have capstone development headers/libs installed on your build > host ? > > > > > > > No, and I understand that's an easy

Re: [yocto] qemu-native build fails on sumo due to missing capstone.h

2018-06-14 Thread Khem Raj
On Thu, Jun 14, 2018 at 1:08 PM Jon Szymaniak wrote: > On Thu, Jun 14, 2018 at 14:18 Khem Raj wrote: > >> On Thu, Jun 14, 2018 at 9:56 AM Jon Szymaniak >> wrote: >> > >> > On Thu, Jun 14, 2018 at 11:43 Khem Raj wrote: >> > > Do you have capstone development headers/libs installed on your

Re: [yocto] Build failure when BUILDHISTORY_FEATURES includes "package"

2018-06-14 Thread Khem Raj
On Thu, Jun 14, 2018 at 10:58 AM Jon Szymaniak wrote: > > Hi all, > > I'm encountering the following error, which I can reproduce with qemu > targets, core-image-minimal, a default bblayers.conf, and the > following additions to an otherwise default local.conf: > > INHERIT += "buildhistory" >

Re: [yocto] Issue yocto strip the kernel module signature during packaging

2018-06-14 Thread Mark Hatle
On 6/13/18 12:10 PM, Mathieu Alexandre-Tétreault wrote: > Hello, > > I am working to activate the kernel module signature for in-tree and > out-of-tree packages. > While I was debugging the cause of the kernel complaining about unsigned > modules. > I noticed that yocto was stripping the

[yocto] [ANNOUNCEMENT] Yocto Project 2.4.3 (rocko-18.0.3) Released

2018-06-14 Thread Tracy Graydon
Hello, The latest release of the Yocto Project 2.4.3 (rocko-18.0.3) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.4.3/poky-rocko-18.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.4.3/poky-rocko-18.0.3.tar.bz2 A gpg signed version of these

Re: [yocto] devtool finish & patch order

2018-06-14 Thread Peter Kjellerstedt
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Alexander Kanavin > Sent: den 14 juni 2018 09:07 > To: Tim Hammer > Cc: Yocto discussion list > Subject: Re: [yocto] devtool finish & patch order > > 2018-06-14 7:02

Re: [yocto] devtool finish & patch order

2018-06-14 Thread Alexander Kanavin
2018-06-15 2:11 GMT+03:00 Peter Kjellerstedt : > * `devtool modify -w ` > * Modify some file, e.g., add some comment to the Makefile. > * Commit it with subject "Change 1" > * Repeat the two steps above two more times, increasing the number in > the subject each time. > * `devtool finish ` > *

Re: [yocto] devtool finish & patch order

2018-06-14 Thread Alexander Kanavin
2018-06-14 7:02 GMT+03:00 Tim Hammer : > > My changes for U-Boot are not working as expected. I am wondering- did I use > devtool incorrectly? > > I used 'devtool modify' to create a working copy of the vendor's u-boot and > copied & modified files to add support for my custom board. I did my work

Re: [yocto] /boot/ content into root filesystem?

2018-06-14 Thread Josef Holzmayr
Hi Tim, On Wed, Jun 13, 2018 at 11:57:10PM -0400, Tim Hammer wrote: > I would like to include the kernel Image and DTB files in the /boot/ > directory of the root filesystem that will be installed in flash memory ( > *vs.* a separate partition with the /boot/ content). IMAGE_INSTALL += "kernel

[yocto-announce] [ANNOUNCEMENT] Yocto Project 2.4.3 (rocko-18.0.3) Released

2018-06-14 Thread Tracy Graydon
Hello, The latest release of the Yocto Project 2.4.3 (rocko-18.0.3) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.4.3/poky-rocko-18.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.4.3/poky-rocko-18.0.3.tar.bz2 A gpg signed version of these