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 gave the OE-Core hash
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 wrote:
> The main th
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
T
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 +++
meta/recipes-connectivity/op
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
> /usr/share/dbus-1/system.d/org.
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 patches.
>
Woohoo!
Thanks Michae
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
/usr/share/dbus-1/system.d/org.gnome.Sysprof2.
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 changed, 2 insertions(+), 2 dele
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
---
meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | 2 +-
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 firmwares via dependencies.
Signed-
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
---
meta/recipes-kernel/linux-firmware/linux-firmware_git.bb |
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 a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
b/meta/recipes-kernel/linux-firmware/linux-firmware
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 a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
b/meta/recipes-kernel/linux-firmware/linux-firmware
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 a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index c3
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
https://patchwork-next.openembedd
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 --git a/meta/lib/oeqa/utils/
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
--- a/meta/lib/oeqa/utils/targetbuild.py
+++ b/meta/lib/oeqa
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 ++---
1 file changed, 2
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 O.S. Sy
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 branch has the need fixes. The fixe
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"
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 (since that will only
> > be available
* 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
--
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 inherited
[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 --
.../libmad/libmad/no-force-mem.patc
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
--- a/meta/conf/distro/include/security_f
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
b/meta/conf/distro/include/security_flags.inc
i
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
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.i
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 file changed, 63 insertions(+)
create
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 ++
1 file changed, 2 insertions(+), 4 d
> -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
> Subjec
== Number of issues - stats ==
{| class='wikitable'
!|Date !!colspan='3'|Failed tasks
!!colspan='6'|Failed depencencies!!|Signatures
!!colspan='12'|QA !!Comment
|-
|| ||qemuarm ||qemux86 ||qemux86_64
||q
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
mailto:lixin.f...@cn.fujitsu.com>>
---
.../recipes-connectivity/openssh/openssh/sshd.service | 19 ++
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: core-image-mi
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 practices. It's been reverted i
> 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 meta/classes/cmake.patch
>
> diff --git a/meta/classes/cmake.patch b/m
36 matches
Mail list logo