[OE-core] [PATCH 0/3] Upgrade smartpm, less and elfutils

2015-07-07 Thread Robert Yang
Tested world core-image-sato core-image-sato-sdk build on: qemux86 qemux86-64 qemuarm qemuarm64 qemuppc qemumpis Also tested core-image-sato on rpm_4.11.2. // Robert The following changes since commit df6ddc4bf9795212fda87f9d401893eb254074da: file: fix long-options (2015-07-07 23:57:14 +0100)

[OE-core] [PATCH 2/3] elfutils: 0.162 -> 0.163

2015-07-07 Thread Robert Yang
Signed-off-by: Robert Yang --- ...m-Silence-Werror-maybe-uninitialized-fals.patch |0 .../0001-remove-the-unneed-checking.patch |0 .../arm_backend.diff |0 .../arm_func_value.patch |0 .../arm_unwind_ret_mask.patch

[OE-core] [PATCH 3/3] python-smartpm: 1.4.1 -> 1.5

2015-07-07 Thread Robert Yang
Signed-off-by: Robert Yang --- .../python/python-smartpm/smart-attempt.patch | 164 ++- .../smart-config-ignore-all-recommends.patch | 24 - .../python-smartpm/smart-conflict-provider.patch | 196 .../python/python-smartpm/smart-dflags.patch | 45 - .../python-smartp

[OE-core] [PATCH 1/3] less: 471 -> 478

2015-07-07 Thread Robert Yang
* Remove backport patch 0001-Fix-possible-buffer-overrun-with-invalid-UTF-8.patch. * The LICENSE's checksum changed because of year changed, the contents are the same. Signed-off-by: Robert Yang --- ...ossible-buffer-overrun-with-invalid-UTF-8.patch | 49 .../less/{less

[OE-core] [PATCH 1/2] initscripts: add /sbin/sushell for systemd service debug-shell

2015-07-07 Thread Kai Kang
Add file /sbin/sushell for systemd service debug-shell which starts with /bin/sushell when SELinux is enabled. Copy and add sushell file from Fedora 22. Add runtime dependency bash as well when systemd is enabled to eliminate QA warning: WARNING: QA Issue: /sbin/sushell_initscripts contained in p

[OE-core] [PATCH 0/2] V2: Add /sbin/sushell when SELinux is enabled

2015-07-07 Thread Kai Kang
debug-shell.service from systemd starts different shell according to whether selinux is enabled. If selinux is enabled, it starts /sbin/sushell. Add /sbin/sushell from fedora. Tested with and without layer meta-selinux for x86-64. The following changes since commit 8ad9a434c9fd0300cf5c38c368b181

[OE-core] [PATCH 2/2] systemd: add PACKAGECONFIG selinux

2015-07-07 Thread Kai Kang
Add PACKAGECONFIG 'selinux' for systemd. debug-shell.service starts different shell according whether selinux is enabled. Signed-off-by: Kai Kang --- meta/recipes-core/systemd/systemd_219.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd

Re: [OE-core] [PATCH] libdrm: remove git recipe, merge inc

2015-07-07 Thread Khem Raj
> On Jul 3, 2015, at 3:21 AM, Ross Burton wrote: > > The git recipe hasn't been touched since 2012 and is out of date, so simplify > the recipe by removing the git form and merging the remaining bb and inc file. There might be recipes in other layers which might be using .inc file, drm is some

[OE-core] [PATCH][V2] rpm: disable external key server

2015-07-07 Thread rongqing.li
From: yzhu1 When RPM experiences a signed package, with a signature that it does NOT know. By default it will send the -fingerprint- (and only the 16 digit fingerprint) to an external HKP server, trying to get the key down. This is probably not a reasonable default behavior for the system to do,

[OE-core] [PATCH] gdb: Fix detection of 64-bit PPC inferior in gdbserver

2015-07-07 Thread wenzong.fan
From: Yuanjie Huang Fix 64-bit detection according to PowerISA Boot III-S. https://sourceware.org/ml/gdb-patches/2014-12/msg00239.html Written by: Yao Qi Signed-off-by: Yuanjie Huang --- meta/recipes-devtools/gdb/gdb.inc | 1 + ...ction-of-64-bit-PPC-inferior-in-gdbserver.p

[OE-core] [PATCH] dhcp: add exec script when dhclient run

2015-07-07 Thread rongqing.li
From: Li Wang make dhclient-script to call ntp/nis script to get the extra data from server Signed-off-by: Li Wang Signed-off-by: Roy Li --- .../dhcp/dhcp/dhcp-add-exec-script-function.patch | 93 ++ meta/recipes-connectivity/dhcp/dhcp_4.3.2.bb | 1 + meta/recipes-

Re: [OE-core] [PATCH 1/2] nettle: update package to 3.1.1 version.

2015-07-07 Thread Andre McCurdy
On Tue, Jul 7, 2015 at 4:04 PM, Richard Purdie wrote: > On Tue, 2015-07-07 at 14:03 -0700, Andre McCurdy wrote: >> On Tue, Jul 7, 2015 at 1:30 PM, Burton, Ross wrote: >> > On 7 July 2015 at 21:09, akuster808 wrote: >> >> >> >> which recipe? 2.7.1 / 3.1 or both? >> >> >> >> - armin >> >> ( sucks

Re: [OE-core] [PATCH 1/2] nettle: update package to 3.1.1 version.

2015-07-07 Thread Richard Purdie
On Tue, 2015-07-07 at 14:03 -0700, Andre McCurdy wrote: > On Tue, Jul 7, 2015 at 1:30 PM, Burton, Ross wrote: > > On 7 July 2015 at 21:09, akuster808 wrote: > >> > >> which recipe? 2.7.1 / 3.1 or both? > >> > >> - armin > >> ( sucks at this licensing stuff) > > > > > > So: 2.7.1 is "LGPL" (v2). >

Re: [OE-core] [PATCH 1/1] toolchain-scripts.bbclass: use MLPREFIX to instead of MULTILIB_VARIANTS

2015-07-07 Thread Richard Purdie
On Tue, 2015-07-07 at 00:17 -0700, Robert Yang wrote: > Fixed when enable multilib: > require conf/multilib.conf > MULTILIBS = "multilib:lib32" > DEFAULTTUNE_virtclass-multilib-lib32 = "x86" > > $ bitbake core-image-minimal > > No lib32 package should be built since we don't build > lib32-core-im

[OE-core] [PATCH] python-io: Add runtime dependency on contextlib

2015-07-07 Thread Ash Charles
The python-io package includes ssl.py module which imports the contextlib library. This applied to Python 2.7.9 but not 3.3. Signed-off-by: Ash Charles --- meta/recipes-devtools/python/python-2.7-manifest.inc | 2 +- scripts/contrib/python/generate-manifest-2.7.py | 2 +- 2 files changed,

Re: [OE-core] [PATCH 1/2] nettle: update package to 3.1.1 version.

2015-07-07 Thread Andre McCurdy
On Tue, Jul 7, 2015 at 1:30 PM, Burton, Ross wrote: > On 7 July 2015 at 21:09, akuster808 wrote: >> >> which recipe? 2.7.1 / 3.1 or both? >> >> - armin >> ( sucks at this licensing stuff) > > > So: 2.7.1 is "LGPL" (v2). > > 3.1.1 is GPLv2+ or LGPLv3+. > > An "interesting" choice to say the least.

Re: [OE-core] [oe-core][PATCH 1/2] Set S to fix QA warning on systemd-serialgetty.

2015-07-07 Thread Burton, Ross
On 26 June 2015 at 16:35, Burton, Ross wrote: > So a good question is why don't I see that warning? :) So this was bugging me and Richard was also concerned about why neither of us saw it, nor the autobuilder. Turns out to be an old default behaviour (#4634) triggered by having buildhistory ena

Re: [OE-core] [PATCH 1/2] nettle: update package to 3.1.1 version.

2015-07-07 Thread Burton, Ross
On 7 July 2015 at 21:09, akuster808 wrote: > which recipe? 2.7.1 / 3.1 or both? > > - armin > ( sucks at this licensing stuff) > >> So: 2.7.1 is "LGPL" (v2). 3.1.1 is GPLv2+ or LGPLv3+. An "interesting" choice to say the least. Because the v2 bit is not L, I'm wondering if we will need to keep

Re: [OE-core] [PATCH 1/2] nettle: update package to 3.1.1 version.

2015-07-07 Thread akuster808
On 07/07/2015 03:40 AM, Burton, Ross wrote: On 7 July 2015 at 06:34, Anders Darander mailto:and...@chargestorm.se>> wrote: > > So could you double check the 3.1.1 release, and verify whether it only > consists of LGPLv3 | GPLv2+ licensed files, or if there actually are any > files having t

[OE-core] [PATCHv2 1/1] sanity.bbclass: Check if /tmp is writable

2015-07-07 Thread mariano . lopez
From: Mariano Lopez Used mkstemp instead of raw open file call. Also added the exception message to the output of the sanity check. [YOCTO #7922] Signed-off-by: Mariano Lopez --- meta/classes/sanity.bbclass | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/meta

Re: [OE-core] State of bitbake world, Failed tasks 2015-07-04

2015-07-07 Thread Tim Orling
On Tue, Jul 7, 2015 at 3:54 AM, Martin Jansa wrote: > http://www.openembedded.org/wiki/Bitbake_World_Status > > > > == Failed tasks 2015-07-04 == > > INFO: jenkins-job.sh-1.3.1 Complete log available at > http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150705_101525.log > > === commo

Re: [OE-core] [PATCH] cross-localedef-native_2.20.bb: fix for gcc5

2015-07-07 Thread Richard Tollerton
"Burton, Ross" writes: > On 7 July 2015 at 03:54, Richard Tollerton wrote: > >> The build of cross-localedef-native is observed to fail under gcc5 hosts >> with multiple definition errors, e.g.: >> > > Is this patch intended for fido? Master doesn't have 2.20 anymore (2.21) > and I believe that

Re: [OE-core] [PATCH 0/2] Add UEFI firmware for qemux86*

2015-07-07 Thread Leonardo Sandoval
ping On 06/17/2015 01:43 AM, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval These two patches include: 1. Recipe: Including the OVMF recipe (taken from luv-yocto repository) on Poky 2. Boot script: Instrumenting runqemu to include OECORE_MACHINE_SYSROOT,

Re: [OE-core] [PATCH] mklibs-native: Remove the dpkg-native dependency

2015-07-07 Thread Leonardo Sandoval
ping On 06/10/2015 04:44 AM, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval The 'dpkg-native' dependency introduced on 0a08dc is not neccesary needed if the mklibs-native code is secured with a try/catch statement when calling the dpkg-native application. [YOCTO #37

Re: [OE-core] [PATCH 3/3] cups: upgrade to 2.1b1

2015-07-07 Thread Burton, Ross
This is a beta release, so isn't appropriate for oe-core without good reason. Ross On 24 June 2015 at 09:34, Chen Qi wrote: > Signed-off-by: Chen Qi > --- > meta/recipes-extended/cups/{cups_2.0.2.bb => cups_2.1b1.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta/r

Re: [OE-core] FW: [oe] [meta-oe][PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-07-07 Thread Otavio Salvador
On Tue, Jul 7, 2015 at 10:55 AM, Alexander Kanavin wrote: > On 07/07/2015 04:38 PM, Burton, Ross wrote: > >> How about renaming the recipe, so that it doesn't clash with the >> GPLv3 version? For example, parted1_1.8.6.bb >> . Then it can be kept outside of oe-

Re: [OE-core] FW: [oe] [meta-oe][PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-07-07 Thread Alexander Kanavin
On 07/07/2015 04:38 PM, Burton, Ross wrote: How about renaming the recipe, so that it doesn't clash with the GPLv3 version? For example, parted1_1.8.6.bb . Then it can be kept outside of oe-core. As they're just version variations that would be overly compl

Re: [OE-core] FW: [oe] [meta-oe][PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-07-07 Thread Burton, Ross
On 7 July 2015 at 14:30, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > How about renaming the recipe, so that it doesn't clash with the GPLv3 > version? For example, parted1_1.8.6.bb. Then it can be kept outside of > oe-core. > As they're just version variations that would be ov

Re: [OE-core] FW: [oe] [meta-oe][PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-07-07 Thread Alexander Kanavin
On 07/07/2015 11:18 AM, Burton, Ross wrote: Can non-GPLv3 parted be added into oe-core? I think not everybody wants to use the GPLv3 version. There's a good argument for this, so send a tested patch and it can be reviewed. How about renaming the recipe, so that it doesn't clash with

Re: [OE-core] [PATCH 0/3] speex, speexdsp: 1.2rc1 -> 1.2rc2/1.2rc3

2015-07-07 Thread Alexander Kanavin
On 07/06/2015 06:14 PM, Tanu Kaskinen wrote: These patches update speex to 1.2rc2 and speexdsp to 1.2rc3. speexdsp was previously included in speex, but now it's in a separate source tree, so a new recipe is needed. The gap between rc1 and rc2 has been six *years*, and rc2 has been released 7

Re: [OE-core] [PATCH 1/1] toolchain-scripts.bbclass: use MLPREFIX to instead of MULTILIB_VARIANTS

2015-07-07 Thread Christopher Larson
On Tue, Jul 7, 2015 at 12:17 AM, Robert Yang wrote: > for dep in (d.getVar('TOOLCHAIN_NEED_CONFIGSITE_CACHE', True) or > "").split(): > deps += " %s:do_populate_sysroot" % dep > -for variant in (d.getVar('MULTILIB_VARIANTS', True) or > "").split(): > -clsextend =

[OE-core] [PATCH] oeqa/bbtests: Fix race over DL_DIR and SSTATE_DIR

2015-07-07 Thread Richard Purdie
Running "-c cleanall" on shared DL_DIR and SSTATE_DIR is antisocial. It leads to hard to debug races where we wonder why files disappear and reappear from those directories. Fix this by using a specific set of directories for these tests. This avoids a long standing bug on the autobuilder where as

Re: [OE-core] [PATCH] cross-localedef-native_2.20.bb: fix for gcc5

2015-07-07 Thread Otavio Salvador
On Tue, Jul 7, 2015 at 5:29 AM, Burton, Ross wrote: > > On 7 July 2015 at 03:54, Richard Tollerton wrote: >> >> The build of cross-localedef-native is observed to fail under gcc5 hosts >> with multiple definition errors, e.g.: > > > Is this patch intended for fido? Master doesn't have 2.20 anymo

[OE-core] [PATCH] oeqa/selftest: Added 2 testcases and updated setup for other two in imagefeatures.

2015-07-07 Thread Daniel Istrate
Automated 2 oe-selftest testcases: - 1116: Check if clutter image can be built - 1117: Check Wayland support in image Updated setup for test_efi_gummiboot_images_can_be_build and test_wic_command_can_create_efi_gummiboot_installation_images to accomodate latest wic changes. Signed-off-by: Daniel

[OE-core] State of bitbake world, Failed tasks 2015-07-04

2015-07-07 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status OE @ ~/openembedded-core $ git log --oneline origin/master..jansa/master c22ba08 mesa: respect MESA_EGL_NO_X11_HEADERS even with x11 in PACKAGECONFIG c2a07c6 squashfs-tools: upgrade to newer revision from git 56ad2f6 guile, mailx, gcc, opensp,

Re: [OE-core] [PATCH 1/2] nettle: update package to 3.1.1 version.

2015-07-07 Thread Burton, Ross
On 7 July 2015 at 06:34, Anders Darander wrote: > > So could you double check the 3.1.1 release, and verify whether it only > consists of LGPLv3 | GPLv2+ licensed files, or if there actually are any > files having the GPLv3(+) restriction? The nettle manual says quite clearly: "Nettle is dual li

[OE-core] [meta-oe][dizzy][PATCH] libxml2: fix python path and add libxml2-python

2015-07-07 Thread chia . chuan . wu
From: Robert Yang We have libxml2-python for native and nativesdk, but don't have it for target, and can't find the reason from the git log, libxml2-python is widely used, after looked into it's configure.in, we can add it by PACKAGECONFIG. The previous --with-python=${STAGING_BINDIR}/python is

[OE-core] [meta-oe][dizzy][PATCH] cherry picked from master branch to dizzy branch

2015-07-07 Thread chia . chuan . wu
From: WU CHIA CHUAN Dear maintainer, This patch provided libxml2-python package which is widely used. Currently this patch only limited to master branch,please consider to bring this patch to dizzy branch as well. Thank you, Chia Chuan Robert Yang (1): libxml2: fix python path and add libx

Re: [OE-core] [PATCH 1/1] initscripts: add /sbin/sushell for systemd service debug-shell

2015-07-07 Thread Kang Kai
On 2015年07月06日 16:47, Kai Kang wrote: Add file /sbin/sushell for systemd service debug-shell which starts with /bin/sushell when SELinux is enabled. Copy and add sushell file from Fedora 22. Add runtime dependency bash as well when systemd is enabled to eliminate QA warning: WARNING: QA Issue:

[OE-core] [PATCH 1/1] qemu: fix CVE-2015-3209

2015-07-07 Thread Kai Kang
Backport patch to fix CVE-2015-3209. http://git.qemu.org/?p=qemu.git;a=commit;h=9f7c594 Signed-off-by: Kai Kang --- .../qemu/qemu/qemu-fix-CVE-2015-3209.patch | 53 ++ meta/recipes-devtools/qemu/qemu_2.3.0.bb | 1 + 2 files changed, 54 insertions(+) creat

[OE-core] [PATCH 0/1] qemu: Fix CVE-2015-3209

2015-07-07 Thread Kai Kang
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/qemu http://git.yoctoproject.org/cgit.cgi/poky-contrib/l

Re: [OE-core] [PATCH] cross-localedef-native_2.20.bb: fix for gcc5

2015-07-07 Thread Burton, Ross
On 7 July 2015 at 03:54, Richard Tollerton wrote: > The build of cross-localedef-native is observed to fail under gcc5 hosts > with multiple definition errors, e.g.: > Is this patch intended for fido? Master doesn't have 2.20 anymore (2.21) and I believe that works with gcc5 hosts. Ross -- __

Re: [OE-core] FW: [oe] [meta-oe][PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-07-07 Thread Burton, Ross
On 7 July 2015 at 04:50, Lei, Maohui wrote: > Can non-GPLv3 parted be added into oe-core? I think not everybody wants to > use the GPLv3 version. > There's a good argument for this, so send a tested patch and it can be reviewed. Ross -- ___ Openembed

[OE-core] [PATCH] grub: Add support for net_default_mac and net_default_ip variables

2015-07-07 Thread wenzong.fan
From: Lijun Guo Using "-c" parameter, grub-mkimage can embed a configuration file into the grub image. However grub 2.0 doesn't support net_default_mac and net_default_ip variables in the configuration file. Backport upstream commit to fix the issue: * commit id: 2aa072d76a9c7df837a6a81bf8095809

Re: [OE-core] [PATCH][V2] db: add debug_lock option to show diagnostic info

2015-07-07 Thread Zhixiong Chi
Changes: 1. add upstream-status and sob 2.modify the error in .bb file On 2015年07月07日 16:17, Zhixiong Chi wrote: Add debug_lock option to show lock diagnostic information instead of outputing directly. We can enable it with using "./configure ... --enable-debug_lock". Signed-off-by: Zhixiong Ch

[OE-core] [PATCH][V2] db: add debug_lock option to show diagnostic info

2015-07-07 Thread Zhixiong Chi
Add debug_lock option to show lock diagnostic information instead of outputing directly. We can enable it with using "./configure ... --enable-debug_lock". Signed-off-by: Zhixiong Chi --- .../db/db/db-add-debug-lock-option.patch | 151 + meta/recipes-support/db/db_6

Re: [OE-core] [PATCH] db: add debug_lock option to show diagnostic info

2015-07-07 Thread Robert Yang
On 07/07/2015 03:43 PM, Zhixiong Chi wrote: Add debug_lock option to show lock diagnostic information instead of outputing directly. We can enable it with using "./configure ... --enable-debug_lock". Signed-off-by: Zhixiong Chi --- .../db/db/db-add-debug-lock-option.patch | 144 ++

[OE-core] [PATCH] db: add debug_lock option to show diagnostic info

2015-07-07 Thread Zhixiong Chi
Add debug_lock option to show lock diagnostic information instead of outputing directly. We can enable it with using "./configure ... --enable-debug_lock". Signed-off-by: Zhixiong Chi --- .../db/db/db-add-debug-lock-option.patch | 144 + meta/recipes-support/db/db_6

[OE-core] [PATCH] initrdscripts: handle mmc device as installer medium

2015-07-07 Thread Awais Belal
Platforms which have the capability of using the MMC as an installer medium will present the same MMC device as an installation candidate. This happens because the MMC devices appear as mmcblk and the current script strips up the which is needed to identify an MMC device uniqely. This patch now up

Re: [OE-core] [PATCH] bash: define NON_INTERACTIVE_LOGIN_SHELLS

2015-07-07 Thread Olof Johansson
Excerpts from wenzong@windriver.com's message of 2015-07-07 07:56:48 +0200: > From: Li Wang > > Allow login shells to read the startup files, even if they are not > interactive. > > The patch comes from: > * bash-3.2-30.fc10.src.rpm - bash-2.03-profile.patch How is this different from comm

[OE-core] [PATCH 1/1] toolchain-scripts.bbclass: use MLPREFIX to instead of MULTILIB_VARIANTS

2015-07-07 Thread Robert Yang
Fixed when enable multilib: require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 = "x86" $ bitbake core-image-minimal No lib32 package should be built since we don't build lib32-core-image-minimal, but a lot them are built: lib32-opkg-utils lib32-cryptodev-

[OE-core] [PATCH 0/1] toolchain-scripts.bbclass: use MLPREFIX to instead of MULTILIB_VARIANTS

2015-07-07 Thread Robert Yang
The following changes since commit dd09fab685de2eaf04aa5ab60f8220b89c1deae9: tune-core2.inc: set X86ARCH32 to i686 (instead of i586) (2015-07-02 23:08:27 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/mlib http://cgit.openembedded.