Re: [OE-core] [PATCH 1/1] add checking to standardize how .bbappend files do FILESEXTRAPATHS

2014-07-21 Thread Hongxu Jia
I think it is more reasonable to move the checking to insance.bbclass rather than create a new bbclass. Please drop this, V2 incoming. //Hongxu On 07/21/2014 01:34 PM, Hongxu Jia wrote: When adding patches or config files from bbappend files, it requires the use of FILESEXTRAPATHS, which

[OE-core] [PATCH V2 0/1] insane: add checking to standardize how .bbappend files do FILESEXTRAPATHS

2014-07-21 Thread Hongxu Jia
Change in V2: - It is more reasonable to move the checking to insance.bbclass rather than create a new bbclass. Test Steps: 1) Edit meta-yocto/recipes-core/busybox/busybox_%.bbappend and assigned FILESEXTRAPATHS incorrectly: ... --- a/meta-yocto/recipes-core/busybox/busybox_%.bbappend +++

[OE-core] [PATCH 1/1] insane: add checking to standardize how .bbappend files do FILESEXTRAPATHS

2014-07-21 Thread Hongxu Jia
When adding patches or config files from bbappend files, it requires the use of FILESEXTRAPATHS, which has been an issue and failure point for people starting to work with bitbake and oe-core. We add checking to standardize how to use FILESEXTRAPATHS. Only the format of: FILESEXTRAPATHS_append

Re: [OE-core] [PATCH V5 0/2] shadow: upgrade from 4.1.4.3 to 4.2.1

2014-07-21 Thread Richard Purdie
On Thu, 2014-07-17 at 15:53 +0800, Chen Qi wrote: The following changes since commit 846bc50fde11bbb36c8eb5b2e3ae6bb644c037f3: ltp: use foreign automake strictness (2014-07-16 10:27:16 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib

[OE-core] [PATCH] shadow: Add PACKAGECONFIG for acl/attr

2014-07-21 Thread Richard Purdie
Otherwise builds are not deterministic. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index 40f58f0..66541f4 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++

[OE-core] [PATCH 0/1] Fix for YB6502

2014-07-21 Thread Roxana Ciobanu
The following changes since commit 4d2ac6f6df2b3ef98699dd4f7afadb2d994222bb: rootfs: Remove the extraneous install directory (2014-07-19 00:18:21 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib roxana/YB6502

[OE-core] [PATCH 1/1] image.bbclass/rootfs.py: add variables to rootfs[vardeps]

2014-07-21 Thread Roxana Ciobanu
Added base variables and package backend specific variables to rootfs[vardeps] in order for rootfs to rebuild when changes are made. Set some variables as [func] to inform bitbake that they are shell scripts, so that it invokes its shell dependency parsing. Without marking them as functions,

Re: [OE-core] [PATCH 1/1] image.bbclass/rootfs.py: add variables to rootfs[vardeps]

2014-07-21 Thread Richard Purdie
On Mon, 2014-07-21 at 12:15 +0300, Roxana Ciobanu wrote: Added base variables and package backend specific variables to rootfs[vardeps] in order for rootfs to rebuild when changes are made. Set some variables as [func] to inform bitbake that they are shell scripts, so that it invokes its

Re: [OE-core] [PATCH 1/1] buildtools-tarball: Add wget to buildtools-tarball

2014-07-21 Thread Burton, Ross
On 20 July 2014 21:00, Tudor Florea tudor.flo...@enea.com wrote: DEPENDS = gnutls zlib libpcre +DEPENDS_class-nativesdk = nativesdk-gnutls nativesdk-zlib nativesdk-libpcre Why do you need to set DEPENDS_class-nativesdk? Ross -- ___

[OE-core] [PATCH] connman: Fix PPTP VPN plugin QA issue

2014-07-21 Thread Jukka Rissanen
Fixing this error by skipping dev-so QA check for connman-plugin-vpn-pptp package. ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so: connman-plugin-vpn-pptp path

Re: [OE-core] [PATCH][V2] perf: split package

2014-07-21 Thread Jacob Kroon
On Mon, Jul 21, 2014 at 4:03 AM, Chong Lu chong...@windriver.com wrote: Currently, perf can't split to perf-archive, perf-tests, perf-python and perf-perl. All files are included in perf package. Change the files paths to make split successfully and add perf package RDEPEND on the other four

Re: [OE-core] [PATCH] connman: Fix PPTP VPN plugin QA issue

2014-07-21 Thread Burton, Ross
On 21 July 2014 11:03, Jukka Rissanen jukka.rissa...@linux.intel.com wrote: Fixing this error by skipping dev-so QA check for connman-plugin-vpn-pptp package. As discussed on IM but repeating for the list, plugins should always be real .so files and not symlinks to versioned files. If a plugin

Re: [OE-core] [PATCH V5 0/2] shadow: upgrade from 4.1.4.3 to 4.2.1

2014-07-21 Thread Gary Thomas
On 2014-07-21 02:27, Richard Purdie wrote: On Thu, 2014-07-17 at 15:53 +0800, Chen Qi wrote: The following changes since commit 846bc50fde11bbb36c8eb5b2e3ae6bb644c037f3: ltp: use foreign automake strictness (2014-07-16 10:27:16 +0100) are available in the git repository at:

Re: [OE-core] [PATCH v2] libomxil-0.9.3: Remove versioning for .so files.

2014-07-21 Thread Burton, Ross
Acked-by: Ross Burton ross.bur...@intel.com On 20 July 2014 21:13, Drew Moseley drew_mose...@mentor.com wrote: The so files installed by libomxil are not versioned and should be installed without version-based symlinks so that omxregister-bellagio can properly find and register them.

[OE-core] [OE-code][PATCH] wic: include partition label in fs image file name

2014-07-21 Thread Maciej Borzecki
Not including the label image but having multiple partitions of the same type, the image file of one partition would overwrite the other. Signed-off-by: Maciej Borzecki maciej.borze...@open-rnd.pl Signed-off-by: Maciek Borzecki maciek.borze...@gmail.com ---

Re: [OE-core] [PATCH] connman: Fix PPTP VPN plugin QA issue

2014-07-21 Thread Jukka Rissanen
Hi Ross, On ma, 2014-07-21 at 11:55 +0100, Burton, Ross wrote: On 21 July 2014 11:03, Jukka Rissanen jukka.rissa...@linux.intel.com wrote: Fixing this error by skipping dev-so QA check for connman-plugin-vpn-pptp package. As discussed on IM but repeating for the list, plugins should

Re: [OE-core] [PATCH 1/1] buildtools-tarball: Add wget to buildtools-tarball

2014-07-21 Thread Tudor Florea
-Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, July 21, 2014 12:57 To: Tudor Florea Cc: OE-core Subject: Re: [OE-core] [PATCH 1/1] buildtools-tarball: Add wget to buildtools- tarball On 20 July 2014 21:00, Tudor Florea tudor.flo...@enea.com

[OE-core] [PATCH] pixbufcache: Add missing dependency on jpeg-native

2014-07-21 Thread Jacob Kroon
gdk-pixbuf-native uses png and jpeg loaders. When updating the loader-cache, these needs to be already populated in the sysroot. Although png was present, the jpeg dependency was missing, so add it. Fixes: DEBUG: Executing shell function pixbufcache_sstate_postinst g_module_open() failed for

Re: [OE-core] [PATCH] pixbufcache: Add missing dependency on jpeg-native

2014-07-21 Thread Burton, Ross
On 21 July 2014 13:39, Jacob Kroon jacob.kr...@mikrodidakt.se wrote: gdk-pixbuf-native uses png and jpeg loaders. When updating the loader-cache, these needs to be already populated in the sysroot. Although png was present, the jpeg dependency was missing, so add it. But those dependencies

[OE-core] [PATCH v2 1/1] buildtools-tarball: Add wget to buildtools-tarball

2014-07-21 Thread Tudor Florea
GNU Wget cannot be upgrated to a newer that 1.12 version on supported Centos distro. GNU Wget 1.12 and earlier uses a server-provided filename instead of the original URL to determine the destination filename of a download. This means the files downloaded when fetching cannot be properly used: $

[OE-core] [PATCH] connman: Fix PPTP VPN plugin QA issue

2014-07-21 Thread Jukka Rissanen
This error was seen when building ConnMan. Fixed by not building ConnMan pptp plugin with module versioning info. ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so: connman-plugin-vpn-pptp path

[OE-core] Regarding dhcp

2014-07-21 Thread Himanshu Pandey
Hi, Getting error while compiling dhcp. Please find the log as attachment. Please help. Regards, Himanshu From: Himanshu Pandeypandey_himansh...@rediffmail.com Sent: Mon, 21 Jul 2014 18:31:02 +0530 To: Robert Yang liezhi.y...@windriver.com Subject: Regarding dhcp Hi, I am

Re: [OE-core] [PATCH] kernelshark: Remove trace-cmd from the kernelshark package

2014-07-21 Thread Darren Hart
On 7/18/14, 16:01, Darren Hart dvh...@linux.intel.com wrote: Fixes [YOCTO 6550] Images installing both trace-cmd and kernelshark would fail with: error: file /usr/bin/trace-cmd conflicts between attempted installs of kernelshark-1.2+git0+7055ffd37b-r3.core2_32 and

Re: [OE-core] [PATCH] kernelshark: Remove trace-cmd from the kernelshark package

2014-07-21 Thread Richard Purdie
On Mon, 2014-07-21 at 08:21 -0700, Darren Hart wrote: On 7/18/14, 16:01, Darren Hart dvh...@linux.intel.com wrote: Fixes [YOCTO 6550] Images installing both trace-cmd and kernelshark would fail with: error: file /usr/bin/trace-cmd conflicts between attempted installs of

Re: [OE-core] [PATCH] pixbufcache: Add missing dependency on jpeg-native

2014-07-21 Thread Christopher Larson
On Mon, Jul 21, 2014 at 5:49 AM, Burton, Ross ross.bur...@intel.com wrote: If we can't change the sysroot creation order so that the order is zlib, libpng, libjpeg, and then gdk-pixbuf then I think this needs to be pulled out to a function that can do neater logic, such as iterate through

[OE-core] [PATCH 2/3] bootlogd: Don't run savelog if it's not installed

2014-07-21 Thread Ben Shelton
From: Richard Tollerton rich.toller...@ni.com bootlogd's default log rotation code on stop requires `savelog`, which is in debianutils, which may not be installed. If it's not installed, don't try to perform the log rotation. That is: in the affected code block, `savelog` is what is responsible

[OE-core] [PATCH 1/3] bootlogd: Honor VERBOSE

2014-07-21 Thread Ben Shelton
From: Richard Tollerton rich.toller...@ni.com The messages echoed when starting and stopping bootlogd are currently printed regardless of the setting of VERBOSE. Adjust the initscript so they're only printed when VERBOSE is enabled. Signed-off-by: Richard Tollerton rich.toller...@ni.com

[OE-core] [PATCH 3/3] bootlogd: ensure /var/log/boot is created in volatiles

2014-07-21 Thread Ben Shelton
From: Richard Tollerton rich.toller...@ni.com bootlogd does not write to /var/log/boot if it does not exist, so if using the volatiles facility (presumed to mount /var/log under a tmpfs), ensure that /var/log/boot gets created. Signed-off-by: Richard Tollerton rich.toller...@ni.com

[OE-core] [PATCH 1/1] image.bbclass/rootfs.py: add variables to rootfs[vardeps]

2014-07-21 Thread Roxana Ciobanu
Added base variables and package backend specific variables to rootfs[vardeps] in order for rootfs to rebuild when changes are made. Set some variables as [func] to inform bitbake that they are shell scripts, so that it invokes its shell dependency parsing. Without marking them as functions,

[OE-core] [PATCH 0/1] Fix for YB6502

2014-07-21 Thread Roxana Ciobanu
The following changes since commit 4d2ac6f6df2b3ef98699dd4f7afadb2d994222bb: rootfs: Remove the extraneous install directory (2014-07-19 00:18:21 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib roxana/YB6502

Re: [OE-core] [PATCH] pixbufcache: Add missing dependency on jpeg-native

2014-07-21 Thread Jacob Kroon
Hi Ross, On Mon, Jul 21, 2014 at 2:49 PM, Burton, Ross ross.bur...@intel.com wrote: On 21 July 2014 13:39, Jacob Kroon jacob.kr...@mikrodidakt.se wrote: gdk-pixbuf-native uses png and jpeg loaders. When updating the loader-cache, these needs to be already populated in the sysroot.

[OE-core] [PATCH] mkefidisk.sh: Remove initrd entry for gummiboot

2014-07-21 Thread Darren Hart
My previous patch adding gummiboot support was missing the line to remove the initrd line from the boot config. This was an oversight in copying over the grub setup to gummiboot. Add the necessary logic to remove it. Signed-off-by: Darren Hart dvh...@linux.intel.com ---

Re: [OE-core] [PATCH] kernelshark: Remove trace-cmd from the kernelshark package

2014-07-21 Thread Darren Hart
On 7/21/14, 8:32, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2014-07-21 at 08:21 -0700, Darren Hart wrote: On 7/18/14, 16:01, Darren Hart dvh...@linux.intel.com wrote: Fixes [YOCTO 6550] Images installing both trace-cmd and kernelshark would fail with: error: file

[OE-core] [PATCH 1/4] busybox: mdev: Make /dev/shm world-writable

2014-07-21 Thread Ben Shelton
From: Gratian Crisan gratian.cri...@ni.com Otherwise, users cannot use named semaphores or shared memory. Signed-off-by: Richard Tollerton rich.toller...@ni.com Signed-off-by: Ben Shelton ben.shel...@ni.com --- meta/recipes-core/busybox/files/mdev | 1 + 1 file changed, 1 insertion(+) diff

[OE-core] [PATCH 2/4] busybox: mdev: Use mdev.seq

2014-07-21 Thread Ben Shelton
From: Bill Pittman bill.pitt...@ni.com /dev/mdev.seq exists to synchronize concurrently running instances of mdev and to ensure that they execute in the proper order. Without this synchronization, it is possible to have inconsistent mount points, to leak device nodes, or to have a node

[OE-core] [PATCH 4/4] busybox: Allow busybox-mdev to RPROVIDES hotplug

2014-07-21 Thread Ben Shelton
From: Richard Tollerton rich.toller...@ni.com This is for symmetry with udev which also RPROVIDES hotplug. Signed-off-by: Richard Tollerton rich.toller...@ni.com Signed-off-by: Ben Shelton ben.shel...@ni.com --- meta/recipes-core/busybox/busybox.inc | 1 + 1 file changed, 1 insertion(+) diff

[OE-core] [PATCH 3/4] busybox: mdev: Ensure /dev/initctl exists after tmpfs mount

2014-07-21 Thread Ben Shelton
During boot, there is a brief window during which /dev/initctl is missing, which breaks initscripts that would need to access it. This occurs because /etc/init.d/mountall.sh (rcS.d/S02...) attempts to ensure /dev/initctl is present, but /etc/init.d/mdev (rcS.d/S06...) mounts over /dev and clobbers

Re: [OE-core] [PATCH 4/4] busybox: Allow busybox-mdev to RPROVIDES hotplug

2014-07-21 Thread Richard Purdie
On Mon, 2014-07-21 at 11:53 -0500, Ben Shelton wrote: From: Richard Tollerton rich.toller...@ni.com This is for symmetry with udev which also RPROVIDES hotplug. Signed-off-by: Richard Tollerton rich.toller...@ni.com Signed-off-by: Ben Shelton ben.shel...@ni.com ---

Re: [OE-core] [PATCH V5 0/2] shadow: upgrade from 4.1.4.3 to 4.2.1

2014-07-21 Thread Richard Purdie
On Mon, 2014-07-21 at 04:59 -0600, Gary Thomas wrote: On 2014-07-21 02:27, Richard Purdie wrote: On Thu, 2014-07-17 at 15:53 +0800, Chen Qi wrote: The following changes since commit 846bc50fde11bbb36c8eb5b2e3ae6bb644c037f3: ltp: use foreign automake strictness (2014-07-16 10:27:16

Re: [OE-core] [PATCH 4/4] busybox: Allow busybox-mdev to RPROVIDES hotplug

2014-07-21 Thread Richard Tollerton
Richard Purdie richard.pur...@linuxfoundation.org writes: On Mon, 2014-07-21 at 11:53 -0500, Ben Shelton wrote: From: Richard Tollerton rich.toller...@ni.com This is for symmetry with udev which also RPROVIDES hotplug. Signed-off-by: Richard Tollerton rich.toller...@ni.com Signed-off-by:

Re: [OE-core] [PATCH] pixbufcache: Add missing dependency on jpeg-native

2014-07-21 Thread Jacob Kroon
On Mon, Jul 21, 2014 at 6:00 PM, Jacob Kroon jacob.kr...@gmail.com wrote: Hi Ross, On Mon, Jul 21, 2014 at 2:49 PM, Burton, Ross ross.bur...@intel.com wrote: On 21 July 2014 13:39, Jacob Kroon jacob.kr...@mikrodidakt.se wrote: gdk-pixbuf-native uses png and jpeg loaders. When updating

[OE-core] OE Changelog since 2014-07-13 until 2014-07-20

2014-07-21 Thread cliff . brake
Changelog since 2014-07-13 until 2014-07-20. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [OE-core] [OE-code][PATCH] wic: include partition label in fs image file name

2014-07-21 Thread Tom Zanussi
On Mon, 2014-07-21 at 13:01 +0200, Maciej Borzecki wrote: Not including the label image but having multiple partitions of the same type, the image file of one partition would overwrite the other. Right, the empty-partition case somehow missed the label - good catch. Acked-by: Tom Zanussi

[OE-core] [PATCH 1/2] wic: original fstab restored too early

2014-07-21 Thread Maciej Borzecki
Contents of /etc/fstab were restored too early, thus overwriting the autogenerated ones. Signed-off-by: Maciej Borzecki maciej.borze...@open-rnd.pl Signed-off-by: Maciek Borzecki maciek.borze...@gmail.com --- scripts/lib/mic/imager/direct.py | 4 +++- 1 file changed, 3 insertions(+), 1

[OE-core] [PATCH 2/2] wic: --fsoptions handling

2014-07-21 Thread Maciej Borzecki
Add handling of --fsoptions in parition definition. Default value of mount option is 'defaults', all user defined options are appended. Signed-off-by: Maciej Borzecki maciej.borze...@open-rnd.pl Signed-off-by: Maciek Borzecki maciek.borze...@gmail.com --- scripts/lib/mic/imager/direct.py | 9

[OE-core] [RFC][PATCH] kernel-module-split.bbclass: Allow autoloading multiple modules or modules where basename != module name

2014-07-21 Thread Martin Jansa
* new KERNEL_MODULE_AUTOLOAD syntax doesn't support modules where basename and module name don't match (usually - and _), e.g.: module_autoload_bq27x00_battery = bq27x00-battery * sometimes it's useful to load modules in particular order and module_autoload allowed to just list multiple

Re: [OE-core] [PATCH 1/2] udev: update init script for conditional probing of platform bus

2014-07-21 Thread Denys Dmytriyenko
On Tue, Jul 15, 2014 at 11:38:41AM -0400, Denys Dmytriyenko wrote: On Tue, Jul 15, 2014 at 08:30:04AM -0700, Saul Wold wrote: On 07/14/2014 07:41 PM, Denys Dmytriyenko wrote: On Thu, Jun 26, 2014 at 01:43:53PM -0400, Denys Dmytriyenko wrote: On Wed, Jun 25, 2014 at 11:41:05PM +0100, Richard

Re: [OE-core] [oe-commits] Peter Seebach : pseudo_1.6.0.bb: uprev to pseudo 1.6

2014-07-21 Thread Martin Jansa
On Wed, Jul 16, 2014 at 09:25:25AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: b8f5d6b493ec759a97b92cf9b4c07ad8a8114de6 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=b8f5d6b493ec759a97b92cf9b4c07ad8a8114de6 Author:

[OE-core] [PATCH 1/2] mkefidisk.sh: Fix redirection to 1

2014-07-21 Thread Darren Hart
The current script intends to redirect stderr to stdout, but instead redirects to a file named 1. No doubt a regex replace error. Replace all instances of 21 with 21. Signed-off-by: Darren Hart dvh...@linux.intel.com --- scripts/contrib/mkefidisk.sh | 38 +++---

[OE-core] [PATCH 2/2] mkefidisk.sh: Add signal handling

2014-07-21 Thread Darren Hart
Add basic signal handling to unmount and remove any temporary files. Signed-off-by: Darren Hart dvh...@linux.intel.com --- scripts/contrib/mkefidisk.sh | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh

Re: [OE-core] [oe-commits] Peter Seebach : pseudo_1.6.0.bb: uprev to pseudo 1.6

2014-07-21 Thread Mark Hatle
On 7/21/14, 5:32 PM, Martin Jansa wrote: On Wed, Jul 16, 2014 at 09:25:25AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: b8f5d6b493ec759a97b92cf9b4c07ad8a8114de6 URL:

Re: [OE-core] [PATCH 2/2] mkefidisk.sh: Add signal handling

2014-07-21 Thread Darren Hart
Please ignore this one (2/2), it rearranges output in a way that might lead to someone pulling the USB key before the sync completes. I will resend 2/2 of separately. Apologies :/ On 7/21/14, 15:45, Darren Hart dvh...@linux.intel.com wrote: Add basic signal handling to unmount and remove any

[OE-core] [PATCH] mkefidisk.sh: Add signal handling

2014-07-21 Thread Darren Hart
Add basic signal handling to unmount and remove any temporary files. Correct a quoting issue with the die() function caught testing signal handling. Fix a minor typo in formatting output. Signed-off-by: Darren Hart dvh...@linux.intel.com --- scripts/contrib/mkefidisk.sh | 6 -- 1 file

[OE-core] [PATCH 1/1] shadow: fix the behavior of su

2014-07-21 Thread Chen Qi
In systems where bash is not installed and /bin/sh is provided by busybox. Commands like `su -l -c '/home/root/test' xuser' would fail complaining the the 'su' applet could not be found. This patch references the old version of shadow to keep the behaviour the way it was in old version so that we

[OE-core] [PATCH 0/1] systemd: change dependency relationships

2014-07-21 Thread Chen Qi
The following changes since commit 5bcda42a946ae8b14aee8864d18745be0a997aaa: bitbake: fetch2: Add module for ClearCase (ccrc://) (2014-07-21 19:24:29 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/systemd-udev-hwdb

[OE-core] [PATCH 1/1] systemd: change dependency relationships

2014-07-21 Thread Chen Qi
When building out a systemd based image, the udev-hwdb postinstall script always fails at rootfs time. This is because that the 'udevadm' command used in udev-hwdb postinstall script is now in the udev package and udev recommends udev-hwdb. Instead of letting udev recommends udev-hwdb, we let

[OE-core] [PATCH] adt-installer: fix sed input file error

2014-07-21 Thread Chong Lu
When use default install directory, we can't get the environment setup script path. The reason is that opkg-cl list incorrect files paths. This patch sets env_script variable to make us get correct environment setup script path. [YOCTO #6443] Signed-off-by: Chong Lu chong...@windriver.com ---