[OE-core] [PATCH 1/1] btrfs-tools: fix installed-vs-shipped

2016-07-19 Thread Robert Yang
Fixed: MACHINE = "qemux86-64" require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 = "x86" $ bitbake btrfs-tools ERROR: btrfs-tools-4.6.1-r0 do_package: QA Issue: btrfs-tools: Files/directories were installed but not shipped in any package: /lib64 /lib6

[OE-core] [PATCH 0/1] btrfs-tools: fix installed-vs-shipped

2016-07-19 Thread Robert Yang
The following changes since commit 8b369cdd73ab17cdf834a591b97b25840caeb740: toaster.bbclass: only scan files-in-image.txt if it exists (2016-07-19 09:03:28 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/bt http://cgit.openembedded.

Re: [OE-core] [PATCH 6/8] gettext: 0.19.6 -> 0.19.8.1

2016-07-19 Thread Robert Yang
On 07/20/2016 12:37 AM, Burton, Ross wrote: On 19 July 2016 at 14:44, Robert Yang mailto:liezhi.y...@windriver.com>> wrote: +FILES_${PN} += "${datadir}/${BPN}-0.19.8/*" Can this use a wildcard so we don't need to fix this every upgrade? Yes, sounds, good, updated in the repo: git:/

Re: [OE-core] [PATCH 3/3] uboot-sign: Handle .rom signing the same as .img

2016-07-19 Thread Tom Rini
On Mon, Jul 18, 2016 at 12:57:57PM -0500, George McCollister wrote: > Handle u-boot.rom signing (U-Boot as x86 BIOS replacement) the same way > that u-boot.img signing is handled. > > Signed-off-by: George McCollister Reviewed-by: Tom Rini -- Tom -- _

Re: [OE-core] [PATCH v2 1/3] kernel-fitimage: add initramfs support

2016-07-19 Thread Tom Rini
On Mon, Jul 18, 2016 at 12:57:55PM -0500, George McCollister wrote: > If INITRAMFS_IMAGE is set, build an additional fitImage containing the > initramfs. Copy the additional fitImage and the source (*.its) file, used > to create it to DEPLOYDIR. The fitImage containing the initramfs must be > buil

Re: [OE-core] [PATCH 2/3] kernel-fitimage: Add x86 support

2016-07-19 Thread Tom Rini
On Mon, Jul 18, 2016 at 12:57:56PM -0500, George McCollister wrote: > For x86, bzImage must be built instead of zImage. > > Include setup.bin (which is required to boot the kernel) in the fitimage > and always use a load/boot address of 0x0009. > > For details see: > http://git.denx.de/?p=u-

Re: [OE-core] [PATCH] webkitgtk: Switch the ARMv7 build to Thumb2 and enable back the JSC JIT.

2016-07-19 Thread Carlos Alberto Lopez Perez
On 19/07/16 21:26, Khem Raj wrote: > On Mon, Jul 18, 2016 at 2:19 PM, Carlos Alberto Lopez Perez > wrote: >> > * The JSC JIT is broken on ARMv7 without Thumb2. >> > >> > [YOCTO #9474] >> > >> > Signed-off-by: Carlos Alberto Lopez Perez >> > --- >> > meta/recipes-sato/webkit/webkitgtk_2.12.3.bb |

Re: [OE-core] [PATCH] To make yocto-spdx support spdx2.0 SPEC

2016-07-19 Thread Lei, Maohui
Ping. > -Original Message- > From: Lei, Maohui > Sent: Monday, June 27, 2016 8:12 AM > To: openembedded-core@lists.openembedded.org > Cc: Lei, Maohui > Subject: [OE-core][PATCH] To make yocto-spdx support spdx2.0 SPEC > > There are some problems in spdx module(spdx.bbclass). > 1. The newe

Re: [OE-core] [PATCH 3/3] pulseaudio: disable WebRTC code

2016-07-19 Thread Tanu Kaskinen
On Tue, 2016-07-19 at 17:54 -0700, Khem Raj wrote: > On Tue, Jul 19, 2016 at 5:20 PM, Tanu Kaskinen wrote: > > When updating pulseaudio to 9.0, I noticed webrtc-audio-processing is > > a potential floating dependency. It's not an issue right now, because > > webrtc-audio-processing isn't packaged

Re: [OE-core] [PATCH 3/3] pulseaudio: disable WebRTC code

2016-07-19 Thread Khem Raj
On Tue, Jul 19, 2016 at 5:20 PM, Tanu Kaskinen wrote: > When updating pulseaudio to 9.0, I noticed webrtc-audio-processing is > a potential floating dependency. It's not an issue right now, because > webrtc-audio-processing isn't packaged for OpenEmbedded, but it would > become an issue if anyone

[OE-core] [PATCH 3/3] pulseaudio: disable WebRTC code

2016-07-19 Thread Tanu Kaskinen
When updating pulseaudio to 9.0, I noticed webrtc-audio-processing is a potential floating dependency. It's not an issue right now, because webrtc-audio-processing isn't packaged for OpenEmbedded, but it would become an issue if anyone added the library to OE. Signed-off-by: Tanu Kaskinen --- me

[OE-core] [PATCH 2/3] pulseaudio: 8.0 -> 9.0

2016-07-19 Thread Tanu Kaskinen
Release notes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/9.0/ Rebased 0001-client-conf-Add-allow-autospawn-for-root.patch. Removed 0001-Revert-module-switch-on-port-available-Route-to-pref.patch, because the issues that were caused by the reverted commit have been fixed. The pat

[OE-core] [PATCH 1/3] libsndfile1: 1.0.26 -> 1.0.27

2016-07-19 Thread Tanu Kaskinen
Signed-off-by: Tanu Kaskinen --- .../libsndfile/{libsndfile1_1.0.26.bb => libsndfile1_1.0.27.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/libsndfile/{libsndfile1_1.0.26.bb => libsndfile1_1.0.27.bb} (83%) diff --git a/meta/recipes-multimedia

[OE-core] [PATCH 0/3] Audio recipe updates

2016-07-19 Thread Tanu Kaskinen
The following changes since commit 8b369cdd73ab17cdf834a591b97b25840caeb740: toaster.bbclass: only scan files-in-image.txt if it exists (2016-07-19 09:03:28 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib tanuk/updates http://cgit.opene

Re: [OE-core] Patch: Krogoth systemd network service fails to start on boot

2016-07-19 Thread Khem Raj
thats fine. Post the patches using git-format patch and have [krogoth] in the subject header > On Jul 19, 2016, at 4:37 AM, Kristian Amlie wrote: > > Hey, > > on our krogoth build the systemd network service does not start, and it > seems to be because of missing users, which has already been

Re: [OE-core] [krogoth][PATCH] nss: fix build for gcc-6

2016-07-19 Thread akuster808
On 07/17/2016 11:37 AM, Tim Orling wrote: > [YOCTO #9897] (Fedora-24 host is gcc-6) > > Signed-off-by: Tim Orling thanks, pulled in to staging. -armin > --- > meta/recipes-support/nss/nss/nss-gcc6-fix.patch | 343 > > meta/recipes-support/nss/nss_3.21.bb

Re: [OE-core] [PATCH] webkitgtk: Switch the ARMv7 build to Thumb2 and enable back the JSC JIT.

2016-07-19 Thread Khem Raj
On Mon, Jul 18, 2016 at 2:19 PM, Carlos Alberto Lopez Perez wrote: > * The JSC JIT is broken on ARMv7 without Thumb2. > > [YOCTO #9474] > > Signed-off-by: Carlos Alberto Lopez Perez > --- > meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 17 - > 1 file changed, 12 insertions(+), 5

[OE-core] [PATCHv2 2/2] wic: clone gummiboot wks for systemd-boot

2016-07-19 Thread Jianxun Zhang
This wks is just a copy of gummiboot wks with bootloader changed to systemd-boot. A very basic boot test on a X86 target is done with a direct-boot image generated by: wic create systemd-bootdisk -e core-image-minimal Because we plan to replace gummiboot with systemd-boot at any time in the futur

[OE-core] [PATCHv2 1/2] wic: add systemd-boot option in EFI boot image plugin

2016-07-19 Thread Jianxun Zhang
The new systemd-boot enabled in OE is the old gummiboot merged into systemd project. Our intention is to replace gummiboot with systemd-boot in OE once every feature based on gummiboot is supported with systemd-boot. Before we can purge gummiboot, we temporarily keep both of the two bootloaders su

Re: [OE-core] [PATCH 6/8] gettext: 0.19.6 -> 0.19.8.1

2016-07-19 Thread Burton, Ross
On 19 July 2016 at 14:44, Robert Yang wrote: > +FILES_${PN} += "${datadir}/${BPN}-0.19.8/*" > Can this use a wildcard so we don't need to fix this every upgrade? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

Re: [OE-core] [PATCH v3] linux-dtb.inc: Support for .dtbo files for dtb overlays

2016-07-19 Thread Herve Jourdain
Ping... This is needed for support of "dynamic" device tree overlays, with extensions .dtbo (instead of xxx-overlay.dtb), which are used in RaspberryPi kernel since 4.4.6. -Original Message- From: Herve Jourdain [mailto:herve.jourd...@neuf.fr] Sent: mardi 31 mai 2016 09:55 To: openembedde

Re: [OE-core] [BUG] gcc: require neon on arch without neon

2016-07-19 Thread Khem Raj
Thanks. You can open a yp bugzilla to track it or even better send this patch backported On Jul 18, 2016 11:53 PM, "Yi Qingliang" wrote: > when compiling qtbase in meta-qt5, it says: > | ../../include/QtCore/../../../git/src/corelib/global/qendian.h:143:36: > fatal error: You must enable NEON in

[OE-core] [PATCH 1/2] intltool: merge .bb and .inc

2016-07-19 Thread Ross Burton
There's no use in having these split, so merge them together for clarity. Signed-off-by: Ross Burton --- meta/recipes-devtools/intltool/intltool.inc | 30 --- meta/recipes-devtools/intltool/intltool_0.51.0.bb | 36 ++- 2 files changed, 29 insertions(+),

[OE-core] [PATCH 2/2] intltool: remove broken XML::Parser detection

2016-07-19 Thread Ross Burton
intltool.m4 has a chunk of code that runs during configure which probes for a perl binary and verifies that it has the XML::Parser module. However in builds using intltool-native the perl binary that it finds is likely to not be the one that the intltool scripts will be using as the scripts hardco

[OE-core] [PATCH] uclibc: remove

2016-07-19 Thread Ross Burton
uclibc is showing its age now and upstarts like musl are approximately the same size but with far more features and active maintainers. Remove uclibc from oe-core and use endorse musl as the lighter alternative to full-fat glibc. Signed-off-by: Ross Burton --- meta/conf/distro/include/tclibc-uc

[OE-core] [PATCH 7/8] gettext-minimal-native: 0.19.4 -> 0.19.8.1

2016-07-19 Thread Robert Yang
How to upgrade gettext-minimal-native: - Build gettext-native - Copy gettext-runtime/po/Makefile.in.in, build-aux/config.rpath and gettext-runtime/po/remove-potcdate.sin from gettext-native. - Update COPYING when needed (usually update the year), do not copy the whole COPYING file fro

[OE-core] [PATCH 5/8] slang: 2.2.4 -> 2.3.0

2016-07-19 Thread Robert Yang
* Removed: change-char-type-to-signed-char-in-macros.patch sprintf-bug-concerning-8-bit-characters.patch They are already in the source. * Updated: fix-check-pcre.patch fix-check-pcre.patch slang-fix-the-iconv-existence-checking.patch Signed-off-by: Robert Yang --- ...change-char-ty

[OE-core] [PATCH 8/8] ccache: 3.2.4 -> 3.2.5

2016-07-19 Thread Robert Yang
Add Revert-Create-man-page-in-the-make-install-from-git-.patch to disable asciidoc since we don't have it. Signed-off-by: Robert Yang --- meta/recipes-devtools/ccache/ccache_3.2.4.bb | 10 --- meta/recipes-devtools/ccache/ccache_3.2.5.bb | 11 ...te-man-page-in-the-make-

[OE-core] [PATCH 0/8] Packages Upgrade

2016-07-19 Thread Robert Yang
The following changes since commit 8b369cdd73ab17cdf834a591b97b25840caeb740: toaster.bbclass: only scan files-in-image.txt if it exists (2016-07-19 09:03:28 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/pu http://cgit.openembedded.

[OE-core] [PATCH 3/8] guile: 2.0.11 -> 2.0.12

2016-07-19 Thread Robert Yang
* Remove these patches which already in the source: - libguile-VM-ASM_MUL-for-ARM-Add-earlyclobber.patch - remove_strcase_l_funcs.patch - 0001-libguile-Check-for-strtol_l-during-configure.patch * Update 0002-Recognize-nios2-as-compilation-target.patch Signed-off-by: Robert Yang --- ...gui

[OE-core] [PATCH 2/8] git: 2.8.4 -> 2.9.2

2016-07-19 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-devtools/git/git_2.8.4.bb | 11 --- meta/recipes-devtools/git/git_2.9.2.bb | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/git/git_2.8.4.bb create mode 100644 meta/recipes-devtools/

[OE-core] [PATCH 4/8] gnu-efi: 3.0.3 -> 3.0.4

2016-07-19 Thread Robert Yang
* Remove gnu-efi-Make-setjmp.S-portable-to-ARM.patch since it is already in the source. * Updated LIC_FILES_CHKSUM - The following files are gone: lib/arm/div64.S lib/arm/lib1funcs.S - Updated md5sum for other files, they add the following words, which are still GPLv2+: Redis

[OE-core] [PATCH 6/8] gettext: 0.19.6 -> 0.19.8.1

2016-07-19 Thread Robert Yang
Signed-off-by: Robert Yang --- .../add-with-bisonlocaledir.patch| 0 .../gettext/{gettext-0.19.6 => gettext-0.19.8.1}/parallel.patch | 0 .../gettext/{gettext_0.19.6.bb => gettext_0.19.8.1.bb} | 9 +++-- 3 files changed, 7 insertions(+), 2 deletions(

[OE-core] [PATCH 1/8] e2fsprogs: 1.43 -> 1.43.1

2016-07-19 Thread Robert Yang
There is a new confgure option --enable-hardening: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.1 Enable it by default, for target. The native can't be built with it: | checking for uuid_generate in -luuid... no | configure: error: external uuid library not found Signed-off-by: R

Re: [OE-core] [PATCH] piglit: Add build fix patch

2016-07-19 Thread Martin Jansa
On Tue, Jul 19, 2016 at 03:16:35PM +0300, Jussi Kukkonen wrote: > Fixes [YOCTO #9851] (fingers crossed). > > Signed-off-by: Jussi Kukkonen > --- > > This is a potential build fix for a problem Martin reported that I > couldn't reproduce myself. I'm sorry I haven't replied in the ticket yet, it'

[OE-core] [OE-Core][PATCH] package_deb.bbclass: fix Python 3 error

2016-07-19 Thread Matt Madison
Don't modify an OrderedDict while walking its keys. Signed-off-by: Matt Madison --- meta/classes/package_deb.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass index 8f9b09a..945df0e 100644 --- a/met

[OE-core] [PATCH] piglit: Add build fix patch

2016-07-19 Thread Jussi Kukkonen
Fixes [YOCTO #9851] (fingers crossed). Signed-off-by: Jussi Kukkonen --- This is a potential build fix for a problem Martin reported that I couldn't reproduce myself. I've pushed this on top of the piglit branch that isn't yet merged. git://git.yoctoproject.org/poky-contrib jku/piglit http

[OE-core] Patch: Krogoth systemd network service fails to start on boot

2016-07-19 Thread Kristian Amlie
Hey, on our krogoth build the systemd network service does not start, and it seems to be because of missing users, which has already been fixed on master. I've cherry-picked the two patches that fixed the problem for us. Note that they are not written by me, but by other people on this list. I hop

Re: [OE-core] [PATCH V3] rootfs.py: allow removal of support packages

2016-07-19 Thread Burton, Ross
On 19 July 2016 at 01:45, Stephano Cetola wrote: > There should be a V4 out there already that splits off space. Not sure > what I > was thinking here, but I realized pretty quickly my mistake :) > Somehow missed that, thanks! Ross -- ___ Openembedde

Re: [OE-core] [PATCH] webkitgtk: Switch the ARMv7 build to Thumb2 and enable back the JSC JIT.

2016-07-19 Thread Gary Thomas
On 2016-07-18 23:19, Carlos Alberto Lopez Perez wrote: * The JSC JIT is broken on ARMv7 without Thumb2. [YOCTO #9474] Signed-off-by: Carlos Alberto Lopez Perez Works on my i.MX6Q target! Acked-by: Gary Thomas --- meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 17 - 1 f

Re: [OE-core] [PATCH 0/2] toaster: Better SDK artifacts and fstypes V2

2016-07-19 Thread Richard Purdie
On Tue, 2016-07-12 at 15:54 -0700, bavery wrote: > This is part of a patch set that is split over the openembedded-core > and > bitbake-devel mailing lists. This is a second version of the patch. > > These patches remove complexity from the toaster.bbclass in order to > move those > functions to

[OE-core] [PATCH] package_manager.py: Avoid installing an empty package list

2016-07-19 Thread mingli.yu
From: Mark Hatle It is possible in an attempt only install, that everything listed is not available to be installed. This will have the effect of clearing the package list. However, we only check for an empty package list at the beginning of the function. We need to also check before running t

[OE-core] [PATCH 0/1] Make quota compile pass when disable rpc

2016-07-19 Thread kai.kang
From: Kai Kang The following changes since commit 627d01997fcf6a0581d88047735769ffb2592b82: useradd-staticids: use map() instead of imap() (2016-07-12 23:12:00 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/quota http://git.pokylinux.org/cgit.

[OE-core] [PATCH 1/1] quota: make compile pass when disable rpc

2016-07-19 Thread kai.kang
From: Kai Kang When 'rpc' is not in PACKAGECONFIG, option '--disable-rpc' is passed to configure and then compile fails. Backport patches to make quota build successfully. Update fcntl.patch that part of the patches are added by 0002-Allow-building-on-systems-that-do-not-have-rpc-heade.patch. S

Re: [OE-core] [Openembedded-architecture] Removal of uclibc from oe-core?

2016-07-19 Thread Burton, Ross
On 18 July 2016 at 23:48, Bruce Ashfield wrote: > But do we need a sharpened stake to make sure it doesn't come back ? > I was hoping for agreement but wasn't expecting such a strong reaction :) I'll sent this patch shortly. Ross -- ___ Openembedded

[OE-core] [PATCH] openssh: conditional compile DES code.

2016-07-19 Thread mingli.yu
After openssl disabled DES, openssh fails to build for some DES codes are not wrapped in conditional compile statement "#ifndef OPENSSL_NO_DES" and "#endif". Signed-off-by: Haiqing Bai Signed-off-by: Mingli Yu --- ...h-7.1p1-conditional-compile-des-in-cipher.patch | 116 + .