[OE-core] oe-init-build-env slowdown: chmod -R

2015-09-03 Thread Patrick Ohly
Hello! The following commit introduced a "chmod -R -st" on the build dir: commit f0d3587706fffdcc1c708013f6d6ce296dfc5f24 Author: Alex Franco Date: Fri Aug 28 17:34:04 2015 -0500 Fix mode +st on TMPDIR when creating it A sanity check fails when TMPDIR has setuid, setgid set. It w

[OE-core] [PATCH 1/1] pseudo_1.7.2.bb: New version of pseudo

2015-09-03 Thread Peter Seebach
Pseudo 1.7 adds an experimental feature (which I think needs more testing before it becomes the default) allowing the pseudo client to store modes and uid/gid values in extended attributes rather than using the sqlite database. On most Linux-like systems, this works only if the underlying file is a

[OE-core] [PATCH 0/1] v3: pseudo 1.7.2

2015-09-03 Thread Peter Seebach
So the opkg uprev from 0.2.4 to 0.3.0 turns out to trip on a change I thought would be harmless, but which was also unintentional-ish. Historically, pseudo has just assumed no one will put 0700 in umask. With xattrdb, this can break if you have 0700 in umask, and try to open a file, because pseudo

Re: [OE-core] [PATCH 1/1] pseudo_1.7.1.bb: New version of pseudo

2015-09-03 Thread Peter Seebach
On Thu, 3 Sep 2015 09:43:50 +0100 Richard Purdie wrote: > This is better however opkg is still unhappy. This is build with this > pseudo patch applied: > > https://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/469 I've found the cause of that particular bit. During my attempts t

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Slater, Joseph
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core- > boun...@lists.openembedded.org] On Behalf Of Richard Purdie > Sent: Thursday, September 03, 2015 2:39 PM > To: Khem Raj > Cc: Patches and discussions about the oe-core layer; Slat

Re: [OE-core] [PATCH] scripts: Create interactive menu for mkefidisk script

2015-09-03 Thread Saul Wold
On 09/01/2015 12:22 PM, Bruno Bottazzini wrote: If it is passed only the image parameter, it will show some interactive options to help to conclude the script. With this patch it will detect devices available in the machine, asking to choose what it is wanted to be flashed. it will suggest the

[OE-core] [PATCH v3] devtool: add package plugin that lets you create package via devtool

2015-09-03 Thread brendan . le . foll
From: Brendan Le Foll Signed-off-by: Brendan Le Foll --- scripts/lib/devtool/package.py | 61 ++ 1 file changed, 61 insertions(+) create mode 100644 scripts/lib/devtool/package.py diff --git a/scripts/lib/devtool/package.py b/scripts/lib/devtool/package

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Phil Blundell
On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote: > irrespective of this change. I see yet another configuration with this > into OE-core, overall OE-Core should get smaller > and case does not sound convincing to me. You dont want to use busybox > in a fairly large image which has other GPLv2 sof

[OE-core] [PATCH] distutils.bbclass: Handle python-backport modules

2015-09-03 Thread Alejandro Hernandez
When installing backport modules they stumble upon each other, complaining with the following error: ERROR: The recipe python-backports-ssl is trying to install files into a shared area when those files already exist. This is the correct behavior since thats just the way they were designed, all

[OE-core] [PATCHv4] Fix recursive mode -st on BUILDDIR setup

2015-09-03 Thread Alex Franco
Removing recursive option from chmod -st on BUILDDIR as it would take very long on existing build directories [YOCTO #7669] Signed-off-by: Alex Franco --- meta/classes/sanity.bbclass | 9 ++--- scripts/oe-setup-builddir | 5 - 2 files changed, 10 insertions(+), 4 deletions(-) diff --

Re: [OE-core] [PATCH] Fix recursive mode -st on BUILDDIR setup

2015-09-03 Thread Alex Franco
Yes, I agree and in fact the patch is just now shipping Alex Franco On 09/03/2015 04:43 PM, Martin Jansa wrote: On Thu, Sep 03, 2015 at 03:01:20PM -0500, Alex Franco wrote: Hello Martin, so the error you are seeing is related to the chmodding being done in sanity.bbclass, not the chmodding tak

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Khem Raj
> On Sep 3, 2015, at 2:28 PM, Phil Blundell wrote: > > On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote: >> irrespective of this change. I see yet another configuration with this >> into OE-core, overall OE-Core should get smaller >> and case does not sound convincing to me. You dont want to us

Re: [OE-core] [PATCH] Fix recursive mode -st on BUILDDIR setup

2015-09-03 Thread Martin Jansa
On Thu, Sep 03, 2015 at 03:01:20PM -0500, Alex Franco wrote: > Hello Martin, so the error you are seeing is related to the chmodding > being done in sanity.bbclass, not the chmodding taking place in > oe-setup-builddir. I am adding a catch and a warning for that, as I > reproduce your setup so I

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Richard Purdie
On Thu, 2015-09-03 at 14:15 -0700, Khem Raj wrote: > > On Sep 3, 2015, at 1:27 PM, Richard Purdie > > wrote: > > > > On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote: > >> On Thu, Sep 3, 2015 at 5:20 AM, Bruce Ashfield > >> wrote: > To put this another way, I think it is probably reasona

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Bruce Ashfield
On Thu, Sep 3, 2015 at 5:24 PM, Khem Raj wrote: > >> On Sep 3, 2015, at 2:02 PM, Bruce Ashfield wrote: >> >> On Thu, Sep 3, 2015 at 4:32 PM, Otavio Salvador >> wrote: >>> On Thu, Sep 3, 2015 at 5:27 PM, Richard Purdie >>> wrote: On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote: > On T

Re: [OE-core] [PATCH 2/8] initramfs-framework: create /dev/console

2015-09-03 Thread Khem Raj
> On Sep 3, 2015, at 11:42 AM, Patrick Ohly wrote: > > install -m 0755 ${WORKDIR}/debug ${D}/init.d/00-debug > + > +# Create device nodes expected by some kernels in initramfs > +# before even executing /init. > +install -d ${D}/dev > +mknod -m 622 ${D}/dev/console c 5 1 > }

Re: [OE-core] [PATCH 04/12] gnome-icon-theme: remove the recipe

2015-09-03 Thread Khem Raj
> On Sep 3, 2015, at 8:34 AM, Alexander Kanavin > wrote: > > It is not used by anything in oe-core and will be moved to meta-gnome > OK, please send the patch for meta-gnome as well. So we can merge them in more or less in sync > Signed-off-by: Alexander Kanavin > --- > .../gnome/gnome-ico

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Khem Raj
> On Sep 3, 2015, at 2:02 PM, Bruce Ashfield wrote: > > On Thu, Sep 3, 2015 at 4:32 PM, Otavio Salvador > wrote: >> On Thu, Sep 3, 2015 at 5:27 PM, Richard Purdie >> wrote: >>> On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote: On Thu, Sep 3, 2015 at 5:20 AM, Bruce Ashfield wrote:

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Khem Raj
> On Sep 3, 2015, at 1:27 PM, Richard Purdie > wrote: > > On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote: >> On Thu, Sep 3, 2015 at 5:20 AM, Bruce Ashfield >> wrote: To put this another way, I think it is probably reasonable that we should be able to build an image from OE-Core w

[OE-core] [oe-core][PATCH 1/1] libinput: avoid --enable-event-gui=auto

2015-09-03 Thread Joe Slater
Specify a value via PACKAGECONFIG[gui]. The default is --diable-event-gui. --- meta/recipes-graphics/wayland/libinput_0.21.0.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/wayland/libinput_0.21.0.bb b/meta/recipes-graphics/wayland/libinput_0.21.0.bb index d51fb37

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Bruce Ashfield
On Thu, Sep 3, 2015 at 4:32 PM, Otavio Salvador wrote: > On Thu, Sep 3, 2015 at 5:27 PM, Richard Purdie > wrote: >> On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote: >>> On Thu, Sep 3, 2015 at 5:20 AM, Bruce Ashfield >>> wrote: >>> >> To put this another way, I think it is probably reasonable

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Otavio Salvador
On Thu, Sep 3, 2015 at 5:27 PM, Richard Purdie wrote: > On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote: >> On Thu, Sep 3, 2015 at 5:20 AM, Bruce Ashfield >> wrote: >> >> To put this another way, I think it is probably reasonable that we >> >> should be able to build an image from OE-Core with

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Richard Purdie
On Thu, 2015-09-03 at 13:22 -0700, Khem Raj wrote: > On Thu, Sep 3, 2015 at 5:20 AM, Bruce Ashfield > wrote: > >> To put this another way, I think it is probably reasonable that we > >> should be able to build an image from OE-Core with basic functionality > >> like networking without busybox? >

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Khem Raj
On Thu, Sep 3, 2015 at 5:20 AM, Bruce Ashfield wrote: >> To put this another way, I think it is probably reasonable that we >> should be able to build an image from OE-Core with basic functionality >> like networking without busybox? > > That's what I'd support. If everything you need for the func

[OE-core] [PATCH][master/fido/dizzy] oprofileui: Use inherit gettext

2015-09-03 Thread Saul Wold
oprofileui uses gettext during the configuration task so should be inherit gettext. This issue appears when an older version of gettext is used do to pinning to the older non-gplv3 version. [YOCTO #7795] Signed-off-by: Saul Wold --- meta/recipes-kernel/oprofile/oprofileui.inc | 2 +- 1 file cha

Re: [OE-core] [PATCH 10/12] uclibc: update PV to 0.9.33.2 to match latest upstream release

2015-09-03 Thread Khem Raj
On Thu, Sep 3, 2015 at 8:34 AM, Alexander Kanavin wrote: > -PV = "0.9.33+git${SRCPV}" > +PV = "0.9.33.2+git${SRCPV}" technically its not right since we are not on 0.9.33 branch at all. We could use 0.9.33+0.9.34+git${SRCPV} -- ___ Openembedded-core mai

[OE-core] [PATCH] qemu: Fix qemu_cpu_kick_thread on init

2015-09-03 Thread Aníbal Limón
When QEMU starts the RCU thread executes qemu_mutex_lock_thread causing error "qemu:qemu_cpu_kick_thread: No such process" and exits. For detail explanation see upstream patch. [YOCTO #8143] Signed-off-by: Aníbal Limón --- meta/recipes-devtools/qemu/qemu.inc| 1 + ..._mutex_lo

Re: [OE-core] [PATCH] Fix recursive mode -st on BUILDDIR setup

2015-09-03 Thread Alex Franco
Hello Martin, so the error you are seeing is related to the chmodding being done in sanity.bbclass, not the chmodding taking place in oe-setup-builddir. I am adding a catch and a warning for that, as I reproduce your setup so I can also reproduce the OSError. Alex On 09/02/2015 07:57 PM, Mart

Re: [OE-core] [PATCH 3/9] systemd: remove hard-coded paths in FILES entries

2015-09-03 Thread Joshua Lock
On Thu, 2015-09-03 at 16:22 +0100, Burton, Ross wrote: > > On 3 September 2015 at 16:12, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > From what I remember, this is intentional and this change likely > > breaks > > multilib. You don't want two sets of rules on a multilib system

Re: [OE-core] [PATCH 8/9] nfs-utils: don't force use of /sbin as sbindir

2015-09-03 Thread Joshua Lock
On Thu, 2015-09-03 at 12:14 -0500, Mark Hatle wrote: > On 9/3/15 9:58 AM, Joshua Lock wrote: > > In a system with a merged /usr /sbin isn't packaged. > > This sounds like an error to me if /sbin doesn't exist at all. It > should exist > either as a link to /usr/sbin (or the reverse).. but it shoul

Re: [OE-core] [PATCH 0/9] Fixes for a distro with a merged /usr

2015-09-03 Thread Joshua Lock
On Thu, 2015-09-03 at 12:11 -0500, Mark Hatle wrote: > On 9/3/15 9:58 AM, Joshua Lock wrote: > > I've been playing around with building a distro with a merged > > /usr[1] and > > the following series fixes several issues I ran across in OE core > > metadata. > > everything in '/' linked to '/usr/'

[OE-core] [PATCH][V2] sstate: implement basic signing/validation

2015-09-03 Thread Ross Burton
To provide some element of integrity to sstate archives, allow sstate archives to be GPG signed with a specified key (detached signature to a sidecar .sig file), and verify the signatures when sstate archives are unpacked. Signed-off-by: Ross Burton --- meta/classes/sstate.bbclass | 19 +

[OE-core] [PATCH 0/8] enhancing images, booting and runqemu, simplified version

2015-09-03 Thread Patrick Ohly
These are the same patches as in the previous patch series, minus the ones related to initramfs-framework which will need further discussion. I split up the /dev/console change into two commits as suggested by Otavio. The usage of FS UUID is still turned on by default, see the last patch. If that'

[OE-core] [PATCH 8/8] boot-directdisk.bbclass: use rootfs UUID by default

2015-09-03 Thread Patrick Ohly
This changes the default SYSLINUX_ROOTFS such that the rootfs is no longer expected under a fixed device path. Instead, the UUID is used to find it. This makes the resulting .hdddirect (and thus also the vdi/vdmk/qcow2 images derived from that) more flexible. Signed-off-by: Patrick Ohly --- meta

[OE-core] [PATCH 2/8] initramfs-framework: create /dev/console

2015-09-03 Thread Patrick Ohly
Some kernels, for example linux-yocto 3.19 for qemux86, fail to execute /init in an initramfs unless there is already a /dev/console char device in the initramfs. Booting then fails with: Kernel panic - not syncing: /dev/console is missing or not a character device! Please ensure your root

[OE-core] [PATCH 7/8] boot loader: support root=UUID

2015-09-03 Thread Patrick Ohly
As mentioned when introducing the VM images (https://bugzilla.yoctoproject.org/show_bug.cgi?id=7374), the resulting images only work when the image is mounted as a disk that results in the hard-coded path (/dev/sda in the current default). Using the file system UUID to find the rootfs is more flexi

[OE-core] [PATCH 4/8] initramfs-framework: handle kernel parameters with . inside

2015-09-03 Thread Patrick Ohly
Kernel parameters like "uvesafb.mode_option=640x480-32" were turned into shell variables named "bootparam_uvesafb.mode_option", which triggered errors from the shell because the name is not valid. Now points get replaced with underscores, leading to bootparam_uvesafb_mode_option in this example. S

[OE-core] [PATCH 6/8] image-vm.bbclass: support specifying an initramfs

2015-09-03 Thread Patrick Ohly
Set INITRD_IMAGE to automatically add a custom initramfs to the boot partition. Signed-off-by: Patrick Ohly --- meta/classes/image-vm.bbclass | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/classes/image-vm.bbclass b/meta/classes/image-vm.bbclass index 3df2c36..0632667 100644 --- a

[OE-core] [PATCH 5/8] image-vm.bbclass: avoid duplicating syslinux default values

2015-09-03 Thread Patrick Ohly
Some of the SYSLINUX defaults are the same as in the underlying syslinux.bbclass. Let's not duplicate them, because that makes changing the default harder. Signed-off-by: Patrick Ohly --- meta/classes/image-vm.bbclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/classes/image-vm.bbc

[OE-core] [PATCH 3/8] initramfs-live-boot: create /dev/console

2015-09-03 Thread Patrick Ohly
Some kernels, for example linux-yocto 3.19 for qemux86, fail to execute /init in an initramfs unless there is already a /dev/console char device in the initramfs. Booting then fails with: Kernel panic - not syncing: /dev/console is missing or not a character device! Please ensure your root

[OE-core] [PATCH 1/8] runqemu: support full-disk images

2015-09-03 Thread Patrick Ohly
This makes it possible to boot images with multiple partitions (the ones ending in .hddimg or .hdddirect) in several ways: runqemu qemux86 core-image-minimal hddimg runqemu tmp/deploy/images/qemux86/core-image-minimal-qemux86.hddimg VM=tmp-glibc/deploy/images/qemux86/iot-os-image-qemux86.h

[OE-core] [PATCH] cross-canadian.bbclass: typo fix in comments (s/repsonsible/responsible/)

2015-09-03 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- meta/classes/cross-canadian.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass index 65ba457..d30a168 100644 --- a/meta/classes/cross-canadian.bbclass +

Re: [OE-core] [PATCH 8/9] nfs-utils: don't force use of /sbin as sbindir

2015-09-03 Thread Mark Hatle
On 9/3/15 9:58 AM, Joshua Lock wrote: > In a system with a merged /usr /sbin isn't packaged. This sounds like an error to me if /sbin doesn't exist at all. It should exist either as a link to /usr/sbin (or the reverse).. but it should be there as lots of things expect the directory (or link) to ex

Re: [OE-core] [PATCH 0/9] Fixes for a distro with a merged /usr

2015-09-03 Thread Mark Hatle
On 9/3/15 9:58 AM, Joshua Lock wrote: > I've been playing around with building a distro with a merged /usr[1] and > the following series fixes several issues I ran across in OE core metadata. everything in '/' linked to '/usr/' or everything in '/usr/' linked down to '/'? (I've seen both implemen

Re: [OE-core] [PATCH 3/9] systemd: remove hard-coded paths in FILES entries

2015-09-03 Thread Mark Hatle
On 9/3/15 10:12 AM, Richard Purdie wrote: > On Thu, 2015-09-03 at 15:58 +0100, Joshua Lock wrote: >> Signed-off-by: Joshua Lock >> --- >> meta/recipes-core/systemd/systemd_219.bb | 10 +- >> 1 file changed, 5 insertions(+), 5 deletions(-) >> >> diff --git a/meta/recipes-core/systemd/syste

[OE-core] [PATCH 1/1] busybox: Use UTMPX instead of legacy UTMP

2015-09-03 Thread Khem Raj
This makes busybox honor UTMPX feature if available in a libc [YOCTO #8243] Signed-off-by: Khem Raj --- .../busybox/0001-Switch-to-POSIX-utmpx-API.patch | 388 + meta/recipes-core/busybox/busybox_1.23.2.bb| 1 + 2 files changed, 389 insertions(+) create mode 100

[OE-core] [PATCH 0/1] Busybox fix for utmpx

2015-09-03 Thread Khem Raj
Patch busybox to use utmpx if libc offers it The following changes since commit bdeb32b4cdbe316f17c2fd854d59e05e8f2e8ffc: rt-tests: drop unnecessary added-missing-dependencies.patch (2015-09-01 11:43:38 +0100) are available in the git repository at: git://github.com/kraj/openembedded-core

Re: [OE-core] [PATCH] scripts: Create interactive menu for mkefidisk script

2015-09-03 Thread Bottazzini, Bruno
Bump On Tue, 2015-09-01 at 16:22 -0300, Bruno Bottazzini wrote: > If it is passed only the image parameter, it will show some interactive > options to help to conclude the script. > > With this patch it will detect devices available in the machine, asking > to choose what it is wanted to be flash

Re: [OE-core] [PATCH 04/12] gnome-icon-theme: remove the recipe

2015-09-03 Thread Burton, Ross
On 3 September 2015 at 16:34, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > It is not used by anything in oe-core and will be moved to meta-gnome > I've a feeling that there are some apps in core-image-sato that actually like to have gnome-icon-theme installed (specifically I'm

[OE-core] [PATCH 06/12] mkelfimage: add RECIPE_NO_UPDATE_REASON

2015-09-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/mkelfimage/mkelfimage_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb index 28aff91..2845b8c 100644 --- a/meta/recipes-

[OE-core] [PATCH 05/12] libunique: remove the recipe

2015-09-03 Thread Alexander Kanavin
It is not used by anything in oe-core and will be moved to meta-oe Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/libunique/libunique/build.patch | 421 - .../libunique/fix_for_compile_with_gcc-4.6.0.patch | 36 -- .../libunique/libunique/noconst.patch

[OE-core] [PATCH 01/12] ccache: update to 3.2.3

2015-09-03 Thread Alexander Kanavin
The LICENSE checksum has changed because of updated copyright years. SRC_URI has been changed to git, because upstream tarball is broken (includes configure.ac but not .m4 files it depends on). Add a backported patch that fixes builds with older versions of make and external zlib. Signed-off-by:

[OE-core] [PATCH 03/12] net-tools: update to 1.60-25

2015-09-03 Thread Alexander Kanavin
This means fetching a newer Debian patchset which adds a few bug/security fixes. Signed-off-by: Alexander Kanavin --- .../net-tools/{net-tools_1.60-25.bb => net-tools_1.60-26.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/net-tools/{net-tools

[OE-core] [PATCH 12/12] package_regex.inc: various updates to improve RRS accuracy

2015-09-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/package_regex.inc | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/meta/conf/distro/include/package_regex.inc b/meta/conf/distro/include/package_regex.inc index df384e2..8fc112c 100644 --- a/meta/conf

[OE-core] [PATCH 10/12] uclibc: update PV to 0.9.33.2 to match latest upstream release

2015-09-03 Thread Alexander Kanavin
This fixes upstream version check. The git revision that is fetched is unchanged. Signed-off-by: Alexander Kanavin --- meta/recipes-core/uclibc/uclibc-git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/uclibc/uclibc-git.inc b/meta/recipes-core/uclibc/u

[OE-core] [PATCH 09/12] remake: update to 4.1+dbg-1.1

2015-09-03 Thread Alexander Kanavin
remake-remove-errors-about-colophon-and-cygnus-comma.patch has been merged upstream inherit pkgconfig has been added because m4 macros defined by pkgconfig are now used in configure.ac Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/remake/remake.inc| 4 +-- ...ve-erro

[OE-core] [PATCH 11/12] vte: add RECIPE_NO_UPDATE_REASON

2015-09-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/vte/vte_0.28.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/vte/vte_0.28.2.bb b/meta/recipes-support/vte/vte_0.28.2.bb index 68bc16d..b1025cb 100644 --- a/meta/recipes-support/vte/vte_0.28.2.bb +++ b/meta/

[OE-core] [PATCH 07/12] python-async: update to 0.6.2

2015-09-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python-async_0.6.1.bb => python-async_0.6.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python-async_0.6.1.bb => python-async_0.6.2.bb} (77%) diff --git a/meta/recipes-devtools/pyt

[OE-core] [PATCH 04/12] gnome-icon-theme: remove the recipe

2015-09-03 Thread Alexander Kanavin
It is not used by anything in oe-core and will be moved to meta-gnome Signed-off-by: Alexander Kanavin --- .../gnome/gnome-icon-theme/pkgconfig-native.patch | 28 -- .../recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | 22 - 2 files changed, 50 deletions(-)

[OE-core] [PATCH 02/12] mailx: update to 12.5-5

2015-09-03 Thread Alexander Kanavin
This means adding new patches from Debian[1] and tweaking build options that were previously set by patching Makefile. [1] ftp://ftp.debian.org/debian/pool/main/h/heirloom-mailx/ Signed-off-by: Alexander Kanavin --- ...e-weak-symbol-optopt-to-fix-FTBFS-on-mips.patch | 59 +++ ...-SSL2-

[OE-core] [PATCH 08/12] python-smmap: update to 0.9.0

2015-09-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python-smmap_0.8.2.bb => python-smmap_0.9.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python-smmap_0.8.2.bb => python-smmap_0.9.0.bb} (82%) diff --git a/meta/recipes-devtools/pyt

[OE-core] [PATCH 00/12] Various package/RRS updates

2015-09-03 Thread Alexander Kanavin
This week I've reviewed all the packages that have been last touched in 2013 or earlier (according to RRS) and this is the resulting patchset. Since the feature freeze is happening soon, and there is still a large backlog of unmerged patches, I will stop the package version update at this point

Re: [OE-core] [PATCH 3/9] systemd: remove hard-coded paths in FILES entries

2015-09-03 Thread Burton, Ross
On 3 September 2015 at 16:12, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > From what I remember, this is intentional and this change likely breaks > multilib. You don't want two sets of rules on a multilib system. > Indeed - you need nonarch_base_libdir or whatever it's called he

Re: [OE-core] [PATCH 3/9] systemd: remove hard-coded paths in FILES entries

2015-09-03 Thread Richard Purdie
On Thu, 2015-09-03 at 15:58 +0100, Joshua Lock wrote: > Signed-off-by: Joshua Lock > --- > meta/recipes-core/systemd/systemd_219.bb | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/meta/recipes-core/systemd/systemd_219.bb > b/meta/recipes-core/systemd/systemd_

[OE-core] [PATCH 7/9] pcmciautils: handle udev dir being 2 levels below /

2015-09-03 Thread Joshua Lock
When building with a merged /usr dir the udev directory lives at /usr/lib/udev - update the FILES pattern to also pick up udev files installed two levels below the / to ensure a merged /usr works. Signed-off-by: Joshua Lock --- meta/recipes-bsp/pcmciautils/pcmciautils_018.bb | 4 ++-- 1 file cha

[OE-core] [PATCH 6/9] bluez: handle udev dir being 2 levels below /

2015-09-03 Thread Joshua Lock
When building with a merged /usr dir the udev directory lives at /usr/lib/udev - update the FILES pattern to also pick up udev files installed two levels below the / to ensure a merged /usr works. Signed-off-by: Joshua Lock --- meta/recipes-connectivity/bluez5/bluez5.inc | 1 + 1 file changed, 1

[OE-core] [PATCH 5/9] pulseaudio: handle udev dir being 2 levels below /

2015-09-03 Thread Joshua Lock
When building with a merged /usr dir the udev directory lives at /usr/lib/udev - update the FILES pattern to also pick up udev files installed two levels below the / to ensure a merged /usr works. Signed-off-by: Joshua Lock --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +- 1 file cha

[OE-core] [PATCH 9/9] procps: fix for base_sbindir == sbindir

2015-09-03 Thread Joshua Lock
An rmdir call in do_install_append was trying to remove the sbindir, however in a system with a merged usr this directory is not empty and therefore failing to rm it causes an ERROR. Instead check that sbindir != base_sbindir before trying to remove the directory. Signed-off-by: Joshua Lock ---

[OE-core] [PATCH 8/9] nfs-utils: don't force use of /sbin as sbindir

2015-09-03 Thread Joshua Lock
In a system with a merged /usr /sbin isn't packaged. Signed-off-by: Joshua Lock --- meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb b/meta/recipes-connectivity/nfs-utils/nfs

[OE-core] [PATCH 1/9] kmod: fix link creation when base_bindir != /bin

2015-09-03 Thread Joshua Lock
If base_bindir is not a direct child of / the link creation in do_install_append creates incorrect relative links. Instead pass a full path to the link source and use the -r flag to ln to ensure the link is relative. Signed-off-by: Joshua Lock --- meta/recipes-kernel/kmod/kmod_git.bb | 4 ++--

[OE-core] [PATCH 4/9] alsa-utils: handle udev dir being 2 levels below /

2015-09-03 Thread Joshua Lock
When building with a merged /usr dir the udev directory lives at /usr/lib/udev - update the FILES pattern to also pick up udev files installed two levels below the / to ensure a merged /usr works. Signed-off-by: Joshua Lock --- meta/recipes-multimedia/alsa/alsa-utils_1.0.29.bb | 2 +- 1 file cha

[OE-core] [PATCH 3/9] systemd: remove hard-coded paths in FILES entries

2015-09-03 Thread Joshua Lock
Signed-off-by: Joshua Lock --- meta/recipes-core/systemd/systemd_219.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index 4d32fd5..fbd86e8 100644 --- a/meta/recipes-core/systemd

[OE-core] [PATCH 2/9] busybox: fixes for when base_bindir != /bin

2015-09-03 Thread Joshua Lock
* Replace all hard-coded paths with variables * Run sed over busybox.links.* to replace /bin with ${base_bindir} Signed-off-by: Joshua Lock --- meta/recipes-core/busybox/busybox.inc | 49 +++ 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/meta/rec

[OE-core] [PATCH 0/9] Fixes for a distro with a merged /usr

2015-09-03 Thread Joshua Lock
I've been playing around with building a distro with a merged /usr[1] and the following series fixes several issues I ran across in OE core metadata. These have been build tested by building a core-image-sato image with ipk packaging for qemux86 with both a standard/default configuration and for m

Re: [OE-core] [PATCH][fido] gnutls: CVE-2015-3308

2015-09-03 Thread Joshua Lock
On Thu, 2015-09-03 at 13:54 +0200, Sona Sarmadi wrote: > Fixes use-after-free flaw in CRL distribution points parsing > > Reference: > https://gitlab.com/gnutls/gnutls/commit/d6972be33264ecc49a86cd0958209 > cd7363af1e9 > https://gitlab.com/gnutls/gnutls/commit/053ae65403216acdb0a4e78b25ad6 > 6ee9f

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Jack Mitchell
On 02/09/15 16:55, Otavio Salvador wrote: On Tue, Sep 1, 2015 at 6:34 PM, Joe Slater wrote: Implements ifup and ifdown. Copied from https://github.com/WindRiver-OpenSourceLabs/meta-overc.git as of commit aa89eebffe06e4aa04701eae9691cb3049cbaef9. Signed-off-by: Joe Slater I think this bel

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Bruce Ashfield
On Thu, Sep 3, 2015 at 8:11 AM, Richard Purdie wrote: > On Wed, 2015-09-02 at 16:23 -0300, Otavio Salvador wrote: >> On Wed, Sep 2, 2015 at 4:09 PM, Randy MacLeod >> wrote: >> > On 2015-09-02 11:55 AM, Otavio Salvador wrote: >> >> >> >> On Tue, Sep 1, 2015 at 6:34 PM, Joe Slater wrote: >> >>> >>

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Otavio Salvador
On Thu, Sep 3, 2015 at 9:11 AM, Richard Purdie wrote: > On Wed, 2015-09-02 at 16:23 -0300, Otavio Salvador wrote: >> On Wed, Sep 2, 2015 at 4:09 PM, Randy MacLeod >> wrote: >> > On 2015-09-02 11:55 AM, Otavio Salvador wrote: >> >> >> >> On Tue, Sep 1, 2015 at 6:34 PM, Joe Slater wrote: >> >>> >>

Re: [OE-core] [oe-core][PATCH 1/2] ifupdown: import recipe

2015-09-03 Thread Richard Purdie
On Wed, 2015-09-02 at 16:23 -0300, Otavio Salvador wrote: > On Wed, Sep 2, 2015 at 4:09 PM, Randy MacLeod > wrote: > > On 2015-09-02 11:55 AM, Otavio Salvador wrote: > >> > >> On Tue, Sep 1, 2015 at 6:34 PM, Joe Slater wrote: > >>> > >>> Implements ifup and ifdown. > >>> > >>> Copied from https:/

Re: [OE-core] [oe-commits] Alex Franco : Fix mode +st on TMPDIR when creating it

2015-09-03 Thread Richard Purdie
On Tue, 2015-09-01 at 21:09 +0200, Martin Jansa wrote: > On Tue, Sep 01, 2015 at 10:45:22AM +, g...@git.openembedded.org wrote: > > Module: openembedded-core.git > > Branch: master > > Commit: 8236d57439640a185c0226312cd4903a3ce2f53b > > URL: > > http://git.openembedded.org/?p=openembedded-

Re: [OE-core] [PATCH 05/10] initramfs-framework: support mounting rootfs in modules

2015-09-03 Thread Otavio Salvador
On Thu, Sep 3, 2015 at 3:29 AM, Patrick Ohly wrote: > On Wed, 2015-09-02 at 13:24 -0300, Otavio Salvador wrote: >> On Wed, Sep 2, 2015 at 1:19 PM, Otavio Salvador >> wrote: >> > If there is any limitation please share the use case so we can >> > understand the need for it. >> >> I found the live

[OE-core] [PATCH][fido] gnutls: CVE-2015-3308

2015-09-03 Thread Sona Sarmadi
Fixes use-after-free flaw in CRL distribution points parsing Reference: https://gitlab.com/gnutls/gnutls/commit/d6972be33264ecc49a86cd0958209cd7363af1e9 https://gitlab.com/gnutls/gnutls/commit/053ae65403216acdb0a4e78b25ad66ee9f444f02 http://www.openwall.com/lists/oss-security/2015/04/15/6 Signed

[OE-core] [PATCH][dizzy] gnutls: CVE-2015-3308

2015-09-03 Thread Sona Sarmadi
Fixes use-after-free flaw in CRL distribution points parsing Reference: https://gitlab.com/gnutls/gnutls/commit/d6972be33264ecc49a86cd0958209cd7363af1e9 https://gitlab.com/gnutls/gnutls/commit/053ae65403216acdb0a4e78b25ad66ee9f444f02 http://www.openwall.com/lists/oss-security/2015/04/15/6 Signed

Re: [OE-core] [PATCH 04/10] initramfs-framework: add separate init_verbose log level parameter

2015-09-03 Thread Otavio Salvador
On Thu, Sep 3, 2015 at 3:36 AM, Patrick Ohly wrote: > On Wed, 2015-09-02 at 13:16 -0300, Otavio Salvador wrote: >> On Wed, Sep 2, 2015 at 12:48 PM, Patrick Ohly wrote: >> > Using the general purpose "debug" and "verbose" kernel parameters to >> > increase logging in the init script has the disadv

[OE-core] Release status (M3 feature freeze)

2015-09-03 Thread Richard Purdie
The end of last week was supposed to be feature freeze. We're still trying to get through the backlog of patches and we continue to see new random/weird build failures, particularly in the runtime testing. I do have a rough idea of the things I'm planning to take at this point, or at least strongly

Re: [OE-core] [PATCH 1/1] pseudo_1.7.1.bb: New version of pseudo

2015-09-03 Thread Richard Purdie
On Wed, 2015-09-02 at 13:47 -0500, Peter Seebach wrote: > Pseudo 1.7 adds an experimental feature (which I think needs more testing > before it becomes the default) allowing the pseudo client to store modes > and uid/gid values in extended attributes rather than using the sqlite > database. On most