Re: [OE-core] [v2 PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-09-27 Thread Andrea Adami
On Sat, Aug 24, 2013 at 7:15 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2013-08-22 at 18:04 -0500, Jason Wessel wrote: This patch aims to fix the following two cases for the INITRAMFS generation. 1) Allow an image recipe to specify a paired INITRAMFS recipe such

[OE-core] [PATCH] nativesdk-packagegroup-sdk-host: Add nativesdk-makedevs

2013-09-27 Thread David Nyström
Add makedevs to SDK, to allow simple /dev/ population. Signed-off-by: David Nyström david.nyst...@enea.com --- meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb

Re: [OE-core] [v2 PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-09-27 Thread Richard Purdie
On Fri, 2013-09-27 at 10:07 +0200, Andrea Adami wrote: On Sat, Aug 24, 2013 at 7:15 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2013-08-22 at 18:04 -0500, Jason Wessel wrote: This patch aims to fix the following two cases for the INITRAMFS generation. 1) Allow

Re: [OE-core] [PATCH] libtool-native_2.4.2.bb: Always use /bin/sed for SED

2013-09-27 Thread Richard Purdie
On Thu, 2013-09-26 at 18:40 -0400, Denys Dmytriyenko wrote: On Tue, Feb 12, 2013 at 01:36:44PM -0600, Jason Wessel wrote: If you never use sstate and always build everything from scratch you will never see this problem. However, if you use sstate and build directories that last a long time

[OE-core] [PATCH] native: Use a native site file and ensure the correct sed is used

2013-09-27 Thread Richard Purdie
native recipes were not using the site files. There are some things we need to correct such as not using the path to sed-native. This allows us to deploy settings globally for all recipes rather than hacking around then in individual recipes as libtool-native used to for sed. This fixes a

[OE-core] [PATCH] libtool: Don't patch generated files

2013-09-27 Thread Richard Purdie
We wipe out and regenerate all configure files so there is no point in patching them. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-devtools/libtool/libtool/rename-with-sysroot.patch

Re: [OE-core] [PATCH] libtool-native_2.4.2.bb: Always use /bin/sed for SED

2013-09-27 Thread Richard Purdie
On Fri, 2013-09-27 at 10:20 +0100, Richard Purdie wrote: On Thu, 2013-09-26 at 18:40 -0400, Denys Dmytriyenko wrote: On Tue, Feb 12, 2013 at 01:36:44PM -0600, Jason Wessel wrote: If you never use sstate and always build everything from scratch you will never see this problem. However, if

Re: [OE-core] [v2 PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-09-27 Thread Andrea Adami
On Fri, Sep 27, 2013 at 11:05 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2013-09-27 at 10:07 +0200, Andrea Adami wrote: On Sat, Aug 24, 2013 at 7:15 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2013-08-22 at 18:04 -0500, Jason Wessel wrote:

Re: [OE-core] [PATCH] systemd-compat-units: do not create runlevel command

2013-09-27 Thread Burton, Ross
On 27 September 2013 06:52, rongqing...@windriver.com wrote: It seems strange that runlevel always returns 1, The comment says it is related to sysvinit, but if we enable systemd, sysvinit will not be installed. and we have created a link for runlevel to systemctl if systemd is installed.

[OE-core] [PATCH_V6] image types: split live into iso and hddimg

2013-09-27 Thread Valentin Popa
Changes to split live into iso and hddimg without adding a new image type class. This patch has only a visible effect on HOB and solves part 2 of #3197 [YOCTO #3197] Signed-off-by: Valentin Popa valentin.p...@intel.com --- meta/classes/image.bbclass | 12 +++-

Re: [OE-core] [v2 PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-09-27 Thread Bruce Ashfield
On 13-09-27 07:59 AM, Andrea Adami wrote: On Fri, Sep 27, 2013 at 11:05 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2013-09-27 at 10:07 +0200, Andrea Adami wrote: On Sat, Aug 24, 2013 at 7:15 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu,

Re: [OE-core] [PATCH 1/3] wic: Initial code for wic (OpenEmbedded Image Creator)

2013-09-27 Thread Otavio Salvador
Hello Tom, On Thu, Sep 26, 2013 at 11:17 PM, Tom Zanussi tom.zanu...@linux.intel.com wrote: Initial implementation of the 'wic' command. The 'wic' command generates partitioned images from existing OpenEmbedded build artifacts. Image generation is driven by partitioning commands contained

Re: [OE-core] [PATCH 1/3] wic: Initial code for wic (OpenEmbedded Image Creator)

2013-09-27 Thread Tom Zanussi
Hi Otavio, On Fri, 2013-09-27 at 11:01 -0300, Otavio Salvador wrote: Hello Tom, On Thu, Sep 26, 2013 at 11:17 PM, Tom Zanussi tom.zanu...@linux.intel.com wrote: Initial implementation of the 'wic' command. The 'wic' command generates partitioned images from existing OpenEmbedded

Re: [OE-core] [v2][PATCH 1/1] vala.bbclass: add dependency on vala

2013-09-27 Thread Mark Hatle
On 9/26/13 7:13 PM, Randy MacLeod wrote: On 13-09-26 02:52 PM, Joe Slater wrote: This class points the inheritor, if it is a target, to directories in the target sysroot, so we want to be sure the .vapi files are there. Signed-off-by: Joe Slater jsla...@windriver.com ---

[OE-core] [PATCH] kernel.bbclass: Allow INITRAMFS_TASK to trigger copy initramfs code

2013-09-27 Thread Jason Wessel
Activating the INITRAMFS_TASK can cause circular dependencies, but that is up to the end user to resolve in recipes. The INITRAMFS_TASK should also trigger immediate linking of the cpio task in the first compile pass. This was a subtle regression introduced by: 609d5a9ab (kernel.bbclass,

Re: [OE-core] [v2 PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-09-27 Thread Jason Wessel
On 09/27/2013 04:05 AM, Richard Purdie wrote: On Fri, 2013-09-27 at 10:07 +0200, Andrea Adami wrote: On Sat, Aug 24, 2013 at 7:15 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: With 1.5 approaching I'd like to have the issue solved as soon as possible. Richard, when is deadline

[OE-core] [PATCH 2/2] sato-icon-theme: add more compatibility symlinks

2013-09-27 Thread Ross Burton
libfm uses preferences-desktop, so link it to the close-enough preferences-sytem. x11vnc uses computer, link it to terminal. pcmanfm uses system-file-manager, link it to file-manager. [ YOCTO #4062 ] Signed-off-by: Ross Burton ross.bur...@intel.com ---

[OE-core] [PATCH 1/2] pcmanfm: hide the desktop preferences

2013-09-27 Thread Ross Burton
Sato doesn't use the pcmanfm desktop, so hide the desktop preferences launcher. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-sato/pcmanfm/files/no-desktop.patch | 15 +++ meta/recipes-sato/pcmanfm/pcmanfm_1.1.0.bb |3 ++- 2 files changed, 17

Re: [OE-core] [PATCH] libtool-native_2.4.2.bb: Always use /bin/sed for SED

2013-09-27 Thread Denys Dmytriyenko
On Fri, Sep 27, 2013 at 11:06:42AM +0100, Richard Purdie wrote: On Fri, 2013-09-27 at 10:20 +0100, Richard Purdie wrote: On Thu, 2013-09-26 at 18:40 -0400, Denys Dmytriyenko wrote: On Tue, Feb 12, 2013 at 01:36:44PM -0600, Jason Wessel wrote: If you never use sstate and always build

[OE-core] [PATCH] opkg: Use systemd service for first boot configuration

2013-09-27 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Currently opkg uses a script to configure packages during first time boot. This script is present in rcS.d and when 'sysvinit' is disabled this script doesn't execute. For systemd only distros this newly added service will run the opkg configure

Re: [OE-core] [PATCH] kernel.bbclass: Allow INITRAMFS_TASK to trigger copy initramfs code

2013-09-27 Thread Andrea Adami
Jason, there is one more problem here: | DEBUG: Executing shell function do_compile | Copying initramfs into ./usr ... | cp: cannot create regular file

Re: [OE-core] [PATCH] kernel.bbclass: Allow INITRAMFS_TASK to trigger copy initramfs code

2013-09-27 Thread Jason Wessel
On 09/27/2013 04:06 PM, Andrea Adami wrote: | DEBUG: Executing shell function do_compile | Copying initramfs into ./usr ... | cp: cannot create regular file

[OE-core] [v2 PATCH] kernel.bbclass: Allow INITRAMFS_TASK to trigger copy initramfs code

2013-09-27 Thread Jason Wessel
Activating the INITRAMFS_TASK can cause circular dependencies, but that is up to the end user to resolve in recipes. The INITRAMFS_TASK should also trigger immediate linking of the cpio task in the first compile pass. This was a subtle regression introduced by: 609d5a9ab (kernel.bbclass,

Re: [OE-core] [v2 PATCH] kernel.bbclass: Allow INITRAMFS_TASK to trigger copy initramfs code

2013-09-27 Thread Andrea Adami
On Fri, Sep 27, 2013 at 11:32 PM, Jason Wessel jason.wes...@windriver.com wrote: Activating the INITRAMFS_TASK can cause circular dependencies, but that is up to the end user to resolve in recipes. The INITRAMFS_TASK should also trigger immediate linking of the cpio task in the first compile