Re: [yocto] [meta-selinux][PATCH] Remove recipes for kernel 3.14 and 3.19 from master branch, to fix a build error. ERROR: No recipes available for: meta-selinux/recipes-kernel/linux/linux-yocto_3.19.

2016-02-26 Thread Philip Tricca
Merged. Thanks. On 01/04/2016 10:31 AM, Thomas Perrot wrote: > Signed-off-by: Thomas Perrot > --- > recipes-kernel/linux/linux-yocto_3.14.bbappend | 8 > recipes-kernel/linux/linux-yocto_3.19.bbappend | 8 > 2 files changed, 16 deletions(-) > delete

Re: [yocto] [OE-core] Yocto Project Status WW09

2016-02-26 Thread Christopher Larson
This is the sort of case where it'd be nice if bitbake provided a plugin mechanism, pure python, no metadata parsing. Something to think about in the long term.. On Fri, Feb 26, 2016 at 1:59 PM Burton, Ross wrote: > > On 26 February 2016 at 20:16, Philip Balister

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-26 Thread Jonathan Liu
On 27 February 2016 at 06:55, Andrei Gherzan wrote: > On Fri, Feb 26, 2016 at 07:04:28PM +0100, Andrei Gherzan wrote: >>-- >>Andrei Gherzan >>On Fri, Feb 26, 2016 at 6:48 PM, Petter Mabäcker >><[1]pet...@technux.se> wrote: >> >>2016-02-26 18:14 skrev Andrei

Re: [yocto] [OE-core] Yocto Project Status WW09

2016-02-26 Thread Burton, Ross
On 26 February 2016 at 20:16, Philip Balister wrote: > I must admit, I'm surprised this is tricky. I look forward to seeing > what needs doing. Hopefully, it shows me things I can avoid in my work. > The moral of the story is don't rename layers if you want to maintain a

[yocto] [ANNOUNCEMENT] Milestone 2 for Yocto Project 2.1 now available.

2016-02-26 Thread Graydon, Tracy
The second milestone release for Yocto Project 2.1 is available for download now. http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.1_M2/ Thank you to everyone for your contributions. eclipse-poky/kepler-master cf60ac293629fc8ecd6c4eb3709a6f334b499d0c eclipse-poky/luna-master

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-26 Thread Andrei Gherzan
On Fri, Feb 26, 2016 at 07:04:28PM +0100, Andrei Gherzan wrote: >-- >Andrei Gherzan >On Fri, Feb 26, 2016 at 6:48 PM, Petter Mabäcker ><[1]pet...@technux.se> wrote: > >2016-02-26 18:14 skrev Andrei Gherzan: > > On Fri, Feb 26, 2016 at 08:26:57PM +1100, Jonathan Liu wrote: > >

Re: [yocto] [meta-raspberrypi][PATCH 0/3] libexecdir fixes

2016-02-26 Thread Andrei Gherzan
On Tue, Feb 02, 2016 at 03:31:44PM +0100, Maciej Borzecki wrote: > A couple of fixes that resolve issues with recent change of libexecdir > in OE-core. > > The first patch cleans up the recipe to install rpi-mkimage tools into > ${libexecdir}/rpi-mkimage. This preserves the original nesting of >

Re: [yocto] [OE-core] Yocto Project Status WW09

2016-02-26 Thread Richard Purdie
On Fri, 2016-02-26 at 13:45 -0500, Philip Balister wrote: > On 02/26/2016 12:36 PM, Richard Purdie wrote: > > Current Dev Position: YP 2.1 M3 > > Next Deadline: YP 2.1 M3 Cutoff (Feature Freeze) February 29, 2016 > > > > SWAT team rotation: Tracy -> Alejandero > >

Re: [yocto] [OE-core] Yocto Project Status WW09

2016-02-26 Thread Philip Balister
On 02/26/2016 12:36 PM, Richard Purdie wrote: > Current Dev Position: YP 2.1 M3 > Next Deadline: YP 2.1 M3 Cutoff (Feature Freeze) February 29, 2016 > > SWAT team rotation: Tracy -> Alejandero > https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team > > Key Status/Updates: > * 2.1

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-26 Thread Andrei Gherzan
-- Andrei Gherzan On Fri, Feb 26, 2016 at 6:48 PM, Petter Mabäcker wrote: > 2016-02-26 18:14 skrev Andrei Gherzan: > > On Fri, Feb 26, 2016 at 08:26:57PM +1100, Jonathan Liu wrote: > > The path had libexecdir hardcoded so it was no longer correct when > libexecdir was changed

[yocto] Changing file group from an image recipe

2016-02-26 Thread Petr Kubizňák
In dizzy, I have a problem with changing a file group from an image recipe. I create a user admin from an application recipe, say app.bb: ... inherit pkgconfig cmake update-rc.d useradd USERADD_PACKAGES = "${PN}" USERADD_PARAM_${PN} = "admin" ... Creating the user works fine. Now I need to grant

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-26 Thread Petter Mabäcker
2016-02-26 18:14 skrev Andrei Gherzan: > On Fri, Feb 26, 2016 at 08:26:57PM +1100, Jonathan Liu wrote: > >> The path had libexecdir hardcoded so it was no longer correct when libexecdir was changed in meta/conf/bitbake.conf from ${libdir}/${BPN} to ${prefix_native}/libexec for nativesdk

[yocto] [OE-core] Yocto Project Status WW09

2016-02-26 Thread Richard Purdie
Current Dev Position: YP 2.1 M3 Next Deadline: YP 2.1 M3 Cutoff (Feature Freeze) February 29, 2016 SWAT team rotation: Tracy -> Alejandero https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: * 2.1 Feature Freeze is upon us. If there is any feature you want to

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-26 Thread Andrei Gherzan
On Fri, Feb 26, 2016 at 08:26:57PM +1100, Jonathan Liu wrote: > The path had libexecdir hardcoded so it was no longer correct when > libexecdir was changed in meta/conf/bitbake.conf from ${libdir}/${BPN} > to ${prefix_native}/libexec for nativesdk recipes. > > Fixes "No such file or directory"

Re: [yocto] Hanging during kernel boot

2016-02-26 Thread Clark, Mark A
I have been getting the same error; "The system doesn't crash. I can bang on the keyboard, and the keys are echoed. After seven or so presses, I get a "random: nonblocking pool is initialized" message (something to do with entropy collection, I guess). So the kernel is running, but it's like

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Adjust for libexecdir changes

2016-02-26 Thread Khem Raj
On Fri, Feb 26, 2016 at 3:35 AM, Jonathan Liu wrote: > Hi Khem, > > I just posted another patch which does basically the same thing but > uses ${STAGING_LIBEXECDIR_NATIVE}. > I checked the expansion of ${STAGING_LIBEXECDIR_NATIVE} on daisy > branch and master. > > daisy: >

Re: [yocto] Source for recipe on local drive

2016-02-26 Thread Oliver
Additionally, I use the following sentence to get directly the location where these sources are: bitbake -e | grep "^WORKDIR=" El Viernes 26 de febrero de 2016 16:00, "Burton, Ross" escribió: On 26 February 2016 at 14:55, Marius Liebenberg

Re: [yocto] Source for recipe on local drive

2016-02-26 Thread Burton, Ross
On 26 February 2016 at 14:55, Marius Liebenberg wrote: > How do I get all the source code for a specific recipe onto my local > drive. That is without sifting through all the config files to try and get > url's > "bitbake [recipe] -c fetch" will just run the fetch task.

[yocto] Source for recipe on local drive

2016-02-26 Thread Marius Liebenberg
Hi How do I get all the source code for a specific recipe onto my local drive. That is without sifting through all the config files to try and get url's Regards Marius -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] [Openembedded-architecture] Removing Hob for 2.1

2016-02-26 Thread nick
On 2016-02-26 08:37 AM, Philip Balister wrote: > On 02/25/2016 09:49 PM, Paul Eggleton wrote: >> Hi folks, >> >> So we've been gearing up the Toaster web UI to replace the Hob (GTK+ based) >> UI >> for some time now; Hob has basically been on life support for the past few >> releases. As of

Re: [yocto] [Openembedded-architecture] Removing Hob for 2.1

2016-02-26 Thread nick
On 2016-02-26 08:37 AM, Philip Balister wrote: > On 02/25/2016 09:49 PM, Paul Eggleton wrote: >> Hi folks, >> >> So we've been gearing up the Toaster web UI to replace the Hob (GTK+ based) >> UI >> for some time now; Hob has basically been on life support for the past few >> releases. As of

Re: [yocto] [Openembedded-architecture] Removing Hob for 2.1

2016-02-26 Thread Philip Balister
On 02/25/2016 09:49 PM, Paul Eggleton wrote: > Hi folks, > > So we've been gearing up the Toaster web UI to replace the Hob (GTK+ based) > UI > for some time now; Hob has basically been on life support for the past few > releases. As of late last month in master, Toaster has the capability to

[yocto] Build External Kernel Modules error

2016-02-26 Thread Ayoub Zaki
Hello all, I'm trying to build external kernel module for example : bitbake cryptodev-module with yocto jethro based branch, but I get the follwoing error : NOTE: Preparing RunQueue WARNING: /home/inst/Projects/poky/build/../meta/recipes-kernel/cryptodev/cryptodev-module_1.7.bb.do_rm_work_all is

[yocto] [meta-raspberrypi][PATCH] omxplayer: bump revision

2016-02-26 Thread Jonathan Liu
Fixes compile errors with ffmpeg 3.0. Signed-off-by: Jonathan Liu --- recipes-multimedia/omxplayer/omxplayer_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Adjust for libexecdir changes

2016-02-26 Thread Jonathan Liu
Hi Khem, I just posted another patch which does basically the same thing but uses ${STAGING_LIBEXECDIR_NATIVE}. I checked the expansion of ${STAGING_LIBEXECDIR_NATIVE} on daisy branch and master. daisy: [...]/sysroots/x86_64-linux/usr/lib/rpi-mkimage/mkknlimg which matches the previous hardcoded

Re: [linux-yocto] [OE-core] How to integrate third party application software to yocto image

2016-02-26 Thread Anders Darander
Hi, Please, don't top post. * winis...@futuraautomation.com [160226 06:41]: > I copied "recipes-navigation" folder from meta-oe (Open embedded build tree) > to "/poky/meta " > I have appended in “conf/local.conf” as given below > IMAGE_INSTALL_append = "

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-26 Thread Jonathan Liu
The path had libexecdir hardcoded so it was no longer correct when libexecdir was changed in meta/conf/bitbake.conf from ${libdir}/${BPN} to ${prefix_native}/libexec for nativesdk recipes. Fixes "No such file or directory" error when executing do_rpiboot_mkimage. Signed-off-by: Jonathan Liu

Re: [yocto] Package generates RPM with lib${PN} - how to include in SDK

2016-02-26 Thread Khem Raj
> On Feb 25, 2016, at 5:45 AM, Gaurang Shastri wrote: > > Hi Team, > > I have one package X and recipe as X.bb, which generates RPM as lib${X}-*.rpm > > If I want this package as part of my SDK, what entry should i write in > meta-toolchain.bb