Re: [OE-core] [for-krogoth] Backport for libc != glibc

2016-06-20 Thread akuster808
On 06/20/2016 09:08 AM, Otavio Salvador wrote: > On Mon, Jun 20, 2016 at 1:04 PM, Khem Raj wrote: > ... >>> Could those be reviewed and queued for the next backport? >> >> They look fine for backport to krogoth. Please submit pull requests > > Armin can easily pick them; I

Re: [OE-core] [PATCH v4] qemu-native: set ld.bfd, fix cflags, and set some environment vars

2016-06-20 Thread Stephen Arnold
And I finally figured out git send-email no longer has a --subject-prefix= option so it looks like --compose and hand-edit the Subject line in the patch is the only way to increment the version. This is [PATCH v4] btw... Steve On Mon, Jun 20, 2016 at 5:54 PM, Stephen Arnold

[OE-core] [PATCH] qemu-native: set ld.bfd, fix cflags, and set some environment vars

2016-06-20 Thread Stephen Arnold
The main thing is build failures with gold linker, but qemu is also a little too aggressive at finding random tools on the build host, so we also set the build env for qemu-native and make sure it doesn't reset its own (hard-coded) cflags when we don't want it to. Signed-off-by: Stephen Arnold

[OE-core] [PATCH] openssh: add systemd service file sshd.service

2016-06-20 Thread Dai, Caiyun
ping If sysvinit is disabled from DISTRO_FEATURES,then /etc/init.d/sshd will be removed,and this will cause sshd daemon failed to start by systemd, So add it. Signed-off-by: Li Xin --- .../recipes-connectivity/openssh/openssh/sshd.service | 19 +++

Re: [OE-core] [PATCH 29/37] sysprof: Upgrade to git version slightly past 3.20

2016-06-20 Thread Burton, Ross
On 20 June 2016 at 21:08, Martin Jansa wrote: > sysprof-3.20.0+gitAUTOINC+9c6cec9b49: sysprof: Files/directories were > installed but not shipped in any package: > /lib > /usr/share/dbus-1 > /usr/share/dbus-1/system.d > /usr/share/dbus-1/system-services >

Re: [OE-core] [oe] Patchwork users: Help test new version

2016-06-20 Thread Burton, Ross
On 20 June 2016 at 18:47, Michael Halstead wrote: > OpenEmbedded is nearly ready to upgrade to a new version of Patchwork. > The new version offers several new features that will allow OpenEmbedded > to improve developer workflow and automated checks on incoming

Re: [OE-core] [PATCH 29/37] sysprof: Upgrade to git version slightly past 3.20

2016-06-20 Thread Martin Jansa
This upgrade seems to cause following issues: sysprof-3.20.0+gitAUTOINC+9c6cec9b49: sysprof: Files/directories were installed but not shipped in any package: /lib /usr/share/dbus-1 /usr/share/dbus-1/system.d /usr/share/dbus-1/system-services

[OE-core] [PATCH 2/2] initramfs-framework: base: Ensures /run/lock is available

2016-06-20 Thread Otavio Salvador
Depending on the module we use, the /run/lock may be required. This creates it as part of initial setup and thus makes it available for every sub module. Signed-off-by: Otavio Salvador --- meta/recipes-core/initrdscripts/initramfs-framework/init | 4 ++-- 1 file

[OE-core] [PATCH 1/2] initramfs-framework: mdev: Add a runtime dependency on busybox-mdev

2016-06-20 Thread Otavio Salvador
The mdev support relies on the mdev support inside busybox, which thus builds the busybox-mdev package. Adding the runtime dependency ensures its installation fails if mdev support is disabled. Signed-off-by: Otavio Salvador ---

[OE-core] [PATCH v3 5/5] linux-firmware : add iwlwifi-misc package for remaining iwlwifi firmware

2016-06-20 Thread christopher . w . clark
From: Christopher Clark Package all remaining iwlwifi firmwares that are not individually packaged into a single package. This is distinct from the virtual linux-firmware-iwlwifi package so that the -misc firmwares can be installed without pulling in all other

[OE-core] [PATCH v3 4/5] linux-firmware : add iwlwifi virtual package of all iwlwifi firmwares

2016-06-20 Thread christopher . w . clark
From: Christopher Clark Depends upon all available iwlwifi firmware packages at build time. Fix typo in ALLOW_EMPTY of earlier version. Motivation: simplifies inclusion of all Intel wifi firmwares. Signed-off-by: Christopher Clark

[OE-core] [PATCH v3 3/5] linux-firmware : fix typo in RDEPENDS line for iwlwifi-6000g2b-5

2016-06-20 Thread christopher . w . clark
From: Christopher Clark Signed-off-by: Christopher Clark --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v3 1/5] linux-firmware : fix typo in LICENSE line for iwlwifi-6000g2b-5

2016-06-20 Thread christopher . w . clark
From: Christopher Clark Signed-off-by: Christopher Clark --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v3 2/5] linux-firmware : add LICENSE line for iwlwifi-license package

2016-06-20 Thread christopher . w . clark
From: Christopher Clark Signed-off-by: Christopher Clark --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] Patchwork users: Help test new version

2016-06-20 Thread Michael Halstead
Hello, OpenEmbedded is nearly ready to upgrade to a new version of Patchwork. The new version offers several new features that will allow OpenEmbedded to improve developer workflow and automated checks on incoming patches. If you are a Patchwork user please visit

[OE-core] [PATCH 1/3] oeqa/targetbuild: fix folder name estimate logic

2016-06-20 Thread Ross Burton
The re.sub() used to transform a tarball into a best guess folder name wasn't right, as there isn't enough escaping and tar.xz was missing. Signed-off-by: Ross Burton --- meta/lib/oeqa/utils/targetbuild.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

[OE-core] [PATCH 3/3] oeqa/targetbuild: use os.path.join instead of string concatenation

2016-06-20 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/lib/oeqa/utils/targetbuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/utils/targetbuild.py b/meta/lib/oeqa/utils/targetbuild.py index f087670..59593f5 100644 ---

[OE-core] [PATCH 2/3] oeqa/targetbuild: add extra_cmds argument to run_configure

2016-06-20 Thread Ross Burton
Some upstreams need more than just gnu-configize ran before ./configure works, such as ./autogen.sh or autoreconf. Add extra_args (defaulting to gnu-configize) so that this can be done in test cases. Signed-off-by: Ross Burton --- meta/lib/oeqa/utils/targetbuild.py | 5

Re: [OE-core] [for-krogoth] Backport for libc != glibc

2016-06-20 Thread Otavio Salvador
On Mon, Jun 20, 2016 at 1:04 PM, Khem Raj wrote: ... >> Could those be reviewed and queued for the next backport? > > They look fine for backport to krogoth. Please submit pull requests Armin can easily pick them; I gave the OE-Core hashes. -- Otavio Salvador

Re: [OE-core] [for-krogoth] Backport for libc != glibc

2016-06-20 Thread Khem Raj
On Sat, Jun 18, 2016 at 6:27 AM, Otavio Salvador wrote: > Hello, > > At O.S. Systems we are involved in some projects which uses musl as > libC. For those, we are doing the SDK for faster development and found > that it is currently broken on Krogoth. > > Master

Re: [OE-core] [PATCH 2/2] uclibc: never build with SSP

2016-06-20 Thread André Draszik
On Mo, 2016-06-20 at 15:48 +0100, André Draszik wrote: > This patch fixes uclibc builds when SSP has been enabled by including > security_flags.inc in distro.conf Should read: This patch fixes uclibc builds when SSP has been enabled by including security_flags.inc in distro.conf and adding "ssp"

Re: [OE-core] [PATCH 2/2] uclibc: never build with SSP

2016-06-20 Thread André Draszik
Hi Khem, On Mi, 2016-06-15 at 17:20 -0700, Khem Raj wrote: > On Fri, Jun 10, 2016 at 8:12 AM, André Draszik wrote: > > From: André Draszik > > > > This doesn't work, as the initial gcc that is used for compiling > > uclibc doesn't have support for SSP yet

Re: [OE-core] [PATCH 00/72] Krogoth-next V2, pull request

2016-06-20 Thread Anders Darander
* akuster808 [160609 13:14]: > On 06/09/2016 03:34 AM, Martin Jansa wrote: > > On Thu, Jun 09, 2016 at 02:33:56AM -0700, akuster808 wrote: > > > ping Do we have a status on this one? Cheers, Anders -- Anders Darander, Senior System Architect ChargeStorm AB / eStorm AB

[OE-core] [PATCH] bitbake.conf: don't set CCACHE_DIR to $HOME by default

2016-06-20 Thread Ross Burton
If the user hasn't inherited ccache.bbclass then CCACHE_DIR is set to $HOME. This was to work around a bug (#2554) for some users where if ccache < 3.1.10 (released 2014-10-19) was installed and enabled by default (i.e. /usr/bin/gcc is a symlink to ccache) and ccache.bbclass wasn't being

[OE-core] [PATCH 6/6] libmad: remove recipe

2016-06-20 Thread Alexander Kanavin
[YOCTO #6020] Signed-off-by: Alexander Kanavin --- .../libmad/libmad/add-pkgconfig.patch | 70 -- .../libmad/libmad/automake-foreign.patch | 12 .../libmad/fix_for_mips_with_gcc-4.5.0.patch | 33 --

[OE-core] [PATCH 2/6] security_flags.inc: add python3-pycairo and libnewt-python to no-pie exception list

2016-06-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/security_flags.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc index cd2b964..a7be185 100644 ---

[OE-core] [PATCH 3/6] security_flags.inc: enable PIE for a few recipes

2016-06-20 Thread Alexander Kanavin
They used to fail with PIE enabled, but no longer do. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/security_flags.inc | 16 1 file changed, 16 deletions(-) diff --git a/meta/conf/distro/include/security_flags.inc

[OE-core] [PATCH 5/6] gstreamer1.0-plugins-ugly: disable mad, enable mpg123

2016-06-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc

[OE-core] [PATCH 4/6] mpg123: add a recipe from meta-oe

2016-06-20 Thread Alexander Kanavin
The recipe is updated to latest upstream release. Also audiofile dependency is dropped as it's not actually used anywhere. [YOCTO #6020] Signed-off-by: Alexander Kanavin --- meta/recipes-multimedia/mpg123/mpg123_1.23.4.bb | 63 + 1

[OE-core] [PATCH 1/6] security_flags.inc: add SECURITY_NO_PIE_CFLAGS to libgcc and gcc-sanitizers

2016-06-20 Thread Alexander Kanavin
These recipes no longer seem to need full exclusion from security hardening. The rest (glibc, gcc-runtime, valgrind, grub, grub-efi, uclibc) still do. [YOCTO #9489] Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/security_flags.inc | 6 ++

[OE-core] Minimum host gcc version? (was: [PATCH] qemu-native: set ld.bfd, fix cflags, and set some environment vars)

2016-06-20 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Stephen Arnold > Sent: den 19 juni 2016 21:40 > To: openembedded-core@lists.openembedded.org > Cc: Stephen Arnold; Stephen Arnold >

[OE-core] State of bitbake world 2016-06-15

2016-06-20 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

[OE-core] [PATCH] openssh: add systemd service file sshd.service

2016-06-20 Thread Dai, Caiyun
Ping If sysvinit is disabled from DISTRO_FEATURES,then /etc/init.d/sshd will be removed,and this will cause sshd daemon failed to start by systemd, So add it. Signed-off-by: Li Xin > ---

[OE-core] Problematic IMAGE_FEATURES combination for core-image

2016-06-20 Thread Pascal Bach
Hello It tried to build an image deived from core-image-minimal-dev with the following image features: IMAGE_FEATURES += "ssh-server-dropbear eclipse-debug dev-pkgs" But it seems like this combination is not possible as the do_rootfs task fails with the following message: ERROR:

Re: [OE-core] [PATCH] The CMake recipes contain a mismatch between the environmental variable which defines where the Modules are installed and the location where they actually are. This patch fixes t

2016-06-20 Thread Burton, Ross
On 20 June 2016 at 08:04, Koen Kooi wrote: > And I can’t find the patch that was committed in the mailinglist folder > locally, otherwise I would have responded to that. > The v2 is on the list. I think it's mostly my fault that this got merged due to bad branch

Re: [OE-core] [PATCH] The CMake recipes contain a mismatch between the environmental variable which defines where the Modules are installed and the location where they actually are. This patch fixes t

2016-06-20 Thread Koen Kooi
> Op 16 jun. 2016, om 16:27 heeft Jose Pardeiro > het volgende geschreven: > > Signed-off-by: Jose Pardeiro > --- > meta/classes/cmake.patch | 20 > 1 file changed, 20 insertions(+) > create mode 100644

Re: [OE-core] [PATCH 3/4] systemd-bootchart: add recipe

2016-06-20 Thread ChenQi
On 06/18/2016 02:36 AM, Burton, Ross wrote: On 17 June 2016 at 04:36, Chen Qi > wrote: +DEPENDS = "libxslt-native libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native intltool" Can we not disable