Re: [yocto] [meta-raspberrypi][ostree] build errors

2019-09-11 Thread Alex Kiernan
On Thu, Sep 12, 2019 at 12:17 AM Greg Wilson-Lindberg wrote: > > I'm trying to include ostree into a raspberry pi boot2qt build based on thud. > > I'm getting a warning: > WARNING: linux-raspberrypi-1_4.14.112+gitAUTOINC+6b5c4a2508-r0 > do_kernel_metadata: defconfig detected in WORKDIR.

[yocto] [meta-raspberrypi][ostree] build errors

2019-09-11 Thread Greg Wilson-Lindberg
I'm trying to include ostree into a raspberry pi boot2qt build based on thud. I'm getting a warning: WARNING: linux-raspberrypi-1_4.14.112+gitAUTOINC+6b5c4a2508-r0 do_kernel_metadata: defconfig detected in WORKDIR. bcm2709_defconfig skipped Which I figure that I can probably ignore, but may

Re: [yocto] assembler error: missing immediate expression at operand 1 -- `dsb`

2019-09-11 Thread Ross Burton
On 11/09/2019 15:51, Pandey, Kamal wrote: I was trying to compile the rpmsg-lite library provided by NXP for my ZC102 board. While compiling I was getting the error as follows: Try asking NXP directly. Ross -- ___ yocto mailing list

[yocto] source an environment file in bitbake recipe.

2019-09-11 Thread Pandey, Kamal
Hi, Is there any way by which I can use the source command inside a bitbake recipe for example if I need to source some environment file before compiling. source doesn't seem to work Will the command . work What exactly I need to inherit for source command to work Thanks Kamal Pandey --

[yocto] assembler error: missing immediate expression at operand 1 -- `dsb`

2019-09-11 Thread Pandey, Kamal
Hi I was trying to compile the rpmsg-lite library provided by NXP for my ZC102 board. While compiling I was getting the error as follows: | Scanning dependencies of target rpmsg-lite | [ 10%] Building C object rpmsg-lite/CMakeFiles/rpmsg-lite.dir/lib/rpmsg_lite/rpmsg_lite.c.o | [ 20%] Building

Re: [yocto] [meta-selinux][PATCH] conf/layer.conf: use BBFILES_DYNAMIC for dynamic layers

2019-09-11 Thread Joe MacDonald
[Re: [meta-selinux][PATCH] conf/layer.conf: use BBFILES_DYNAMIC for dynamic layers] On 19.09.11 (Wed 09:22) Yi Zhao wrote: > > On 9/10/19 1:11 AM, Joe MacDonald wrote: > > Hi Yi, > > > > [[meta-selinux][PATCH] conf/layer.conf: use BBFILES_DYNAMIC for dynamic > > layers] On 19.09.09 (Mon

[yocto] Tuning gcc for Geode LX

2019-09-11 Thread Mauro Ziliani
Hi all. I nee to disable all SIMD mmx sse extensions for the  GCC use to build the final image, containing Qt5 libraries Now I have  tuned qtbase_git.bb by PACKAGECONFIG_CONFARGS adding the  configure's parameters to disable MMX extensions. But I need to disable this extensions for every

[yocto] bbclass and recipe environnement

2019-09-11 Thread Paul Goulpié
Hello, I am creating a bbclass of type image_types. The purpose of this class is to generate an archive that contains among others ipk packages that are created by the recipes that compose my rootfs. My question is: how can I get the path of the IPK file for a given recipe from the bbclass