Re: [yocto] Package naming "exceptions" in Yocto

2016-01-18 Thread Reshetova, Elena
>One thing you'll definitely need to do is to actually include the file in your configuration i.e.: >require conf/distro/include/distro_alias.inc This is what I was missing obviously since I stupidly assumed it is included by default. Thank you very much. Now I get the information I need :)

[yocto] [meta-raspberrypi][PATCH v3 1/2] qt5: fixed raspberrypi support

2016-01-18 Thread John Madieu
Because EGL properties were not defined properly, we always had the following error make: *** [egl] Error 1 | EGL disabled. | The EGL functionality test failed; EGL is required by some QPA plugins to manage cont | You might need to modify the include and

[yocto] [meta-raspberrypi][PATCH v3 2/2] layer.conf: avoid to force users to add the qt5 layer because of qtbase bbappend

2016-01-18 Thread John Madieu
Signed-off-by: John Madieu --- conf/layer.conf | 4 1 file changed, 4 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index bea5a65..60f1bcb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,3 +12,7 @@ BBFILE_PRIORITY_raspberrypi = "9" #

[yocto] Mapping root filesystem files back into packages

2016-01-18 Thread Ulf Magnusson
Hello, To support an in-house packaging format, we need to partition the root filesystem into a number of packages (called "internal packages" from here on to avoid confusion), where each internal package corresponds to a number of (e.g. IPK) packages. The way this is currently done is by

Re: [yocto] ipv6 testing

2016-01-18 Thread akuster
Larry, On 01/15/2016 10:52 AM, Larry Goss wrote: > Hi, > > Does Yocto do any IPv6 conformance testing? AFAIK, the project does not preform conformance testing. regards, Armin > > Thanks, > > Larry Goss > Sr. Field Applications Engineer > Enea North America > Email: larry.g...@enea.com >

Re: [yocto] Package naming "exceptions" in Yocto

2016-01-18 Thread Reshetova, Elena
> FYI we do have meta/conf/distro/include/distro_alias.inc which sets DISTRO_PN_ALIAS for each recipe, which is intended to help map to the names used in other distros. Will that work? Yes, I think this is exactly what I was hoping to find! Great that you already have smth line this in place :)

Re: [yocto] Package naming "exceptions" in Yocto

2016-01-18 Thread Paul Eggleton
On Mon, 18 Jan 2016 11:14:31 Reshetova, Elena wrote: > > FYI we do have meta/conf/distro/include/distro_alias.inc which sets > > DISTRO_PN_ALIAS for each recipe, which is intended to help map to the names > used in other distros. Will that work? > > Yes, I think this is exactly what I was hoping

Re: [yocto] [matchbox-keyboard][PATCH] config-parser: Use matching printf format

2016-01-18 Thread Burton, Ross
On 13 January 2016 at 23:11, Khem Raj wrote: > XML_GetCurrentLineNumber() returns unsigned long as clang is telling us > here > > src/config-parser.c:603:6: warning: format specifies type 'int' but the > argument has type 'XML_Size' (aka 'unsigned long') [-Wformat] >

[yocto] ERROR: QA Issue: FILES in ptest-runner-dbg

2016-01-18 Thread Damodar Sonone
Hello, I am trying to build the custom SDK using Yocto Project Jethro 2.0 . I added the recipe and layer files to support the my SDK. $ bitbake meta-toolchain The build fails with following error: ERROR: QA Issue: FILES in ptest-runner-dbg

[yocto] ipv6 testing

2016-01-18 Thread Larry Goss
Hi, Does Yocto do any IPv6 conformance testing? Thanks, Larry Goss Sr. Field Applications Engineer Enea North America Email: larry.g...@enea.com Phone: (603) 475-1087 http://www.enea.com/

Re: [linux-yocto] Modify the device trees for sama5d35-xplained

2016-01-18 Thread Morgan Guillou
Thanks Bruce, It was not exactly what I ran, I ran that: $ bitbake core-image-minimal -c compile -f This should rebuild only the kernel as I read in that doc: https://www.yoctoproject.org/sites/default/files/kernel-lab-1.6.pdf Sorry, I'm not used with linux, I'm right or not ? Morgan

[yocto] How do I keep aliases of root profile

2016-01-18 Thread Marius
Hi I am still learning about yocto and kernels and the whole process so please excuse a silly question. Because I am still learning, I am re-compiling my BBB image on a regular basis as I only want the bare minimum of packages in the image. Now I have to edit the /etc/profile after every eMMC

Re: [linux-yocto] Modify the device trees for sama5d35-xplained

2016-01-18 Thread Bruce Ashfield
On 16-01-18 12:03 PM, Morgan Guillou wrote: Thanks Bruce, It was not exactly what I ran, I ran that: $ bitbake core-image-minimal -c compile -f This should rebuild only the kernel as I read in that doc: https://www.yoctoproject.org/sites/default/files/kernel-lab-1.6.pdf Sorry, I'm not used

Re: [yocto] yocto Digest, Vol 64, Issue 52

2016-01-18 Thread Damodar
I used the default one. build_dir/tmp Thanks Sent from my iPhone > On 19-Jan-2016, at 1:30 am, yocto-requ...@yoctoproject.org wrote: > > Send yocto mailing list submissions to >yocto@yoctoproject.org > > To subscribe or unsubscribe via the World Wide Web, visit >

Re: [yocto] Mapping root filesystem files back into packages

2016-01-18 Thread Ulf Magnusson
On Mon, Jan 18, 2016 at 9:15 PM, Paul Eggleton wrote: > Hi Ulf, > > On Mon, 18 Jan 2016 10:56:41 Ulf Magnusson wrote: >> To support an in-house packaging format, we need to partition the root >> filesystem into a number of packages (called "internal packages" from

[yocto] [meta-java] failed to bitbake openjdk-8

2016-01-18 Thread Chang, Rebecca Swee Fun
Hi all, I am trying to integrate meta-java into Common BSP. My intention is to integrate mraa from meta-intel-iot-devkit and meta-intel-iot-middleware. MRAA is having dependency on openjdk-8 provided by meta-java. The poky version that I'm using is Poky on branch Jethro. meta-java on master

Re: [yocto] Mapping root filesystem files back into packages

2016-01-18 Thread Paul Eggleton
Hi Ulf, On Mon, 18 Jan 2016 10:56:41 Ulf Magnusson wrote: > To support an in-house packaging format, we need to partition the root > filesystem into a number of packages (called "internal packages" from > here on to avoid confusion), where each internal package corresponds > to a number of (e.g.

Re: [linux-yocto] Modify the device trees for sama5d35-xplained

2016-01-18 Thread Morgan Guillou
So this should be : meta-atmel/recipes-bsp I'll try De : Bruce Ashfield [bruce.ashfi...@windriver.com] Envoyé : lundi 18 janvier 2016 20:41 À : Morgan Guillou Cc : linux-yocto@yoctoproject.org Objet : Re: [linux-yocto] Modify the device trees for

Re: [yocto] ERROR: QA Issue: FILES in ptest-runner-dbg

2016-01-18 Thread Paul Eggleton
On Mon, 18 Jan 2016 17:43:32 Damodar Sonone wrote: > I am trying to build the custom SDK using Yocto Project Jethro 2.0 > . I added the recipe > and layer files to support the my SDK. > > $ bitbake meta-toolchain > > The build fails with

[yocto] [poky][PATCH] poky.conf: Delete BB_SIGNATURE_HANDLER settings

2016-01-18 Thread Khem Raj
'OEBasicHash' is default in OE-Core, this setting can be leverages from core defaults Signed-off-by: Khem Raj --- meta-yocto/conf/distro/poky.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index