[yocto] Bad package names - packagegroup-cross-canadian problem

2014-08-12 Thread Lešek Franek
Hello, I ran into an error during do_populate_sdk in meta-toolchain for machine socfpga_cyclone5: ERROR: packagegroup-cross-canadian-socfpga_cyclone5 not found in the base feeds (i686-nativesdk noarch any all). I found that bitbake wants packages which has before version string 1: for example:

Re: [yocto] ordering multiple bbappends and their FILESEXTRAPATHS_prepend setting

2014-08-12 Thread Jens Rehsack
Am 13.08.2014 um 00:08 schrieb Peter Tornel : > Hi, > > What is the correct method for controlling which FILESEXTRAPATHS_prepend > actually shows up first in the path when there are multiple bbappends setting > the same variable? Check /conf/layer.conf (BBFILE_PRIORITY_ = "n") Cheers -- J

[yocto] [ANNOUNCEMENT] Yocto Project 1.5.3 released

2014-08-12 Thread Flanagan, Elizabeth
Hello, The latest point release of the Yocto Project, 1.5.3 (dora 10.0.3) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-1.5.3/poky-dora-10.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-1.5.3/poky-dora-10.0.3.tar.gz This is an updated announcem

[yocto] [ANNOUNCEMENT] Yocto Project 1.5.3 Released

2014-08-12 Thread Flanagan, Elizabeth
Hello, The latest point release of the Yocto Project, 1.5.3 (dora 10.0.3) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-1.5.3/poky-dora-10.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-1.5.3/poky-dora-10.0.3.tar.gz A gpg signed version of thes

[yocto] ordering multiple bbappends and their FILESEXTRAPATHS_prepend setting

2014-08-12 Thread Peter Tornel
Hi, What is the correct method for controlling which FILESEXTRAPATHS_prepend actually shows up first in the path when there are multiple bbappends setting the same variable?  Pete-- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctop

Re: [yocto] distro.conf and LOCALCONF_VERSION, LAYER_CONF_VERSION, OELAYOUT_ABI

2014-08-12 Thread Christopher Larson
On Tue, Aug 12, 2014 at 12:31 PM, Rudolf Streif wrote: > The Poky distro configuration distro.conf includes assignments to > LOCALCONF_VERSION, LAYER_CONF_VERSION, OELAYOUT_ABI to set the expected > version numbers for local.conf, bblayers.conf and the directory layout of > ${TMPDIR}. > > From a

[yocto] distro.conf and LOCALCONF_VERSION, LAYER_CONF_VERSION, OELAYOUT_ABI

2014-08-12 Thread Rudolf Streif
The Poky distro configuration distro.conf includes assignments to LOCALCONF_VERSION, LAYER_CONF_VERSION, OELAYOUT_ABI to set the expected version numbers for local.conf, bblayers.conf and the directory layout of ${TMPDIR}. >From a user perspective this is somewhat confusing as these variables real

Re: [yocto] No network at startup using core-image-minimal

2014-08-12 Thread Markus Eich
Thank you for the info. Solved it the following way: I added IMAGE_INSTALL += "kernel_modules" to my local.conf. Now SMSC95xx (plus some other modules, like joydrive) are autoloaded on boot. Cheers, Markus Am 12.08.2014 um 18:56 schrieb Rudolf Streif: Hi Markus, same result with th

[yocto] yoctoproject.org website forms errors

2014-08-12 Thread Leah
Hi, I am trying to submit forms, ie, https://www.yoctoproject.org/ecosystem/participant-registration, and keep getting website errors. Tried on multiple computers, and it keeps failing. Just thought I would let someone know in case it needs to be addressed. Error output after submitting Yocto Pro

Re: [yocto] No network at startup using core-image-minimal

2014-08-12 Thread Rudolf Streif
Hi Markus, > same result with the core-image-base. > > It seems that depmod is not run before building the image/modules in the > deploy folder. I have a custom kernel recipes. How can I make bitbake to > run depmod -a on the rootfs? > > My recipes inherits kernel > > and requires > > recipes-kern

Re: [yocto] Force recipe to provide specific file

2014-08-12 Thread Stath, Paul
> > why not just provide a .bbappend file and an overriding file? > > Do you mean that I should integrate my version of the files into the > ghostscript package? > This is what I want to avoid because all cups-filters should reside in the > cups-filters package. > It is not necessarily true th

Re: [yocto] Automatic upgrade helper

2014-08-12 Thread Paul Eggleton
On Tuesday 12 August 2014 17:48:25 Martin Jansa wrote: > On Tue, Aug 12, 2014 at 04:19:41PM +0100, Paul Eggleton wrote: > > Hi folks, > > > > I'd like to announce the immediate availability of the Automatic Upgrade > > Helper, a tool for automating the task of upgrading recipes when a new > > upst

Re: [yocto] Automatic upgrade helper

2014-08-12 Thread Martin Jansa
On Tue, Aug 12, 2014 at 04:19:41PM +0100, Paul Eggleton wrote: > Hi folks, > > I'd like to announce the immediate availability of the Automatic Upgrade > Helper, a tool for automating the task of upgrading recipes when a new > upstream release occurs. It utilises the build system to check if a n

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, August 12, 2014 8:00 AM US Pacific Time

2014-08-12 Thread Jolley, Stephen K
Attendees: Markus, Richard, Stephen, Tom, Joe, Nitin, Saul, Michael, Alex V, Mathew, Denys, Jeff, Jefro, Mark, Ross, Paul, Belen, Alex D, * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.7_Status https://w

[yocto] Automatic upgrade helper

2014-08-12 Thread Paul Eggleton
Hi folks, I'd like to announce the immediate availability of the Automatic Upgrade Helper, a tool for automating the task of upgrading recipes when a new upstream release occurs. It utilises the build system to check if a new version of the software built by a particular recipe is available, an

Re: [yocto] No network at startup using core-image-minimal

2014-08-12 Thread Dr. Markus Eich
Hi Rudolf, same result with the core-image-base. It seems that depmod is not run before building the image/modules in the deploy folder. I have a custom kernel recipes. How can I make bitbake to run depmod -a on the rootfs? My recipes inherits kernel and requires recipes-kernel/linux/linux

Re: [yocto] [PATCH] psplash: Adding support for systemd service files

2014-08-12 Thread Saul Wold
Maybe I was not clear about this, this should be a patch to psplash upstream, not to the oe-core metadata. Then once we merge the change to psplash we can update the pslash recipes. So the patch would be to add the 2 service files to psplash upstream. http://git.yoctoproject.org/cgit/cgit.c

Re: [yocto] Force recipe to provide specific file

2014-08-12 Thread Richard Leitner
Hi, On Tue, 12 Aug 2014 15:04:46 +0200 Nicolas Dechesne wrote: > On Tue, Aug 12, 2014 at 2:58 PM, Richard Leitner > wrote: > > > > I've also tried the following in my ghostscript bbappend, but it does not > > work. Shouldn't [1] work this way? > > > > FILES_${PN}-cups_remove = "${exec_prefix}/l

Re: [yocto] [OE-core] RFC: Improving the developer workflow

2014-08-12 Thread Tim O' Callaghan
Hi, Another approach I would like to suggest is the one that CoreOS has in place, that they call fastpatch. https://coreos.com/using-coreos/updates/ Essentially two root partitions, and boot to switch between the new image while leaving the old one intact as the last known good. It avoids the

Re: [yocto] Force recipe to provide specific file

2014-08-12 Thread Nicolas Dechesne
On Tue, Aug 12, 2014 at 2:58 PM, Richard Leitner wrote: > > I've also tried the following in my ghostscript bbappend, but it does not > work. Shouldn't [1] work this way? > > FILES_${PN}-cups_remove = "${exec_prefix}/lib/cups/filter/gstopxl" > FILES_${PN}-cups_remove = "${exec_prefix}/lib/cups/fil

Re: [yocto] Force recipe to provide specific file

2014-08-12 Thread Richard Leitner
Hi, thanks for your answer! On Tue, 12 Aug 2014 08:27:46 -0400 "Robert P. J. Day" wrote: > On Tue, 12 Aug 2014, Richard Leitner wrote: > > > > > WARNING: The recipe ghostscript is trying to install files into a shared > > area > > when those files already exist. Those files and their manifest

Re: [yocto] Force recipe to provide specific file

2014-08-12 Thread Robert P. J. Day
On Tue, 12 Aug 2014, Richard Leitner wrote: > Hello folks, > is there a possibility to force a recipe to provide a specific file? > > My problem is that my own recipe is providing a file which is already provided > by another recipe. I don't want to change that other recipe and the rootfs > should

[yocto] Force recipe to provide specific file

2014-08-12 Thread Richard Leitner
Hello folks, is there a possibility to force a recipe to provide a specific file? My problem is that my own recipe is providing a file which is already provided by another recipe. I don't want to change that other recipe and the rootfs should include both package but only the specified file from m

Re: [yocto] Build the kernel for I.mx6 board

2014-08-12 Thread Ronaldo Nunez
Hello Vinod, You are right. I should have tested it before answering. My apologies. But, if you want to zip ( I suggest you to use tar.gz instead) the source code, check the SRC_URI variable in sources/meta-fsl-arm/recipes-kernel/linux/linux-imx.inc . This variable defines the repository address

Re: [yocto] Will yocto build support the linux kernel version 3.11

2014-08-12 Thread Nicolas Dechesne
On Tue, Aug 12, 2014 at 12:17 PM, Bremalatha Ramalingam - ERS, HCL Tech wrote: > Can anyone tell will the Yocto build environment support the Linux kernel > version 3.11. yes, it should work. Yocto relies on the 'official' Yocto kernel for its own builds and releases (for qemu targets), but you c

Re: [yocto] problems with Init

2014-08-12 Thread Maciej Borzecki
On Tuesday 12 of August 2014 11:54:56 Chris Enrique wrote: > > Hello, > > i am currently working on a BSP for yocto in order to support a custom > PowerPC board. In the meantime, i have setup all the config to generate a > properly running 3.14 kernel and devicetree but still have some issues wit

[yocto] Will yocto build support the linux kernel version 3.11

2014-08-12 Thread Bremalatha Ramalingam - ERS, HCL Tech
Hi All, Can anyone tell will the Yocto build environment support the Linux kernel version 3.11. Thanks. ::DISCLAIMER:: The contents of this e-m

[yocto] problems with Init

2014-08-12 Thread Chris Enrique
Hello, i am currently working on a BSP for yocto in order to support a custom PowerPC board. In the meantime, i have setup all the config to generate a properly running 3.14 kernel and devicetree but still have some issues with the rootfs that is produced by yocto. I chose cpio.gz as image format