Re: [yocto] Environment Variables being unset by bitbake?

2014-07-10 Thread Nicolas Dechesne
On Wed, Jul 9, 2014 at 10:58 PM, Allen Kennedy Jr. wrote: > Any ideas why or how this is getting unset, and how to fix? > I couldn't find any documentation that talks about this. by the way, this is not a bug, and doesn't need to be 'fixed'. this is purposely done this way to avoid leaking too mu

[yocto] [PATCH 1/1] dbus update to 1.8.6 (CVE-2014-3532)

2014-07-10 Thread Daniel BORNAZ
Version update for fixing two DoS vulnerabilities in dbus-daemon (CVE-2014-3532). [LXCR-3405] Signed-off-by: Daniel BORNAZ --- .../dbus/dbus-glib-0.102/no-examples.patch | 15 ++ .../dbus-glib-0.102/obsolete_automake_macros.patch | 15 ++ .../dbus-glib-0.102/test-install-makefi

[yocto] Issue with Python include directives

2014-07-10 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Hi, I am trying to build gpsd-2.95 for ARM 32-bit using Yocto on a Ubuntu 12.04.4 64-Bit machine I got the following compilation error | arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L/hom

[yocto] crossbuild for arm :FFPLAY not build

2014-07-10 Thread Natural Groove
Hi, Im trying to crossbuild ffmpeg for arm (colibri-t20). I wrote a simplest recipe in order to achieve this, but even if ffmpeg, ffprobe and ffserver are build, ffplay isnt, i first thought that i had forgotten some dependencies but i dont see which could be missing. Any idea why this isnt wor

[yocto] yocto build taking too long time

2014-07-10 Thread jags gediya
When i run command bitbake core-image-minimalm my build stops at NOTE: Preparing runqueue and after taking too long time it continues again. Is build checks anything at that point? Thanks, Jags Gediya -- ___ yocto mailing list yocto@yoctoproject.org htt

Re: [yocto] crossbuild for arm :FFPLAY not build

2014-07-10 Thread Robert Yang
On 07/10/2014 05:02 PM, Natural Groove wrote: Hi, Im trying to crossbuild ffmpeg for arm (colibri-t20). I wrote a simplest recipe in order to achieve this, but even if ffmpeg, ffprobe and ffserver are build, ffplay isnt, i first thought that i had forgotten some dependencies but i dont see whi

Re: [yocto] crossbuild for arm :FFPLAY not build

2014-07-10 Thread Anders Darander
Not that I've been building ffmpeg et.al. myself, but: * Natural Groove [140710 11:04]: >Im trying to crossbuild ffmpeg for arm (colibri-t20). >I wrote a simplest recipe in order to achieve this, but even if ffmpeg, >ffprobe and ffserver are build, ffplay isnt, i first thought that i

[yocto] error while menuconfig

2014-07-10 Thread Gnichi Mohamed
Hello guys I am new to this world and i am enjoying it for the past week. I have the imx233 olinuxino maxi and decider to make a very tiny system for it so i choose yocto. The other reason is that i am familiar with gentoo and i thought maybe my experience with gentoo could help. Well i am on my g

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-10 Thread Dr. Markus Eich
Thank you Bruce, that did the trick. But I am facing a new problem while using bitbake for the build process. I have checked to build the odroid kernel with a standard crosscompiler tool chain and it works without any problems. When I do the same with the bitbake toolchain (bitbake virtual/ke

Re: [yocto] Environment Variables being unset by bitbake?

2014-07-10 Thread Allen Kennedy Jr.
Nicholas, Thanks for your response. I tried the following permutations: I added this: BB_ENV_EXTRAWHITE += " JAVA_HOME" to the top of my recipe. I added this: BB_ENV_EXTRAWHITE += "JAVA_HOME" to the top of my recipe. I added this: BB_ENV_EXTRAWHITE = "JAVA_HOME" to the top of my recipe. I added

Re: [yocto] Environment Variables being unset by bitbake?

2014-07-10 Thread Nicolas Dechesne
On Thu, Jul 10, 2014 at 3:46 PM, Allen Kennedy Jr. wrote: > All with no joy. I did a bit of google-fu and came up with this one: > on the command line: BB_ENV_EXTRAWHITE="JAVA_HOME" bitbake myRecipe the manual says "You must set this variable in the external environment in order for it to work."

Re: [yocto] Environment Variables being unset by bitbake?

2014-07-10 Thread Nicolas Dechesne
+list. please let's discuss on the list. On Thu, Jul 10, 2014 at 4:01 PM, Allen Kennedy Jr. wrote: > That did it. thanks. > > Is there is no way to add this to the layer? Must I distrubute my layer > with instructions to set BB_ENV_EXTRAWHITE variable before running bitbake? > I would think the

Re: [yocto] Environment Variables being unset by bitbake?

2014-07-10 Thread Allen Kennedy Jr.
Thanks again. Perhaps I'll write a shell script that calls bitbake after properly setting up the environment. On Thu, Jul 10, 2014 at 9:23 AM, Nicolas Dechesne < nicolas.deche...@linaro.org> wrote: > +list. please let's discuss on the list. > > On Thu, Jul 10, 2014 at 4:01 PM, Allen Kennedy Jr.

[yocto] [meta-security][PATCH 1/3] packagegroup: Add initial set of package groups

2014-07-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../packagegroup/packagegroup-core-security.bb | 45 ++ 1 file changed, 45 insertions(+) create mode 100644 recipes-security/packagegroup/packagegroup-core-security.bb diff --git a/recipes-security/packagegroup/packagegroup-core-security.b

[yocto] [meta-security][PATCH 0/3] Add image, packagegroups and ditro

2014-07-10 Thread Armin Kuster
To aid in testing I have create an image and packagegroups. By setting "DISTRO=poky-security" in the local.conf, the security_flag.inc will be included. This was varified by checksec utility. Armin Kuster (3): packagegroup: Add initial set of package groups images: Add initial image distr

[yocto] [meta-security][PATCH 2/3] images: Add initial image

2014-07-10 Thread Armin Kuster
this will aid in testing Signed-off-by: Armin Kuster --- recipes-security/images/core-image-security.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 recipes-security/images/core-image-security.bb diff --git a/recipes-security/images/core-image-security.bb b/re

[yocto] [meta-security][PATCH 3/3] distro: Add distro

2014-07-10 Thread Armin Kuster
This allows us to include security_flags.inc Signed-off-by: Armin Kuster --- conf/distro/poky-security.conf | 4 1 file changed, 4 insertions(+) create mode 100644 conf/distro/poky-security.conf diff --git a/conf/distro/poky-security.conf b/conf/distro/poky-security.conf new file mode 100

Re: [yocto] [meta-security][PATCH 1/3] packagegroup: Add initial set of package groups

2014-07-10 Thread Saul Wold
On 07/10/2014 07:30 AM, Armin Kuster wrote: Signed-off-by: Armin Kuster --- .../packagegroup/packagegroup-core-security.bb | 45 ++ 1 file changed, 45 insertions(+) create mode 100644 recipes-security/packagegroup/packagegroup-core-security.bb diff --git a/recipes-s

[yocto] [PATCH] Documentation: Ref Manual should use newer "packagegroup-* names.

2014-07-10 Thread Robert P. J. Day
Replace a couple old references to "task-*" packagegroup names with newer form. Signed-off-by: Robert P. J. Day --- diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 164e82e..e1db9d8 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/doc

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-10 Thread Bruce Ashfield
On 14-07-10 07:11 AM, Dr. Markus Eich wrote: Thank you Bruce, that did the trick. But I am facing a new problem while using bitbake for the build process. I have checked to build the odroid kernel with a standard crosscompiler tool chain and it works without any problems. When I do the same wit

Re: [yocto] [meta-security][PATCH 1/3] packagegroup: Add initial set of package groups

2014-07-10 Thread akuster
will fix in V2 . thanks, Armin On 07/10/2014 08:06 AM, Saul Wold wrote: On 07/10/2014 07:30 AM, Armin Kuster wrote: Signed-off-by: Armin Kuster --- .../packagegroup/packagegroup-core-security.bb | 45 ++ 1 file changed, 45 insertions(+) create mode 100644 recip

Re: [yocto] [meta-security][PATCH] V2 packagegroup: Add initial set of package groups

2014-07-10 Thread akuster
oops. ignore this. - Armin On 07/10/2014 09:10 AM, Armin Kuster wrote: Signed-off-by: Armin Kuster --- recipes-security/packagegroup/packagegroup-core-security.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-sec

[yocto] [meta-security][PATCH] V2 packagegroup: Add initial set of package groups

2014-07-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../packagegroup/packagegroup-core-security.bb | 43 ++ 1 file changed, 43 insertions(+) create mode 100644 recipes-security/packagegroup/packagegroup-core-security.bb diff --git a/recipes-security/packagegroup/packagegroup-core-security.b

[yocto] [meta-security][PATCH] V2 packagegroup: Add initial set of package groups

2014-07-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/packagegroup/packagegroup-core-security.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb index 1acc4a9..25f9f1f 100644

Re: [yocto] [meta-freescale] configuring kernel for imx233

2014-07-10 Thread Gnichi Mohamed
Hi Guys, Thank you Trevor for your interest Regards 2014-07-10 15:48 GMT+01:00 Trevor Woerner : > On 07/10/14 09:05, Gnichi Mohamed wrote: > > I resolved this issue by redirecting the terminal to xterm instead of > > konsole or yakuake > > i added this line to my local.conf > > OE_TERMINAL = "x

[yocto] Is it possible to prevent a package from updating the shared state cache?

2014-07-10 Thread Patrick Doyle
Suppose I always wanted Yocto to process a particular recipe local to a project and never to consult the shared state for that recipe. Is there some way to mark a recipe to do this? --wpd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.y

[yocto] cryptsetup on Freescale's Vybrid

2014-07-10 Thread Joe Dougherty
I am using meta-fsl-arm on a freescale vybrid platform and am trying to create encrypted filesystem partition at runtime. I'm using cryptsetup (LUKS) on a jffs2 partition. I can format and open the LUKS container and see the entry in /dev/mapper. I successfully create the filesystem via mkfs.jff

Re: [yocto] python tkinter dependencies

2014-07-10 Thread Jate S
- Python-tkinter requires the tk recipe in meta-oe, so you must add this layer for your build. - I am on dora. I found that I needed commit "tk: make multilib build compatible and fix library install" made on 12/5/2013 (1ca29d1cda0d007c4e6a28fe1a4037b4029ad7ae). - I created a bbappend for python. I

Re: [yocto] python tkinter dependencies

2014-07-10 Thread Martin Jansa
On Thu, Jul 10, 2014 at 04:11:29PM -0400, Jate S wrote: > - Python-tkinter requires the tk recipe in meta-oe, so you must add > this layer for your build. > - I am on dora. I found that I needed commit "tk: make multilib build > compatible and fix library install" made on 12/5/2013 > (1ca29d1cda0d0