Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Musat, George L
Sorry Ross, The test case causes “/usr/src/kernel: No such file or directory” error when running in LSB images because they don’t have kernel-devsrc it seems. It’s not really a bug but the test code had to be a little customized to skip when in a LSB image. Do you want me to re-send the

Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Burton, Ross
On 17 July 2015 at 15:32, Musat, George L george.l.mu...@intel.com wrote: The test case causes “/usr/src/kernel: No such file or directory” error when running in LSB images because they don’t have kernel-devsrc it seems. It’s not really a bug but the test code had to be a little customized

Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Musat, George L
They work on core-image-sato-sdk images and fail on core-image-lsb-sdk images. You can look at bugs 8013, 8014, 8016. From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, July 17, 2015 5:41 PM To: Musat, George L Cc: OE-core Subject: Re: [OE-core] [PATCH] oeqa/runtime: Added skip

Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Burton, Ross
On 17 July 2015 at 15:43, Musat, George L george.l.mu...@intel.com wrote: They work on core-image-sato-sdk images and fail on core-image-lsb-sdk images. You can look at bugs 8013, 8014, 8016. That would be because -sato-sdk explicitly adds kernel-devsrc but -lsb-sdk uses the old name of

[OE-core] [PATCH] core-image-lsb-sdk: use kernel-devsrc to ensure kernel module builds work

2015-07-17 Thread Ross Burton
With the move of the kernel source to the kernel-devsrc, we need this package to ensure the kernel module sanity tests made on core-image-lsb-sdk continue to pass. Therefore update the name of the package included in the image. Signed-off-by: Ross Burton ross.bur...@intel.com ---

Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Musat, George L
That’s true ☺ From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, July 17, 2015 5:46 PM To: Musat, George L Cc: OE-core Subject: Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test On 17 July 2015 at 15:43, Musat, George L

[OE-core] [PATCH v2] u-boot: Upgrade to 2015.07 release

2015-07-17 Thread Otavio Salvador
This upgrades the U-Boot and its related recipes for the 2015.07 release. The following recipes has been upgraded: - u-boot - u-boot-mkimage - u-boot-fw-utils The patches which were applied on top of the 2015.01 release are dropped as those are not needed in this release. The license

Re: [OE-core] [PATCH] u-boot: Upgrade to 2015.07 release

2015-07-17 Thread Otavio Salvador
On Fri, Jul 17, 2015 at 8:42 AM, Burton, Ross ross.bur...@intel.com wrote: Hi Otavio, On 15 July 2015 at 03:43, Otavio Salvador ota...@ossystems.com.br wrote: -LIC_FILES_CHKSUM = file://Licenses/README;md5=c7383a594871c03da76b3707929d2919 +LIC_FILES_CHKSUM =

Re: [OE-core] [PATCH] u-boot: Upgrade to 2015.07 release

2015-07-17 Thread Burton, Ross
Hi Otavio, On 15 July 2015 at 03:43, Otavio Salvador ota...@ossystems.com.br wrote: -LIC_FILES_CHKSUM = file://Licenses/README;md5=c7383a594871c03da76b3707929d2919 +LIC_FILES_CHKSUM = file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95 Remember to explain why the license checksums

Re: [OE-core] [PATCH 1/1] volatile-binds: correct path of command umount

2015-07-17 Thread Burton, Ross
On 6 July 2015 at 02:59, Kai Kang kai.k...@windriver.com wrote: + -e /^ExecStop=/s/sbin/bin/ \ Should't that be something like ${bindir}? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] image.bbclass vs core-image.bbclass

2015-07-17 Thread Paul Eggleton
On Friday 17 July 2015 05:30:12 Gary Thomas wrote: On 2015-07-17 05:14, Paul Eggleton wrote: Hi Gary, On Friday 17 July 2015 04:56:43 Gary Thomas wrote: Why are some ROOTFS_POSTPROCESS_COMMANDs being set in image.bbclass and others in core-image.bbclass? If I build an image using only

Re: [OE-core] [PATCH 4/5] git: 2.4.4 - 2.4.5

2015-07-17 Thread Burton, Ross
On 17 July 2015 at 03:31, Robert Yang liezhi.y...@windriver.com wrote: * Use git repo rathar then tarball. For this and the file upgrade, why? Tarballs are easily cached, and can be checksummed. What's the reason to switch to a git clone? Ross --

Re: [OE-core] dbus-test no longer built for dbus-ptest after last bitbake changes

2015-07-17 Thread Richard Purdie
On Thu, 2015-07-16 at 23:22 +0100, Burton, Ross wrote: On 16 July 2015 at 22:29, Martin Jansa martin.ja...@gmail.com wrote: ERROR: Nothing PROVIDES 'gtk+-native' (but

Re: [OE-core] [PATCH] cmake.bbclass: set archiver, linker and ranlib in toolchain.cmake

2015-07-17 Thread Bach, Pascal
Hi -Original Message- From: Stefan Herbrechtsmeier [mailto:ste...@herbrechtsmeier.net] Sent: Freitag, 17. Juli 2015 12:56 To: Bach, Pascal; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] cmake.bbclass: set archiver, linker and ranlib in toolchain.cmake Am

[OE-core] [PATCH] *image.bbclass: Consolidate ROOTFS_POSTPROCESS_COMMANDs

2015-07-17 Thread Gary Thomas
Move ROOTFS_POSTPROCESS_COMMANDs from core-image.bbclass to image.bbclass so that images built using just image.bbclass will benefit from them. Without this change, an image built using image.bbclass did not honor read-only-rootfs image feature. Signed-off-by: Gary Thomas g...@mlbassoc.com ---

[OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Lucian Musat
because it caused failures in core-image-lsb images. Signed-off-by: Lucian Musat george.l.mu...@intel.com --- meta/lib/oeqa/runtime/kernelmodule.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oeqa/runtime/kernelmodule.py b/meta/lib/oeqa/runtime/kernelmodule.py index

Re: [OE-core] [PATCH] cmake.bbclass: set archiver, linker and ranlib in toolchain.cmake

2015-07-17 Thread Stefan Herbrechtsmeier
Am 17.07.2015 um 14:23 schrieb Bach, Pascal: Hi -Original Message- From: Stefan Herbrechtsmeier [mailto:ste...@herbrechtsmeier.net] Sent: Freitag, 17. Juli 2015 12:56 To: Bach, Pascal; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] cmake.bbclass: set archiver,

[OE-core] Yocto Project Status WW29

2015-07-17 Thread Jolley, Stephen K
Current Dev Position: 1.9 Milestone 2 (M2) Next Deadline: M2 cut off of July 27th at noon GMT SWAT team rotation: Ross - Cristian https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: * RC2 is out of QA. The full test report can be accessed

[OE-core] [meta-oe][PATCH] libpam: Upgrade v1.1.6 - v1.2.1

2015-07-17 Thread Amarnath Valluri
Dropped upstreamed patches(commit-id): - add-checks-for-crypt-returning-NULL.patch(8dc056c) - destdirfix.patch(d7e6b92) - libpam-fix-for-CVE-2010-4708.patch(4c430f6) Dropped backported patches(commit-id): - pam_timestamp-fix-potential-directory-traversal-issu.patch(9dcead8) -

Re: [OE-core] [PATCH 0/1] Fix can not stop systemd service var-volatile-lib

2015-07-17 Thread Kang Kai
On 2015年07月06日 09:59, Kai Kang wrote: The following changes since commit 8ad9a434c9fd0300cf5c38c368b181b78421e95a: bitbake: tests/data: Add new data tests (2015-07-01 15:40:21 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib kangkai/volatile-binds

Re: [OE-core] [PATCH 0/1] sysstat: add configuration file in tmpfiles.d

2015-07-17 Thread ChenQi
ping //Chen Qi On 10/30/2014 06:18 PM, Chen Qi wrote: The following changes since commit 4143f3b0ce0d0c52f5b0babc1bb16ac0ac9610eb: nativesdk-cmake: Adjust toolchain paths dynamically (2014-10-24 21:59:34 +0100) are available in the git repository at:

[OE-core] [PATCH] cmake.bbclass: set archiver, linker and ranlib in toolchain.cmake

2015-07-17 Thread Pascal Bach
Setting CMAKE_AR, CMAKE_LINKER and CMAKE_RANLIB correctly in toolchain.cmake is necessary to correctly build -native packages using CMake. The reason is that CMake is not able to find the above utilities by itself because CMAKE_FIND_ROOT_PATH_MODE_PROGRAM is set to ONLY so we need to tell it

[OE-core] [PATCH] gtk+: Fix bug in gtk-demo

2015-07-17 Thread Li xin
Modify gtkrc.c,otherwise the input-methods can not be enabled in gtk-demo. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-gnome/gtk+/gtk+/gtkrc.c-Bug-fix.patch | 30 ++ meta/recipes-gnome/gtk+/gtk+_2.24.28.bb| 1 + 2 files changed, 31

[OE-core] [PATCH][resend][v2] dhcp: make dhclient to get configuration for other programs

2015-07-17 Thread rongqing.li
From: Li Wang li.w...@windriver.com Make dhclient to run /etc/dhcp/dhclient.d/*.sh, and get the configuration for ntp, nis or other programes These codes are from redhat rpm package. Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com ---

Re: [OE-core] [PATCH 1/3] glibc: print PN when bbwarn

2015-07-17 Thread Robert Yang
On 07/17/2015 12:45 PM, Khem Raj wrote: On Mon, Jul 13, 2015 at 3:02 AM, Robert Yang liezhi.y...@windriver.com wrote: The current warning is: WARNING: glibc: unable to generate header for spray.x Which is easier to debug than: WARNING: unable to generate header for spray.x And remove the

[OE-core] [PATCH] pulseaudio: rdepend on modules referenced by start-pulseaudio-x11

2015-07-17 Thread Tanu Kaskinen
pulseaudio-server contains /usr/bin/start-pulseaudio-x11 when X11 is enabled, and that script tries to load module-device-manager, module-x11-cork-request, module-x11-publish, and module-x11-xsmp. Therefore, pulseaudio-server should rdepend on those modules when X11 is enabled, otherwise the

Re: [OE-core] image.bbclass vs core-image.bbclass

2015-07-17 Thread Paul Eggleton
Hi Gary, On Friday 17 July 2015 04:56:43 Gary Thomas wrote: Why are some ROOTFS_POSTPROCESS_COMMANDs being set in image.bbclass and others in core-image.bbclass? If I build an image using only image.bbclass, I miss the settings from core-image.bbclass (which is somewhat misnamed IMO since

Re: [OE-core] [PATCH] gtk+: Fix bug in gtk-demo

2015-07-17 Thread Gary Thomas
On 2015-07-17 00:37, Li xin wrote: Modify gtkrc.c,otherwise the input-methods can not be enabled in gtk-demo. This comment doesn't really explain why this [radical] change in pathname is needed, it just says what you have done. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com ---

Re: [OE-core] [PATCH] cmake.bbclass: set archiver, linker and ranlib in toolchain.cmake

2015-07-17 Thread Stefan Herbrechtsmeier
Am 17.07.2015 um 09:44 schrieb Pascal Bach: Setting CMAKE_AR, CMAKE_LINKER and CMAKE_RANLIB correctly in toolchain.cmake is necessary to correctly build -native packages using CMake. The reason is that CMake is not able to find the above utilities by itself because

[OE-core] [PATCH] oeqa/runtime: Added decorators for the remaining auto tests.

2015-07-17 Thread Lucian Musat
This helps for the automatic completion of the results in testopia. Signed-off-by: Lucian Musat george.l.mu...@intel.com --- meta/lib/oeqa/runtime/connman.py | 1 + meta/lib/oeqa/runtime/gcc.py | 1 + meta/lib/oeqa/runtime/perl.py| 1 + meta/lib/oeqa/runtime/python.py | 3 ++-

[OE-core] image.bbclass vs core-image.bbclass

2015-07-17 Thread Gary Thomas
Why are some ROOTFS_POSTPROCESS_COMMANDs being set in image.bbclass and others in core-image.bbclass? If I build an image using only image.bbclass, I miss the settings from core-image.bbclass (which is somewhat misnamed IMO since it's heavier than image.bbclass)? Is there some reason not to

[OE-core] [PATCH 1/2] kernel: Define KERNEL_IMAGETYPE as a list

2015-07-17 Thread He Zhe
From: Zhe He zhe...@windriver.com - To support building packaging and installing multi types of kernel images, such as zImage uImage, at one time define KERNEL_IMAGETYPE as a list. - Modify wherever reference KERNEL_IMAGETYPE accordingly. Signed-off-by: Zhe He zhe...@windriver.com ---

[OE-core] [PATCH 2/2] kernel: Pass sysroot mkimage to kernel makefile

2015-07-17 Thread He Zhe
Pass mkimage in sysroot to kernel makefile by NATIVE_MKIMAGE to avoid depending on build machine's, if KEEPUIMAGE is yes. Signed-off-by: He Zhe zhe...@windriver.com --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass

[OE-core] [PATCH 0/2] Yocto Bug #6945

2015-07-17 Thread He Zhe
From: Zhe He zhe...@windriver.com - To support building packaging and installing multi types of kernel images, such as zImage uImage, at one time define KERNEL_IMAGETYPE as a list. - Modify wherever reference KERNEL_IMAGETYPE accordingly. He Zhe (2): kernel: Define KERNEL_IMAGETYPE as

Re: [OE-core] image.bbclass vs core-image.bbclass

2015-07-17 Thread Gary Thomas
On 2015-07-17 05:14, Paul Eggleton wrote: Hi Gary, On Friday 17 July 2015 04:56:43 Gary Thomas wrote: Why are some ROOTFS_POSTPROCESS_COMMANDs being set in image.bbclass and others in core-image.bbclass? If I build an image using only image.bbclass, I miss the settings from core-image.bbclass

[OE-core] [PATCH 3/3] recipetool: appendsrcfile: handle S == STAGING_KERNEL_DIR

2015-07-17 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com When determining the path from WORKDIR to the extracted sources, we're using S, but if S is in work-shared, that's problematic and won't give us good results, so assume 'git' for that case, warning when appropriate. Signed-off-by: Christopher

Re: [OE-core] [PATCH] create-pull-request: Fix error on 2.0 versions of git

2015-07-17 Thread Richard Tollerton
Robert Yang liezhi.y...@windriver.com writes: On 07/14/2015 05:49 PM, Burton, Ross wrote: On 13 July 2015 at 19:43, Richard Tollerton rich.toller...@ni.com mailto:rich.toller...@ni.com wrote: I still need to apply this patch in order to use create-pull-request. Bump? Not sure how

[OE-core] [PATCH 1/3] recipetool: appendsrcfile: fix duplicate SRC_URI check

2015-07-17 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com --- scripts/lib/recipetool/append.py | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/lib/recipetool/append.py b/scripts/lib/recipetool/append.py index

[OE-core] [PATCH 0/3] A few misc fixes for `recipetool appendsrcfile`

2015-07-17 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com The following changes since commit ff384c084678dab33bbd7eb82ece21a2baa13dfb: qemu: upgrade to 2.4.0-rc0 (2015-07-16 20:40:00 +0100) are available in the git repository at: g...@github.com:kergoth/openembedded-core

[OE-core] [PATCH 2/3] recipetool: appendsrcfile: use -D, not -d for destdir

2015-07-17 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com -d is already taken for --debug. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- scripts/lib/recipetool/append.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/recipetool/append.py

Re: [OE-core] [PATCH] create-pull-request: Fix error on 2.0 versions of git

2015-07-17 Thread Burton, Ross
On 17 July 2015 at 17:39, Richard Tollerton rich.toller...@ni.com wrote: Ross, please revert commit 7ee64ea60ede5477b2f9a355d93bdc556e6b7895. My sincere apologies for the inconvenience. Already done in master-under-test. Thanks for confirming that it works for you. Ross --

[OE-core] [PATCH] ncurses-terminfo-base: include screen-256color

2015-07-17 Thread Richard Tollerton
Nominally tmux sets TERM=screen which we are including in ncurses-terminfo-base. However, if tmux detects that it's running in a terminal capable of 256-color output (e.g. xterm-256color), it will instead use TERM=screen-256color. We aren't including that, and we ought to be. Signed-off-by: