[OE-core] [PATCH] classes/cpan-base: fix for PERLVERSION

2016-11-08 Thread jackie.huang
From: Jackie Huang Immediate expansion of get_perl_version() is too early for PERLVERSION, it will result in 'None' before perl is built and packages that rely on this veriable fail to work with the incorrect version. Signed-off-by: Jackie Huang --- meta/classes/cpan-base.bbclass | 2 +- 1 fil

Re: [OE-core] [PATCH] kernel.bbclass: Allow ${S} to be overridden

2016-11-08 Thread Bruce Ashfield
On Tue, Nov 8, 2016 at 8:04 PM, Burton, Ross wrote: > > On 5 November 2016 at 10:14, Paul Barker wrote: > >> Ping on this. Anyone had a chance to look at it? >> > > I tend to want to let Bruce have a look at kernel patches, but this does > seem sufficiently obvious that I've just merge it to my

Re: [OE-core] [PATCH] u-boot: mkimage: Fix build of u-boot-mkimage

2016-11-08 Thread Gary Thomas
On 2016-11-09 01:45, Burton, Ross wrote: On 9 November 2016 at 00:43, Khem Raj mailto:raj.k...@gmail.com>> wrote: > I'm guessing that it is using the host compiler instead of the cross compiler. isnt mkimage a host tool ? why are we building it for target ? If there's no chance that

Re: [OE-core] [PATCH] kernel.bbclass: Allow ${S} to be overridden

2016-11-08 Thread Burton, Ross
On 5 November 2016 at 10:14, Paul Barker wrote: > Ping on this. Anyone had a chance to look at it? > I tend to want to let Bruce have a look at kernel patches, but this does seem sufficiently obvious that I've just merge it to my staging branch. Ross --

Re: [OE-core] [OE-Core][Patch v2 12/14] ltp: Reduce duplication in MIPS variants.

2016-11-08 Thread Khem Raj
On 11/8/16 4:13 PM, Burton, Ross wrote: > > On 8 November 2016 at 17:12, Zubair Lutfullah Kakakhel > mailto:zubair.kakak...@imgtec.com>> wrote: > > Reduce duplication in MIPS variants now that the MACHINEOVERRIDES > variable is defined > > > I'm guessing that this is the cause of this

Re: [OE-core] [PATCH] u-boot: mkimage: Fix build of u-boot-mkimage

2016-11-08 Thread Khem Raj
On 11/8/16 4:15 PM, Burton, Ross wrote: > > On 7 November 2016 at 18:20, Marek Vasut > wrote: > > -EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC} ${CFLAGS} > ${LDFLAGS}" STRIP=true V=1' > +EXTRA_OEMAKE = 'HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD

Re: [OE-core] [PATCH] u-boot: mkimage: Fix build of u-boot-mkimage

2016-11-08 Thread Burton, Ross
On 9 November 2016 at 00:43, Khem Raj wrote: > > I'm guessing that it is using the host compiler instead of the cross > compiler. > > isnt mkimage a host tool ? why are we building it for target ? > If there's no chance that it will be ran on the target for in a SDK then patches welcome to force

Re: [OE-core] [PATCH] u-boot: mkimage: Fix build of u-boot-mkimage

2016-11-08 Thread Burton, Ross
On 7 November 2016 at 18:20, Marek Vasut wrote: > -EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC} ${CFLAGS} > ${LDFLAGS}" STRIP=true V=1' > +EXTRA_OEMAKE = 'HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}"' > +EXTRA_OEMAKE_append_class-target = 'CROSS_COMPILE="${TARGET_PREFIX}" >

Re: [OE-core] [OE-Core][Patch v2 12/14] ltp: Reduce duplication in MIPS variants.

2016-11-08 Thread Burton, Ross
On 8 November 2016 at 17:12, Zubair Lutfullah Kakakhel < zubair.kakak...@imgtec.com> wrote: > Reduce duplication in MIPS variants now that the MACHINEOVERRIDES > variable is defined > I'm guessing that this is the cause of this error for qemumips64: http://errors.yoctoproject.org/Errors/Details/

[OE-core] [PATCH 1/2] systemtap: remove explicit msgfmt check

2016-11-08 Thread Ross Burton
Passing --disable-nls should be enough to disable the requirement for a full gettext to be present, but the upstream configure explicitly checks for msgfmt even if it isn't going to be used. To avoid having to depend on gettext-native, patch this check out. Signed-off-by: Ross Burton --- .../sy

[OE-core] [PATCH 2/2] systemtap: fix native linking on recent Ubuntu

2016-11-08 Thread Ross Burton
The latest Ubuntu uses yet more aggressive hardening options, which causes the unconventional build order used by systemtap to fail. [ YOCTO #10521 ] Signed-off-by: Ross Burton --- .../systemtap/systemtap/fix-monitor-linking.patch | 41 ++ meta/recipes-kernel/systemtap/syst

[OE-core] [PATCH] libyaml: Enable nativesdk bake

2016-11-08 Thread Brad Bishop
Signed-off-by: Brad Bishop --- meta/recipes-support/libyaml/libyaml_0.1.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libyaml/libyaml_0.1.7.bb b/meta/recipes-support/libyaml/libyaml_0.1.7.bb index 5c422ef..b167f03 100644 --- a/meta/recipes-support/

Re: [OE-core] [PATCH] mkefidisk.sh: add deprecation warning to the output

2016-11-08 Thread Randy Witt
We should also document, the wic steps in wiki pages e.g. http://wiki.minnowboard.org/Yocto_Project It's already documented in README.hardware: https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/README.hardware And in Yocto manual: http://www.yoctoproject.org/docs/2.2/mega-manual/mega-manual

Re: [OE-core] compile error for handwritten "perl-RPM2", 'RPM_GNUC_NULL_TERMINATED' error

2016-11-08 Thread Robert P. J. Day
On Tue, 8 Nov 2016, Tim Orling wrote: > NOTE: by convention, OE perl recipes follow debian naming so this > should be librpm2-perl_1.3.bb. Obviously, in your own layer you are > free to do what you want, but it will require the name change if you > want it to go into meta-perl. i had noticed th

Re: [OE-core] compile error for handwritten "perl-RPM2", 'RPM_GNUC_NULL_TERMINATED' error

2016-11-08 Thread Tim Orling
NOTE: by convention, OE perl recipes follow debian naming so this should be librpm2-perl_1.3.bb Obviously, in your own layer you are free to do what you want, but it will require the name change if you want it to go into meta-perl. For dependencies, since you are looking at CentOS rpms, you can lo

[OE-core] [oe-core][PATCH] webkitgtk: drop patch 0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch

2016-11-08 Thread Carlos Alberto Lopez Perez
* This patch is not longer needed. Upstream has fixed this issue in: https://trac.webkit.org/changeset/205672 which is already included in WebKitGTK+ >= 2.14.0 Signed-off-by: Carlos Alberto Lopez Perez --- ...bKitMacros-Append-to-I-and-not-to-isystem.patch | 181 - met

Re: [OE-core] [OE-Core][Patch v2 00/14] MIPS: Use MACHINEOVERRIDES and reduce duplication

2016-11-08 Thread Khem Raj
On 11/8/16 9:12 AM, Zubair Lutfullah Kakakhel wrote: > Hi, > > This patch series adds a few MACHINEOVERRIDES options in arch-mips > to reduce duplicate configurations in various recipes. > > Further info in > https://bugzilla.yoctoproject.org/show_bug.cgi?id=10404 > This series looks good to

Re: [OE-core] [PATCH v2 2/2] runqemu: Allow the user to specity no kernel or rootFS

2016-11-08 Thread Alistair Francis
On Tue, Nov 8, 2016 at 3:15 AM, Nathan Rossi wrote: > On 3 November 2016 at 10:17, Alistair Francis > wrote: >> In some cirsumstances the user doesn't want to supply a kernel, rootFS >> or DTB to QEMU. This will occur more now that QEMU supports loading >> images using a '-device loader' method.

[OE-core] [OE-Core][Patch v2 13/14] mdadm: Reduce duplication in MIPS variants.

2016-11-08 Thread Zubair Lutfullah Kakakhel
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-extended/mdadm/mdadm_3.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/mdadm/mdadm_3.4.bb b/meta/rec

[OE-core] [OE-Core][Patch v2 12/14] ltp: Reduce duplication in MIPS variants.

2016-11-08 Thread Zubair Lutfullah Kakakhel
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-extended/ltp/ltp_20160126.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp/ltp_20160126.bb b/meta/recip

[OE-core] [OE-Core][Patch v2 14/14] webkit: Reduce duplication in MIPS variants.

2016-11-08 Thread Zubair Lutfullah Kakakhel
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-sato/webkit/webkitgtk_2.14.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb b/me

[OE-core] [OE-Core][Patch v2 09/14] mmc-utils: Reduce duplication in MIPS variants.

2016-11-08 Thread Zubair Lutfullah Kakakhel
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta

[OE-core] [OE-Core][Patch v2 08/14] gdb: Reduce duplication in MIPS variants.

2016-11-08 Thread Zubair Lutfullah Kakakhel
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-devtools/gdb/gdb-common.inc | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/r

[OE-core] [OE-Core][Patch v2 10/14] valgrind: Reduce duplication in MIPS variants.

2016-11-08 Thread Zubair Lutfullah Kakakhel
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.12.

[OE-core] [OE-Core][Patch v2 11/14] ghostscript: Reduce duplication in MIPS variants.

2016-11-08 Thread Zubair Lutfullah Kakakhel
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-extended/ghostscript/ghostscript_9.19.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-extended/ghostscript/ghostsc

[OE-core] [OE-Core][Patch v2 07/14] gcc-runtime: Reduce duplication in MIPS variants.

2016-11-08 Thread Zubair Lutfullah Kakakhel
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-devtools/gcc/gcc-runtime.inc | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/me

[OE-core] [OE-Core][Patch v2 06/14] packagegroup: Reduce duplication in MIPS variants.

2016-11-08 Thread Zubair Lutfullah Kakakhel
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-core/packagegroups/packagegroup-core-sdk.bb | 5 + .../packagegroups/packagegroup-core-tools-profile.bb | 10 ++ 2 files ch

[OE-core] [OE-Core][Patch v2 04/14] fts: Reduce duplication in MIPS variants.

2016-11-08 Thread Zubair Lutfullah Kakakhel
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-core/fts/fts.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-core/fts/fts.bb b/meta/recipes-core/fts/fts.bb inde

[OE-core] [OE-Core][Patch v2 05/14] glibc: Reduce duplication in MIPS variants

2016-11-08 Thread Zubair Lutfullah Kakakhel
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-core/glibc/glibc-ld.inc | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/meta/recipes-core/glibc/glibc-ld.inc b/m

[OE-core] [OE-Core][Patch v2 01/14] arch-mips: Add o32 in TUNE_FEATURES for MIPS32R6

2016-11-08 Thread Zubair Lutfullah Kakakhel
mips32r6 tunings should have o32 ABI flag in TUNE_FEATURES Signed-off-by: Zubair Lutfullah Kakakhel --- Applies to Morty as well --- meta/conf/machine/include/tune-mips32r6.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/machine/include/tune-mips32r6.i

[OE-core] [OE-Core][Patch v2 02/14] arch-mips: Add MACHINEOVERRIDES variables to reduce duplication

2016-11-08 Thread Zubair Lutfullah Kakakhel
In some cases, each MIPS variant in a recipe requires a duplicate line. Even if the passed flag is the same. Add global MACHINEOVERRIDES variables for the following * mipsarch : All MIPS * mipsarch{eb,el} : All MIPS Big/Little Endian * mipsarchr6 : All MIPS R6 * mips

[OE-core] [OE-Core][Patch v2 03/14] bitbake.conf: Reduce duplication in MIPS variants

2016-11-08 Thread Zubair Lutfullah Kakakhel
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined Signed-off-by: Zubair Lutfullah Kakakhel --- meta/conf/bitbake.conf | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9f445bb.

[OE-core] [OE-Core][Patch v2 00/14] MIPS: Use MACHINEOVERRIDES and reduce duplication

2016-11-08 Thread Zubair Lutfullah Kakakhel
Hi, This patch series adds a few MACHINEOVERRIDES options in arch-mips to reduce duplicate configurations in various recipes. Further info in https://bugzilla.yoctoproject.org/show_bug.cgi?id=10404 Regards, ZubairLK V1 -> V2 Added more options for endian independent and big/little endian Added

Re: [OE-core] methodology for writing OE perl recipes equivalent to RH RPMs

2016-11-08 Thread Khem Raj
On 11/8/16 12:19 AM, Robert P. J. Day wrote: > > (NOTE: i'm fighting with a compile error in a perl recipe i've > written, but rather than ask about that right this instant, i want to > explain my general methodology for writing these sorts of recipes so > that, in the future, i'll have a much

[OE-core] [PATCH 4/5] wic: fix function comment typos

2016-11-08 Thread Maciej Borzecki
Fix typos in documentation of Image.add_partition() and Image.__format_disks(). Signed-off-by: Maciej Borzecki --- scripts/lib/wic/utils/partitionedfs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/wic/utils/partitionedfs.py b/scripts/lib/wic/utils/partit

[OE-core] [PATCH 2/5] wic: use partition size when creating empty partition files

2016-11-08 Thread Maciej Borzecki
It seems that prepare_empty_partition_ext() and prepare_empty_partition_btrfs() got broken in commit c8669749e37fe865c197c98d5671d9de176ff4dd, thus one could observe the following backtrace: Backtrace: File "/poky/scripts/lib/wic/plugins/imager/direct_plugin.py", line 93, in do_create creat

[OE-core] [PATCH 3/5] wic: check that filesystem is specified for a rootfs partition

2016-11-08 Thread Maciej Borzecki
Signed-off-by: Maciej Borzecki --- scripts/lib/wic/partition.py | 4 1 file changed, 4 insertions(+) diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py index 8adc698240c8e3bd9f4118663a5d7a167e0bb4a4..24e657592738dc7c5cdff78e3740d7c373021e9d 100644 --- a/scripts/lib/w

[OE-core] [PATCH 5/5] wic: add --fixed-size wks option

2016-11-08 Thread Maciej Borzecki
Added new option --fixed-size to wks. The option can be used to indicate the exact size of a partition. The option cannot be added together with --size, in which case an error will be raised. Other options that influence automatic partition size (--extra-space, --overhead-factor), if specifiec alon

[OE-core] [PATCH 0/5] wic: bugfixes & --fixed-size support

2016-11-08 Thread Maciej Borzecki
The patch series is a follow-up after a previous attempt of adding --reserved-size option to wic[1]. The series introduces a number of fixes in patches 1 - 4. The last patch in the series introduces --fixed-size option as discussed in [1]. The patch also introduces minor refactoring to code respo

[OE-core] [PATCH 1/5] wic: make sure that partition size is always an integer in internal processing

2016-11-08 Thread Maciej Borzecki
Signed-off-by: Maciej Borzecki --- scripts/lib/wic/partition.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py index 89c33ab8b7d54bb14678b2e07e706e3feb6ae57a..4b8d769437120adadb5dba2f3919d4eb96141292 100644 -

[OE-core] [PATCH 0/1] qemuarm64.conf: make runqemu's graphics work

2016-11-08 Thread Robert Yang
The following changes since commit 9303d8055c45a0f6af295d70a6f6a8b9d8d8a7c9: devtool: add "rename" subcommand (2016-11-07 11:04:17 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/arm64 http://cgit.openembedded.org/cgit.cgi/openembedd

[OE-core] [PATCH 1/1] qemuarm64.conf: make runqemu's graphics work

2016-11-08 Thread Robert Yang
Fixed: $ runqemu qemuarm64 (without -nographics) There is no output in qemu console without this fix. Signed-off-by: Robert Yang --- meta/conf/machine/qemuarm64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64

Re: [OE-core] uninative binary?

2016-11-08 Thread Christopher Larson
On Mon, Nov 7, 2016 at 11:41 PM, Gary Thomas wrote: > On 2016-11-04 11:03, Richard Purdie wrote: > >> On Fri, 2016-11-04 at 08:16 +0100, Gary Thomas wrote: >> >>> Some of my customers need to be able to build without any >>> network connectivity, so I normally use BB_NO_NETWORK="1" >>> >>> Is the

[OE-core] [PATCH V2] x264: Update to latest on stable branch

2016-11-08 Thread Khem Raj
- unexport AS variable - Switch URI to use github mirror for reliabality - Disable openCL code, its not used - TEXTRELs are fixed, therefore dont skip QA check Signed-off-by: Khem Raj --- v1 -> v2: - unexport AS variable .../x264/x264/don-t-default-to-cortex-a9-with-neon.patch| 13 ++---

[OE-core] [PATCH v2][krogoth] nss: fix compilation with glibc-2.24

2016-11-08 Thread Enrico Jorns
`readdir_r` is deprecated as of glibc-2.24 and leads to a compilation error: | In file included from sysrand.c:16:0: | unix_rand.c: In function 'ReadOneFile': | unix_rand.c:1090:6: error: 'readdir_r' is deprecated [-Werror=deprecated-declarations] | error = readdir_r(fd, &entry_dir, &result

[OE-core] [PATCH v2 1/4] lib/oe/path: remove duplicate import

2016-11-08 Thread Joshua Lock
There's no need to import glob inside copyhardlinktree() as it's already imported for the entire path module. Signed-off-by: Joshua Lock --- meta/lib/oe/path.py | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/lib/oe/path.py b/meta/lib/oe/path.py index 06a5af2..f73fd4a 100644 --- a/meta/l

[OE-core] [PATCH v2 4/4] lib/oe/lsb: attempt to ensure consistent distro id regardless of source

2016-11-08 Thread Joshua Lock
The LSB Distributor ID and os-release NAME differ for most of the distributions tested by the Yocto Project (CentOS, Debian, Fedora, openSUSE and Ubuntu) however for all but openSUSE the os-release ID matches the LSB Distributor ID when both are lowered before comparison. Therefore, in order to im

[OE-core] [PATCH v2 2/4] lib/oe/lsb: make the release dict keys consistent regardless of source

2016-11-08 Thread Joshua Lock
Rather than have the distro_identifier method look for different keys in the dict depending on the source ensure that each function for retrieving release data uses the same key names in the returned dict. Signed-off-by: Joshua Lock --- meta/lib/oe/lsb.py | 36 +--

[OE-core] [PATCH v2 3/4] lib/oe/lsb: prefer /etc/os-release for distribution data

2016-11-08 Thread Joshua Lock
os-release(5) is an increasingly standard source of operating system identification and more likely to be present on modern OS deployments, i.e. many container variants of common distros include os-release and not the lsb_release tool. Therefore we should favour parsing /etc/os-release in distro_i

Re: [OE-core] [PATCH] u-boot: mkimage: Fix build of u-boot-mkimage

2016-11-08 Thread Marek Vasut
On 11/07/2016 09:43 PM, Jussi Kukkonen wrote: > On 7 November 2016 at 20:20, Marek Vasut > wrote: > > The build failed on qemux86-64 because it couldn't execute > tools/bin2header on a host due to it being compiled with target > toolchain. Drop the incorrect EXTR

[OE-core] [PATCH v2 0/4] Make oe.lsb.distro_identifier() more consistent

2016-11-08 Thread Joshua Lock
The oe.lsb.distro_identifier() method call will return different identification information depending on the source which is found to provide that information. This series attempts to address this in two ways: 1) preferring os-release(5) as the source of distribution identification. this increas

Re: [OE-core] [PATCH 09/13] icu: update to 58.1

2016-11-08 Thread Alexander Kanavin
On 11/02/2016 02:16 PM, Burton, Ross wrote: This breaks under musl: ../../icu/source/i18n/digitlst.cpp:67:24: fatal error: xlocale.h: No such file or directory # include musl doesn't have xlocale.h but does have a crippled strtod_l (doesn't actually support a passed in locale, which is the

Re: [OE-core] [PATCH] x264: Update to latest on stable branch

2016-11-08 Thread Khem Raj
On Tue, Nov 8, 2016 at 3:07 AM, Burton, Ross wrote: > > On 8 November 2016 at 05:23, Khem Raj wrote: >> >> - Switch URI to use github mirror for reliabality >> - Disable openCL code, its not used >> - TEXTRELs are fixed, therefore dont skip QA check >> >> Signed-off-by: Khem Raj > > > Breaking h

[OE-core] [PATCH] weston: upgrade from 1.11.1 to 1.12.0

2016-11-08 Thread Fathi Boudra
From: Daniel Díaz * Refresh patches to apply cleanly on 1.12.0 (no changes): - 0001-make-error-portable.patch - 0001-configure.ac-Fix-wayland-protocols-path.patch - 0001-weston-launch-Provide-a-default-version-that-doesn-t.patch - 0001-Add-configuration-option-for-no-input-device.patch *

Re: [OE-core] Yocto Project Status WW45 - UPDATED

2016-11-08 Thread Richard Purdie
On Tue, 2016-11-08 at 11:00 +0100, Andreas Oberritter wrote: > Hello Stephen, > > On 04.11.2016 18:06, Jolley, Stephen K wrote: > > > > ·There was a challenging taskhash mismatch test case this > > week > > which has resulted in some significant debugging improvements for > > taskhashes a

Re: [OE-core] State of bitbake world 2016-11-03

2016-11-08 Thread Martin Jansa
On Tue, Nov 08, 2016 at 01:32:27PM +0100, Andreas Müller wrote: > On Tue, Nov 8, 2016 at 1:24 PM, Martin Jansa wrote: > > Please note that the logs aren't available online, because the server with > > logs > > was moved to other HW and the files weren't rsynced (yet - at least not to > > correct

Re: [OE-core] State of bitbake world 2016-11-03

2016-11-08 Thread Andreas Müller
On Tue, Nov 8, 2016 at 1:24 PM, Martin Jansa wrote: > Please note that the logs aren't available online, because the server with > logs > was moved to other HW and the files weren't rsynced (yet - at least not to > correct > location visible as http://logs.nslu2-linux.org/buildlogs/oe). > > == N

[OE-core] State of bitbake world 2016-11-03

2016-11-08 Thread Martin Jansa
Please note that the logs aren't available online, because the server with logs was moved to other HW and the files weren't rsynced (yet - at least not to correct location visible as http://logs.nslu2-linux.org/buildlogs/oe). == Number of issues - stats == {| class='wikitable' !|Date

[OE-core] [PATCH v2] libpcap: Update to version 1.8.1

2016-11-08 Thread Fabio Berton
- Option --enable-canusb was removed on commit: https://github.com/the-tcpdump-group/libpcap/commit/93ca5ff7030aaf1219e1de05ec89a68384bfc50b - Autotools class was improved and we can now stop aclocal from running at all. - File configure.in was renamed to configure.ac, rework libpcap-p

Re: [OE-core] [PATCH v2 2/2] runqemu: Allow the user to specity no kernel or rootFS

2016-11-08 Thread Nathan Rossi
On 3 November 2016 at 10:17, Alistair Francis wrote: > In some cirsumstances the user doesn't want to supply a kernel, rootFS > or DTB to QEMU. This will occur more now that QEMU supports loading > images using a '-device loader' method. > > Allow users to specify 'none' for QB_DEFAULT_FSTYPE or Q

Re: [OE-core] compile error for handwritten "perl-RPM2", 'RPM_GNUC_NULL_TERMINATED' error

2016-11-08 Thread Robert P. J. Day
replying to my earlier post with additional info ... man, i want to debug this ... On Tue, 8 Nov 2016, Robert P. J. Day wrote: > following on my earlier post, here's the specific issue i'm > tackling. having found no existing OE recipe equivalent to a centos > "perl-RPM2" RPM, i wrote my own

Re: [OE-core] [PATCH] x264: Update to latest on stable branch

2016-11-08 Thread Burton, Ross
On 8 November 2016 at 05:23, Khem Raj wrote: > - Switch URI to use github mirror for reliabality > - Disable openCL code, its not used > - TEXTRELs are fixed, therefore dont skip QA check > > Signed-off-by: Khem Raj > Breaking here for x86-64. configure output: DEBUG: Executing shell function

Re: [OE-core] [OE-Core][Patch 01/13] arch-mips: Add MACHINEOVERRIDES variables to reduce duplication

2016-11-08 Thread André Draszik
On Mon, 2016-11-07 at 18:32 -0800, Andre McCurdy wrote: > On Mon, Nov 7, 2016 at 9:30 AM, Khem Raj wrote: > > > > On 11/7/16 7:01 AM, Zubair Lutfullah Kakakhel wrote: > > > In some cases, each MIPS variant in a recipe requires a duplicate > > > line. Even if the passed flag is the same. > > > >

[OE-core] [PATCH] curl: Upgrade 7.50.1.bb -> curl_7.51.0.bb

2016-11-08 Thread Sona Sarmadi
The upgrade addresses following CVEs: CVE-2016-8615: cookie injection for other servers CVE-2016-8616: case insensitive password comparison CVE-2016-8617: OOB write via unchecked multiplication CVE-2016-8618: double-free in curl_maprintf CVE-2016-8619: double-free in krb5 code CVE-2016-8620: glob p

Re: [OE-core] Yocto Project Status WW45 - UPDATED

2016-11-08 Thread Andreas Oberritter
Hello Stephen, On 04.11.2016 18:06, Jolley, Stephen K wrote: > ·There was a challenging taskhash mismatch test case this week > which has resulted in some significant debugging improvements for > taskhashes and basehashes which are now in master. is there an entry in bugzilla about this i

Re: [OE-core] [PATCH version2] db: disable the ARM assembler mutex code

2016-11-08 Thread Burton, Ross
This is merged into my staging branch so should be in master soon. Ross On 8 November 2016 at 06:13, Zhou, Li wrote: > ping > > > > On 11/07/2016 11:02 AM, Li Zhou wrote: > >> The swpb in macro MUTEX_SET will cause "undefined instruction" error >> on the new arm arches which don't support this

[OE-core] compile error for handwritten "perl-RPM2", 'RPM_GNUC_NULL_TERMINATED' error

2016-11-08 Thread Robert P. J. Day
following on my earlier post, here's the specific issue i'm tackling. having found no existing OE recipe equivalent to a centos "perl-RPM2" RPM, i wrote my own. here's the info about that RH RPM on my fedora system, so i know what the final result should look like: $ rpm -ql perl-RPM2 /usr/

[OE-core] [PATCH v2] uninative: rebuild uninative for gcc 4.8 and 4.9

2016-11-08 Thread Ed Bartosh
Some c++ libraries fail to build if uninative is built with gcc 5.x and host gcc version is either 4.8 or 4.9. The issue should be solved by making separate uninative sstate directory structure sstate-cache/universal- for host gcc versions 4.8 and 4.9. This causes rebuilds of uninative if host gcc

[OE-core] methodology for writing OE perl recipes equivalent to RH RPMs

2016-11-08 Thread Robert P. J. Day
(NOTE: i'm fighting with a compile error in a perl recipe i've written, but rather than ask about that right this instant, i want to explain my general methodology for writing these sorts of recipes so that, in the future, i'll have a much better idea of how to solve issues like this, so i apolo

[OE-core] [PATCH] wayland: upgrade from 1.11.1 to 1.12.0

2016-11-08 Thread Fathi Boudra
* Remove 0001-scanner-Use-unit32_t-instead-of-uint.patch applied upstream https://cgit.freedesktop.org/wayland/wayland/commit/?id=6750b47d9e0d30 * Update release tarball md5sum/sha256sum Signed-off-by: Daniel Díaz Signed-off-by: Fathi Boudra --- ...0001-scanner-Use-unit32_t-instead-of-uint.pa