Re: [OE-core] [dizzy] [PATCH 1/2] python: Backport CVE-2013-1752 fix for httplib

2015-11-24 Thread Tudor Florea
Ping. -Original Message- From: Tudor Florea [mailto:tudor.flo...@enea.com] Sent: Wednesday, November 18, 2015 3:59 PM To: openembedded-core@lists.openembedded.org Cc: Tudor Florea Subject: [dizzy] [PATCH 1/2] python: Backport CVE-2013-1752 fix for httplib This

[OE-core] [PATCH] openssh: redesign ssh-agent.sh regression test case

2015-11-24 Thread rongqing.li
From: Roy Li ssh-agent regression test case should be run by non-root user, but non-root user will has issue to run other testcase, so rewrite it on run-ptest Signed-off-by: Roy Li --- .../recipes-connectivity/openssh/openssh/run-ptest |

Re: [OE-core] [PATCH] rpcbind: Security Advisory - rpcbind - CVE-2015-7236

2015-11-24 Thread akuster808
On 11/18/2015 02:50 PM, Burton, Ross wrote: > On 18 November 2015 at 01:44, akuster808 wrote: > >> Can we get the CVE mentioned in the patch or rename the the patch to >> include the CVE #. >> > > I'd already merged this into mut, so have renamed the patch. thanks. -

[OE-core] [jethro][PATCH] license.bbclass: fix host contamination warnings for license files

2015-11-24 Thread Jagadeesh Krishnanjanappa
We get below host contamination warnings of license files for each recipe, when we try to create a separate ${PN}-lic package (which contains license files), by setting LICENSE_CREATE_PACKAGE equal to "1" in local.conf. -- snip -- WARNING: QA Issue: libcgroup:

Re: [OE-core] [dizzy][PATCH] toolchain-shar-template.sh: Ensure it's ran in clean environment

2015-11-24 Thread Paul Eggleton
Hi George, On Thursday 19 November 2015 11:35:47 George Nita wrote: > Fixes [YOCTO #8698] -- > https://bugzilla.yoctoproject.org/show_bug.cgi?id=8698 > > If prior to running the toolchain installation script a toolchain > environment script is sourced then the toolchain installation will > fail.

[OE-core] [PATCH] classes/sstate.bbclass: checkhashes modify to take into account siginfo.

2015-11-24 Thread Aníbal Limón
When sstate file exists but not siginfo one then sstate need to be marked as non-available to avoid post FetchError's when trying to download siginfo. For example, WARNING: Failed to fetch URL file://3b/sstate:gcc::5.2.0:r0::3:3bb8ffd234f7eb3709b5447f1f82d6d0_populate_lic.tgz.siginfo,

Re: [OE-core] [PATCH V1] kernel-devsrc: add 'make scripts' postinstall

2015-11-24 Thread Ming Liu
On 11/24/2015 05:29 PM, Bruce Ashfield wrote: On 15-11-23 04:58 PM, Ming Liu wrote: From: Ming Liu Run 'make scripts' inside qemu in order to create script binaries that needed by external modules build on the target. Add RDEPENDS on gcc, make, which

Re: [OE-core] [PATCH V1] kernel-devsrc: add 'make scripts' postinstall

2015-11-24 Thread Bruce Ashfield
On 15-11-24 04:32 PM, Ming Liu wrote: On 11/24/2015 05:29 PM, Bruce Ashfield wrote: On 15-11-23 04:58 PM, Ming Liu wrote: From: Ming Liu Run 'make scripts' inside qemu in order to create script binaries that needed by external modules build on the

Re: [OE-core] vmdk images with musl libc

2015-11-24 Thread Khem Raj
On Tue, Nov 24, 2015 at 10:58 AM, Andre McCurdy wrote: > It's currently not possible to build a vmdk image when TCLIBC = "musl" > due to the following dependencies: > > do_bootdirectdisk -> syslinux -> mtools -> glibc-gconv-ibm850 > > Creating an mtools .bbappend containing:

Re: [OE-core] [oe] RFC: Reference updater filesystem

2015-11-24 Thread Roman Khimov
В письме от 24 ноября 2015 10:30:17 пользователь Lopez, Mariano написал: > > That's the right solution, although to do it really right (at least IMO) > > you need to implement the /usr merge [1] (and that's orthogonal to using > > or not using systemd), which can also help you make your /usr

Re: [OE-core] [oe] RFC: Reference updater filesystem

2015-11-24 Thread Mark Hatle
On 11/24/15 12:05 PM, Roman Khimov wrote: > В письме от 24 ноября 2015 07:47:38 пользователь Mark Hatle написал: >> On 11/24/15 4:39 AM, Roman Khimov wrote: >>> В письме от 23 ноября 2015 15:41:28 пользователь Mariano Lopez написал: 1. Use a separate partition for the configuration.

Re: [OE-core] [yocto] RFC: Reference updater filesystem

2015-11-24 Thread Lopez, Mariano
On 11/24/2015 12:06 AM, Anders Darander wrote: * Mariano Lopez [151123 22:41]: There has been interest in an image based software updater in Yocto Project. Ok. Sure, it might be nice with something that can be shared, instead off everyone's building our own

Re: [OE-core] [oe] RFC: Reference updater filesystem

2015-11-24 Thread Roman Khimov
В письме от 24 ноября 2015 12:27:30 пользователь Mark Hatle написал: > On 11/24/15 12:05 PM, Roman Khimov wrote: > > В письме от 24 ноября 2015 07:47:38 пользователь Mark Hatle написал: > >> On 11/24/15 4:39 AM, Roman Khimov wrote: > >>> В письме от 23 ноября 2015 15:41:28 пользователь Mariano

[OE-core] [PATCH 1/1] python3: fix building nativesdk-python3

2015-11-24 Thread Alejandro Hernandez
When the class nativesdk.bbclass is inherited, it redefines TARGET_CC_ARCH, in the case of python3, this enables debug, causing an error while linking, since we dont enable debug during configure theres no declaration of some functions, this patch makes sure we keep debug disabled, fixing the

Re: [OE-core] [yocto] [oe] RFC: Reference updater filesystem

2015-11-24 Thread Lopez, Mariano
On 11/24/2015 7:47 AM, Mark Hatle wrote: On 11/24/15 4:39 AM, Roman Khimov wrote: В письме от 23 ноября 2015 15:41:28 пользователь Mariano Lopez написал: 1. Use a separate partition for the configuration. a. The pro of this method is the partition is not touched during the update. b.

Re: [OE-core] [OE-Core][PATCH v2] LOCKED_KEEP is undefined, so the following error will be caught.

2015-11-24 Thread Burton, Ross
On 23 November 2015 at 02:38, Bian Naimeng wrote: > /usr/lib/python2.7/site-packages/smart/transaction.py", line 1230, in run > locked[pkg] = (LOCKED_KEEP, None) > > NameError: global name 'LOCKED_KEEP' is not defined > > Upstream-Status: Submitted

Re: [OE-core] [PATCH 2/2] wic: Allow to use a custom config for bootloaders

2015-11-24 Thread Ed Bartosh
On Mon, Nov 23, 2015 at 04:13:15PM -0600, Mariano Lopez wrote: > > > On 11/23/2015 11:37 AM, Ed Bartosh wrote: > >Hi Mariano, > > > >Thank you for the patchset! > > > >Would it be better to put content of configuration file into .wks > >instead of just referring to it? > > If the configuration

Re: [OE-core] [oe] RFC: Reference updater filesystem

2015-11-24 Thread Lopez, Mariano
On 11/24/2015 4:30 AM, Roman Khimov wrote: В письме от 23 ноября 2015 15:41:28 пользователь Mariano Lopez написал: 1. Use a separate partition for the configuration. a. The pro of this method is the partition is not touched during the update. b. The con of this method is the

Re: [OE-core] [yocto] [oe] RFC: Reference updater filesystem

2015-11-24 Thread Mark Hatle
On 11/24/15 11:02 AM, Lopez, Mariano wrote: > > > On 11/24/2015 7:47 AM, Mark Hatle wrote: >> On 11/24/15 4:39 AM, Roman Khimov wrote: >>> В письме от 23 ноября 2015 15:41:28 пользователь Mariano Lopez написал: 1. Use a separate partition for the configuration. a. The pro of this

Re: [OE-core] RFC: Reference updater filesystem

2015-11-24 Thread Lopez, Mariano
On 11/24/2015 1:32 AM, Randy Witt wrote: On Mon, Nov 23, 2015 at 1:41 PM, Mariano Lopez > wrote: There has been interest in an image based software updater in Yocto Project. The proposed solution for a image based

Re: [OE-core] [oe] RFC: Reference updater filesystem

2015-11-24 Thread Roman Khimov
В письме от 24 ноября 2015 07:47:38 пользователь Mark Hatle написал: > On 11/24/15 4:39 AM, Roman Khimov wrote: > > В письме от 23 ноября 2015 15:41:28 пользователь Mariano Lopez написал: > >> 1. Use a separate partition for the configuration. > >> > >>a. The pro of this method is the

Re: [OE-core] [PATCH V1] kernel-devsrc: add 'make scripts' postinstall

2015-11-24 Thread Bruce Ashfield
On 15-11-23 04:58 PM, Ming Liu wrote: From: Ming Liu Run 'make scripts' inside qemu in order to create script binaries that needed by external modules build on the target. Add RDEPENDS on gcc, make, which are needed by the compilation. This version looks

[OE-core] vmdk images with musl libc

2015-11-24 Thread Andre McCurdy
It's currently not possible to build a vmdk image when TCLIBC = "musl" due to the following dependencies: do_bootdirectdisk -> syslinux -> mtools -> glibc-gconv-ibm850 Creating an mtools .bbappend containing: RDEPENDS_${PN}_libc-musl = "" RRECOMMENDS_${PN}_libc-musl = "" seems to be a

[OE-core] [RFC] glibc kernel version

2015-11-24 Thread Jonathan David
The change below only replaces the kernel version checked by the shar file, so that machines running on the 2.6 kernel can unpack an SDK archive; however, the SDK will be unusable if the bundled glibc requires a later kernel than what is installed. glibc's minimal kernel version is determined

Re: [OE-core] [RFC] glibc kernel version

2015-11-24 Thread Khem Raj
> On Nov 24, 2015, at 9:29 AM, Jonathan David wrote: > > The change below only replaces the kernel version checked by the shar > file, so that machines running on the 2.6 kernel can unpack an SDK > archive; however, the SDK will be unusable if the bundled glibc requires a

[OE-core] [PATCH] psplash: update to latest git version

2015-11-24 Thread Juro Bystricky
Latest git version contains fix for big endian RGB888 rendering. [YOCTO#7236] Signed-off-by: Juro Bystricky --- meta/recipes-core/psplash/psplash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/psplash/psplash_git.bb

[OE-core] [PATCH 0/2]: readline fixes

2015-11-24 Thread Petter Mabäcker
The following changes since commit 1b25a70991589ed1f123015c16ee4806c46e3199: yocto-project-qs, ref-manual, poky.ent: CentOS Package updates (2015-11-18 16:42:22 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib petmab/bug8451

[OE-core] [PATCH 2/2] readline: apply missing upstream patches

2015-11-24 Thread Petter Mabäcker
Some readline-6.3 upstream patches was missing. Also ensure that the upstream patches are applied in the same way as in readline-5.2. Remove 'readline-dispatch-multikey.patch' and 'readline-cve-2014-2524.patch' since they are already included in upstream patches 'readline63-002' and

Re: [OE-core] [PATCH 0/2]: readline fixes

2015-11-24 Thread Petter Mabäcker
Hi all, I can see that I missed the [OE-core] tag in this patch-serie... Please ignore this patchset and I will send up a proper one shortly. BR Petter Petter Mabäcker Technux www.technux.se 2015-11-24 10:50 skrev Petter Mabäcker: > The following changes since

Re: [OE-core] [PATCH 5/5] useradd-staticids.bbclass: Read passwd/group files before parsing

2015-11-24 Thread Peter Kjellerstedt
*ping* //Peter > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Peter Kjellerstedt > Sent: den 13 november 2015 13:52 > To: Mark Hatle > Cc: openembedded-core@lists.openembedded.org >

[OE-core] [PATCH 1/2] readline: prepare for readline6.3 upstream patches

2015-11-24 Thread Petter Mabäcker
Upstream patches are always preferred to be applied first (before integration patches). In order to apply readline-6.3 specific upstream patches in a preferred order we need to apply the integration-patches at the end in the 6.3 specific recipe (this is already the case for readline-5.2). Also

Re: [OE-core] [PATCH 0/2]: readline fixes

2015-11-24 Thread Petter Mabäcker
Hi again It seems it was the cc mail send-pull-request sent me that fooled me (the tag was missing there)... But everyrhing seems to be in order so plz go ahead and review this serie after all =) Sorry for the confusion.. Petter Mabäcker Technux www.technux.se

Re: [OE-core] [oe] RFC: Reference updater filesystem

2015-11-24 Thread Roman Khimov
В письме от 23 ноября 2015 15:41:28 пользователь Mariano Lopez написал: > 1. Use a separate partition for the configuration. >a. The pro of this method is the partition is not touched during the > update. >b. The con of this method is the configuration is not directly in > rootfs (example:

Re: [OE-core] Jethro maintainer

2015-11-24 Thread Robert Yang
On 11/24/2015 10:22 PM, Richard Purdie wrote: On Fri, 2015-11-06 at 13:27 +, Richard Purdie wrote: We've going to need a new stable maintainer for the new release. There have already been a couple of offers, but to be fair to everyone I thought I'd explicitly ask if there was anyone else

Re: [OE-core] [PATCH 2/2] dbus: add user sessions support

2015-11-24 Thread Andrew Shadura
On 24/11/15 15:03, Burton, Ross wrote: > On 20 November 2015 at 14:38, Andrew Shadura > wrote: > >>Enable the user-sessions support with a PACKAGECONFIG flag. > > What is the impact on this if someone is using systemd but doesn't want > user sessions? Should

Re: [OE-core] Jethro maintainer

2015-11-24 Thread Richard Purdie
On Fri, 2015-11-06 at 13:27 +, Richard Purdie wrote: > We've going to need a new stable maintainer for the new release. There > have already been a couple of offers, but to be fair to everyone I > thought I'd explicitly ask if there was anyone else interested? I've had discussions with a few

Re: [OE-core] [PATCH v3 2/3] dbus: update the recipes to 1.10.2

2015-11-24 Thread Burton, Ross
On 20 November 2015 at 14:27, Andrew Shadura wrote: > --- a/meta/recipes-core/dbus/dbus-test_1.8.20.bb > +++ b/meta/recipes-core/dbus/dbus-test_1.10.2.bb > +SRC_URI[md5sum] = "9190f5c0e41e8d220352c058faf5463522378e35" > +SRC_URI[sha256sum] = >

[OE-core] [PATCH] qemu-native: link with system libdbus

2015-11-24 Thread Ed Bartosh
Build of qemu-native on recent versions of Ubuntu and Debian fails on configure step. The reason for this is that system dbus version is higher than oe dbus version and system pulseaudio libraries require newer dbus. It causes configure to break with a lot of errors similar to this:

[OE-core] [PATCH 0/1] create-pull-request: handle empty ODIR

2015-11-24 Thread Petter Mabäcker
The following changes since commit 1b25a70991589ed1f123015c16ee4806c46e3199: yocto-project-qs, ref-manual, poky.ent: CentOS Package updates (2015-11-18 16:42:22 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib petmab/fix_empty_odir

[OE-core] [PATCH 0/1] boot-directdisk.bbclass: remove HDDIMG before create

2015-11-24 Thread Robert Yang
The following changes since commit 6f98c39418c60b7c0b25b30983d2e5257158a6a4: gcc: Drop 4.8 (2015-11-16 14:59:07 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/hddimg

[OE-core] [PATCH 1/1] create-pull-request: handle empty ODIR

2015-11-24 Thread Petter Mabäcker
In some situations you might end-up with an empty ODIR (pull-xx/). The most common reason is that you have applied your patches on 'master' branch (or you are by mistake standing on the 'master' branch), this will result in the default behavior that 'git format-patch' will try to diff

[OE-core] [PATCH] pulseaudio: Fix HDMI profile selection

2015-11-24 Thread Jussi Kukkonen
On systems with two cards, the correct output profile does not get selected automatically even in the simple case where there is one available profile. This scenario is typical at least with HDMI audio (which is on a separate card). Fixes [YOCTO #8448] Signed-off-by: Jussi Kukkonen

Re: [OE-core] [PATCH 2/2] dbus: add user sessions support

2015-11-24 Thread Burton, Ross
On 20 November 2015 at 14:38, Andrew Shadura wrote: > Enable the user-sessions support with a PACKAGECONFIG flag. > What is the impact on this if someone is using systemd but doesn't want user sessions? Should we enable it if the DISTRO_FEATURES contains

[OE-core] [PATCH 1/1] boot-directdisk.bbclass: remove HDDIMG before create

2015-11-24 Thread Robert Yang
Fixed when rebuild: mkdosfs: file /path/to/hdd.image already exists Signed-off-by: Robert Yang --- meta/classes/boot-directdisk.bbclass |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/boot-directdisk.bbclass