[OE-core] [PATCH v2] terminal: Open a new window instead of split on older tmux versions (<1.9)

2015-11-06 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval If an old version is detected (<1.9), create a new window instead of split: the reason is that there is no easy way to get the active pane height if no nested formats are supported. Signed-off-by: Leonardo Sandoval

Re: [OE-core] [PATCH] libaio: don't disable linking to the system libraries

2015-11-06 Thread Burton, Ross
On 6 November 2015 at 21:35, Khem Raj wrote: > It might be due to AS NEEDED becoming default in linker. That now the > positions of command line Argument will matter. The command line upstream uses -nostdlib so most distributions do something to make it build with fortify

[OE-core] [PATCH v2] devtool: add sync command

2015-11-06 Thread Tzu-Jung Lee
The sync command is similar to the extract command, except it fetches the sync'ed and patched branch to an existing git repository. This enables users to keep track the upstream development while maintaining their own local git repository at the same time. Signed-off-by: Tzu-Jung Lee

[OE-core] [PATCH 1/1 v4] rpcbind: don't use '-w' for starting rpcbind

2015-11-06 Thread wenzong.fan
From: Li Wang While runing: $ systemctl restart rpcbind $ systemctl status rpcbind There are errors like below: rpcbind[1722]: Cannot open '/tmp/rpcbind.xdr' file for reading, \ errno 2 (No such file or directory) rpcbind[1722]: Cannot open '/tmp/portmap.xdr'

Re: [OE-core] [PATCH] openssl: fix mips64 configure support

2015-11-06 Thread Khem Raj
On Fri, Nov 6, 2015 at 11:07 PM, wenzong fan wrote: > If target name is linux-mips64, set it as linux-mips to get it build with > mips(32) userspace. is it really building for mips32 ? -- ___ Openembedded-core mailing list

[OE-core] [PATCH 0/1 v4] rpcbind: don't use '-w' for starting rpcbind

2015-11-06 Thread wenzong.fan
From: Wenzong Fan V4 changes: * update commit logs The following changes since commit fc45deac89ef63ca1c44e763c38ced7dfd72cbe1: build-appliance-image: Update to jethro head revision (2015-11-03 14:03:03 +) are available in the git repository at:

Re: [OE-core] [PATCH] openssl: fix mips64 configure support

2015-11-06 Thread wenzong fan
On 11/07/2015 03:09 PM, Khem Raj wrote: On Fri, Nov 6, 2015 at 11:07 PM, wenzong fan wrote: If target name is linux-mips64, set it as linux-mips to get it build with mips(32) userspace. is it really building for mips32 ? Yes, with this change, the "Configure"

Re: [OE-core] [PATCH] openssl: fix mips64 configure support

2015-11-06 Thread wenzong fan
On 11/06/2015 12:18 AM, Khem Raj wrote: On Nov 4, 2015, at 10:09 PM, wenzong@windriver.com wrote: From: Wenzong Fan Match target name linux-mips64 as well, all mips64 targets will have mips(32) userspace. this comment seems to be not relevant to the change

Re: [OE-core] [PATCH 2/5] bbclass: fix spelling mistakes

2015-11-06 Thread Maxin B. John
Hi Sona, On Fri, Nov 06, 2015 at 09:33:06AM +, Sona Sarmadi wrote: > Hi Maxin, > > I think the warning below " bb.warn" is incorrect, it should be " dirname" > instead of " patch", see below: > http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/spdx.bbclass > (master) > >

Re: [OE-core] [PATCH 1/1] Update libusb1 from 1.0.19 to 1.0.20

2015-11-06 Thread Burton, Ross
On 8 October 2015 at 15:36, Jens Rehsack wrote: > This updates libusb1 from 1.0.19 to 1.0.20 > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New

Re: [OE-core] [PATCH] bitbake.conf, module.bbclass: Support opting out of legacy EXTRA_OEMAKE

2015-11-06 Thread Mike Crowe
On Friday 06 November 2015 at 01:16:46 -0800, Andre McCurdy wrote: > On Thu, Nov 5, 2015 at 6:47 AM, Mike Crowe wrote: > > Give recipes and classes the ability to opt out of EXTRA_OEMAKE > > containing the legacy value without removing other recipe-specific or > > local

Re: [OE-core] [PATCH 1/1 v2] mdadm: fix CFLAGS and ptest issue

2015-11-06 Thread Burton, Ross
On 16 October 2015 at 06:57, wrote: > * Also fix ptest build error caused by global CFLAGS: > > raid6check.c: In function 'check_stripes': > raid6check.c:315:8: error: 'stripe_buf' may be used uninitialized \ > in this function [-Werror=maybe-uninitialized] >

[OE-core] [PATCH 02/11] busybox.inc: don't export EXTRA_OEMAKE

2015-11-06 Thread Andre McCurdy
EXTRA_OEMAKE is private to OE and shouldn't be exported to the busybox build. Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/busybox.inc

[OE-core] [PATCH 00/11] busybox fixes and cleanups + update 1.23.2 -> 1.24.1

2015-11-06 Thread Andre McCurdy
Andre McCurdy (11): busybox_git: Enable getopt applet busybox.inc: don't export EXTRA_OEMAKE busybox: move EXTRA_OEMAKE etc into busybox.inc busybox.inc: explicitly include CC=${CC} on make command line busybox.inc: don't set .config CROSS_COMPILER_PREFIX busybox.inc: fix

[OE-core] [PATCH 04/11] busybox.inc: explicitly include CC=${CC} on make command line

2015-11-06 Thread Andre McCurdy
The busybox build currently relies on 'make -e' to over-ride CC and the make command line to over-ride LD. Add CC to the make command line to make the CC over-ride more explicit and consistent with LD. Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox.inc |

[OE-core] [PATCH 03/11] busybox: move EXTRA_OEMAKE etc into busybox.inc

2015-11-06 Thread Andre McCurdy
EXTRA_OEMAKE and do_install_ptest() are currently common to all supported versions of busybox, so move from version specific recipes into busybox.inc. Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox.inc | 7 +++

[OE-core] [PATCH 01/11] busybox_git: Enable getopt applet

2015-11-06 Thread Andre McCurdy
Keep git recipe in sync with 1.23.2: http://git.openembedded.org/openembedded-core/commit/?id=10c2c484d5916ad476ad7717c3629f6684f01e6d Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 07/11] busybox.inc: remove MAKEFLAGS over-ride from EXTRA_OEMAKE

2015-11-06 Thread Andre McCurdy
Busybox Kbuild likes to control its own MAKEFLAGS (it adds -rR, etc), so avoid over-riding MAKEFLAGS via EXTRA_OEMAKE. Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox.inc | 4 1 file changed, 4 insertions(+) diff --git

[OE-core] [PATCH 05/11] busybox.inc: don't set .config CROSS_COMPILER_PREFIX

2015-11-06 Thread Andre McCurdy
Setting CROSS_COMPILER_PREFIX via .config is redundant (setting CROSS_COMPILE via the make command line will always over-ride it). Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox.inc | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 11/11] busybox: enable resize applet

2015-11-06 Thread Andre McCurdy
The /etc/profile script contains a call to resize, which improves the usability of shells run on the serial console. http://git.openembedded.org/openembedded-core/commit/?id=cc6360f4c4d97ef9d3545f381224ee99ce7d Unfortunately the resize applet is not currently enabled in busybox defconfig,

[OE-core] [PATCH 06/11] busybox.inc: fix CONFIG_EXTRA_CFLAGS configmangle

2015-11-06 Thread Andre McCurdy
With current busybox Kbuild, setting .config to: CONFIG_EXTRA_CFLAGS="foo" "bar" and then running 'make oldconfig' results in .config containing: CONFIG_EXTRA_CFLAGS="foo" ie the CONFIG_EXTRA_CFLAGS configmangle in the busybox.inc doesn't currently work as intended. Remove the extra \" \"

Re: [OE-core] fido backports to support SH4 + uclibc

2015-11-06 Thread Andre McCurdy
On Thu, Nov 5, 2015 at 2:00 PM, Joshua Lock wrote: > On 04/11/15 18:16, Andre McCurdy wrote: >> >> Hi Joshua, >> >> Could you please consider backporting the following fixes to fido. >> They are required in order to successfully build for SH4 + uclibc + >> blacklist

Re: [OE-core] [PATCH] u-boot: Update to 2015.10 release

2015-11-06 Thread Burton, Ross
On 27 October 2015 at 16:05, Otavio Salvador wrote: > > The U-Boot 2015.10 has been released at October 20th 2015. This also > removes the GCC workaround, for the inline behavior, as this version > properlu supports the GCC 5.2 as compiler. Breaks on the autobuilder:

Re: [OE-core] [PATCH 2/5] bbclass: fix spelling mistakes

2015-11-06 Thread Sona Sarmadi
Hi Maxin, I think the warning below " bb.warn" is incorrect, it should be " dirname" instead of " patch", see below: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/spdx.bbclass (master) def get_ver_code(dirname): chksums = [] for f_dir, f in list_files(dirname):

[OE-core] [PATCH 10/11] busybox: disable support for mounting NFS file systems on Linux < 2.6.23

2015-11-06 Thread Andre McCurdy
The busybox CONFIG_FEATURE_MOUNT_NFS config option is described as: Enable mounting of NFS file systems on Linux kernels prior to version 2.6.23. Note that in this case mounting of NFS over IPv6 will not be possible. Since OE-core sets OLDEST_KERNEL = "2.6.32", CONFIG_FEATURE_MOUNT_NFS is

[OE-core] [PATCH 08/11] busybox: re-order defconfig to align with busybox 1.24.1

2015-11-06 Thread Andre McCurdy
No functional changes, simply re-order lines in defconfig so that the existing options don't move elsewhere in the file when run though busybox 1.24.1 'make oldconfig'. Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox/defconfig | 38

[OE-core] [PATCH 09/11] busybox: update 1.23.2 -> 1.24.1

2015-11-06 Thread Andre McCurdy
The busybox defconfig has also been refreshed, with all new apps and features disabled by default. Update _git recipe version too. Signed-off-by: Andre McCurdy --- .../busybox/0001-Switch-to-POSIX-utmpx-API.patch | 388 -

[OE-core] [PATCH 1/2] cairo.inc: drop obsolete CFLAGS += "-ffat-lto-objects" workaround

2015-11-06 Thread Andre McCurdy
LTO support was removed from Cairo in 1.12.18 (and 1.14.0). https://bugs.freedesktop.org/show_bug.cgi?id=77060 http://cgit.freedesktop.org/cairo/commit/?h=1.12=213b3b9b8b92944506c712aa4d728903c547f879 Signed-off-by: Andre McCurdy ---

[OE-core] [PATCH 2/2] cairo: update 1.14.2 -> 1.14.4

2015-11-06 Thread Andre McCurdy
Release 1.14.4(2015-10-28 Bryce Harrington ) Just in time for Halloween we see another bug-fix release for Cairo. This brings a few dozen straightforward bug fixes with no API changes. In

[OE-core] [PATCH] cmake: update 3.3.1 -> 3.3.2

2015-11-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../cmake/{cmake-native_3.3.1.bb => cmake-native_3.3.2.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 6 +++--- meta/recipes-devtools/cmake/{cmake_3.3.1.bb => cmake_3.3.2.bb} | 0 3 files changed,

Re: [OE-core] [PATCH] bitbake.conf, module.bbclass: Support opting out of legacy EXTRA_OEMAKE

2015-11-06 Thread Andre McCurdy
On Thu, Nov 5, 2015 at 6:47 AM, Mike Crowe wrote: > Give recipes and classes the ability to opt out of EXTRA_OEMAKE > containing the legacy value without removing other recipe-specific or > local additions. Isn't this possible already from within a recipe or class by using

Re: [OE-core] [PATCH] u-boot: Update to 2015.10 release

2015-11-06 Thread Otavio Salvador
On Fri, Nov 6, 2015 at 7:18 AM, Burton, Ross wrote: > On 27 October 2015 at 16:05, Otavio Salvador wrote: > > > > The U-Boot 2015.10 has been released at October 20th 2015. This also > > removes the GCC workaround, for the inline behavior, as this

Re: [OE-core] [PATCH] u-boot: Update to 2015.10 release

2015-11-06 Thread Otavio Salvador
Hello Ross, On Fri, Nov 6, 2015 at 8:54 AM, Otavio Salvador wrote: > On Fri, Nov 6, 2015 at 7:18 AM, Burton, Ross wrote: >> On 27 October 2015 at 16:05, Otavio Salvador wrote: >> > >> > The U-Boot 2015.10 has been

[OE-core] [PATCH] base: Improve handling of switching virtual/x providers

2015-11-06 Thread Richard Purdie
If you build virtual/kernel, then change PREFERRED_PROVIDER_virtual/kernel from say "linux-yocto" to "linux-yocto-dev", you see errors from the sysroot about overlapping files. The automatic uninstall logic doesn't trigger since the other recipes is still technically parsed/buildable. What we

[OE-core] [PATCH 5/6] classes/buildhistory: split package history values only once

2015-11-06 Thread Paul Eggleton
We don't actually use values we read in here that are likely to contain = characters but we might as well split the value properly in case we do in future. Signed-off-by: Paul Eggleton --- meta/classes/buildhistory.bbclass | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 2/6] meta: Fix typos in Upstream-Status labels

2015-11-06 Thread Paul Eggleton
We need these to be consistent so they are possible to programmatically read. Signed-off-by: Paul Eggleton --- .../openssl/openssl/crypto_use_bigint_in_x86-64_perl.patch | 2 +- meta/recipes-devtools/autogen/autogen/redirect-output-dir.patch |

[OE-core] [PATCH 4/6] conf/distro/include: drop old recipes from include files

2015-11-06 Thread Paul Eggleton
These recipes have been removed (some a very long time ago, pre-dating OE-Core). Signed-off-by: Paul Eggleton --- meta/conf/distro/include/as-needed.inc| 3 -- meta/conf/distro/include/distro_alias.inc | 58 --- 2 files changed, 61

[OE-core] [PATCH 6/6] classes/distrodata: split SRC_URI properly before determining type

2015-11-06 Thread Paul Eggleton
We weren't splitting SRC_URI values containing multiple URIs here; this didn't cause any errors except when a trailing ; was left on a URI, in which case the next URI was considered part of the parameter, which didn't contain a = and therefore was considered invalid. We only care about the first

[OE-core] [PATCH 3/6] gitignore: fix overzealous exclusion

2015-11-06 Thread Paul Eggleton
This was excluding any subdirectory anywhere in the tree named build*, rather than just at the root - thus anything in meta/recipes-devtools/build-compare had to be forcibly added. Change the line so that it only operates at the root of the repo. Signed-off-by: Paul Eggleton

[OE-core] [PATCH 0/6] Misc fixes for OE-Core

2015-11-06 Thread Paul Eggleton
Some typo corrections and minor bug fixes. The following changes since commit e44ed8c18e395b9c055aefee113b90708e8a8a2f: build-appliance-image: Update to jethro head revision (2015-11-03 14:02:57 +) are available in the git repository at:

[OE-core] [PATCH 1/6] meta/conf/layer.conf: fix typo

2015-11-06 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- meta/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 9773632..2ecba0f 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -16,7 +16,7

[OE-core] Jethro maintainer

2015-11-06 Thread Richard Purdie
We've going to need a new stable maintainer for the new release. There have already been a couple of offers, but to be fair to everyone I thought I'd explicitly ask if there was anyone else interested? Cheers, Richard -- ___ Openembedded-core

Re: [OE-core] [PATCH] base: Improve handling of switching virtual/x providers

2015-11-06 Thread Richard Purdie
On Fri, 2015-11-06 at 12:37 +, Richard Purdie wrote: > If you build virtual/kernel, then change PREFERRED_PROVIDER_virtual/kernel > from say > "linux-yocto" to "linux-yocto-dev", you see errors from the sysroot about > overlapping > files. The automatic uninstall logic doesn't trigger since

Re: [OE-core] [PATCH 3/4] gcr: remove Vala dependency

2015-11-06 Thread Alexander Kanavin
On 11/04/2015 10:20 PM, Burton, Ross wrote: Retracting this, gcr needs vala's m4 file. Back to wondering if we should have a vala-stub too... Upcoming introspection patchset also adds a bonus vapigen support, so you don't really need to do these disable-vala fixes. Alex --

Re: [OE-core] [PATCH 1/1] gcc-multilib-config: make aarch64 support multilib

2015-11-06 Thread Mark Hatle
On 11/5/15 11:35 PM, Khem Raj wrote: > >> On Nov 5, 2015, at 5:43 AM, Mark Hatle wrote: >> >> On 11/5/15 2:20 AM, Robert Yang wrote: >>> Fixed: >>> MACHINE = qemuarm64 >>> require conf/multilib.conf >>> MULTILIBS = "multilib:lib32" >>>

Re: [OE-core] [PATCH] bitbake.conf, module.bbclass: Support opting out of legacy EXTRA_OEMAKE

2015-11-06 Thread Christopher Larson
On Fri, Nov 6, 2015 at 6:18 AM, Martin Jansa wrote: > On Fri, Nov 06, 2015 at 10:30:04AM +, Mike Crowe wrote: > > On Friday 06 November 2015 at 01:16:46 -0800, Andre McCurdy wrote: > > > On Thu, Nov 5, 2015 at 6:47 AM, Mike Crowe wrote: > > > > Give

[OE-core] [PATCH 01/11] gptfdisk: add SUMMARY

2015-11-06 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb b/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb index f4b0e32..a4cc846 100644 ---

[OE-core] [PATCH 00/11] Fix missing SUMMARY values

2015-11-06 Thread Paul Eggleton
One of my pet peeves is where SUMMARY isn't set properly in a recipe; we use these in a few places now (packages, the OE layer index, Toaster, etc.). The following changes since commit e44ed8c18e395b9c055aefee113b90708e8a8a2f: build-appliance-image: Update to jethro head revision (2015-11-03

[OE-core] [PATCH 07/11] alsa-plugins: set SUMMARY instead of DESCRIPTION

2015-11-06 Thread Paul Eggleton
We only have a short description, so set SUMMARY and DESCRIPTION will be defaulted from it. Signed-off-by: Paul Eggleton --- meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 02/11] libunwind: add SUMMARY

2015-11-06 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- meta/recipes-support/libunwind/libunwind.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc index 6660af2..068858b 100644 ---

[OE-core] [PATCH 05/11] linux-yocto.inc: set SUMMARY instead of DESCRIPTION

2015-11-06 Thread Paul Eggleton
We only have a short description, so set SUMMARY and DESCRIPTION will be defaulted from it. Signed-off-by: Paul Eggleton --- meta/recipes-kernel/linux/linux-yocto.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 08/11] swig: set SUMMARY instead of DESCRIPTION

2015-11-06 Thread Paul Eggleton
We only have a short description, so set SUMMARY and DESCRIPTION will be defaulted from it. Signed-off-by: Paul Eggleton --- meta/recipes-devtools/swig/swig.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/swig/swig.inc

[OE-core] [PATCH 09/11] mmc-utils: set SUMMARY instead of DESCRIPTION

2015-11-06 Thread Paul Eggleton
We only have a short description, so set SUMMARY and DESCRIPTION will be defaulted from it. Signed-off-by: Paul Eggleton --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 10/11] gstreamer1.0-meta-base: set SUMMARY instead of DESCRIPTION

2015-11-06 Thread Paul Eggleton
We only have a short description, so set SUMMARY and DESCRIPTION will be defaulted from it. Signed-off-by: Paul Eggleton --- meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 11/11] texinfo-dummy-native: set SUMMARY instead of DESCRIPTION

2015-11-06 Thread Paul Eggleton
We only have a short description, so set SUMMARY and DESCRIPTION will be defaulted from it. Signed-off-by: Paul Eggleton --- meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 03/11] stress: add SUMMARY

2015-11-06 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- meta/recipes-extended/stress/stress_1.0.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/stress/stress_1.0.4.bb b/meta/recipes-extended/stress/stress_1.0.4.bb index 4b7e4ba..e9179d3 100644 ---

[OE-core] [PATCH 04/11] python-nose: add SUMMARY

2015-11-06 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- meta/recipes-devtools/python/python-nose_1.3.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python-nose_1.3.6.bb b/meta/recipes-devtools/python/python-nose_1.3.6.bb index d6e8fc1..e47ddb0

[OE-core] [PATCH 06/11] tzcode-native: set SUMMARY instead of DESCRIPTION

2015-11-06 Thread Paul Eggleton
We only have a short description, so set SUMMARY and DESCRIPTION will be defaulted from it. Signed-off-by: Paul Eggleton --- meta/recipes-extended/tzcode/tzcode-native_2015g.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH] libaio: don't disable linking to the system libraries

2015-11-06 Thread Ross Burton
For some reason that I don't understand (a decade-old attempt at optimisation?) libaio disables linkage to the system libraries. Enabling fortify means linking to the system libraries, so remove the existing addition of -lc for x86 (the problem also happens on at least PPC) and just link to the

[OE-core] [PATCH 2/3] yocto-bsp: Set KTYPE to user selected base branch

2015-11-06 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Fixes the hardcode branch name set to KTYPE, where its value is used as a base branch when user decides to create a new branch. Tested on x86_64 architecture. [YOCTO #8630] Signed-off-by: Leonardo Sandoval

[OE-core] [PATCH 1/3] yocto-bsp: Typo on the file extension

2015-11-06 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval By mistake, the file was introduced with wrong extension, so changing to the correct one. Signed-off-by: Leonardo Sandoval --- .../linux/{linux-yocto_4.1.bbapend =>

[OE-core] [PATCH 0/3] yocto-bsp: Fixes on unpacking/patching issues

2015-11-06 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Patches 0002/0003 allows building generate BSP layers by the yocto-bsp. Patch 0001 is a rename from an original bad prefix bbappend file. The following changes since commit fc45deac89ef63ca1c44e763c38ced7dfd72cbe1:

Re: [OE-core] [PATCH] bitbake.conf, module.bbclass: Support opting out of legacy EXTRA_OEMAKE

2015-11-06 Thread Martin Jansa
On Fri, Nov 06, 2015 at 07:59:32AM -0700, Christopher Larson wrote: > On Fri, Nov 6, 2015 at 6:18 AM, Martin Jansa wrote: > > > On Fri, Nov 06, 2015 at 10:30:04AM +, Mike Crowe wrote: > > > On Friday 06 November 2015 at 01:16:46 -0800, Andre McCurdy wrote: > > > > On

[OE-core] Yocto Project Status WW45

2015-11-06 Thread Jolley, Stephen K
Current Dev Position: YP 2.1 Planning Next Deadline: YP 2.1 M1 Cutoff December 7, 2015 noon GMT SWAT team rotation: Anibal -> Tracy https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: * We have approved YP 1.7.3 rc1 for release, it should release

[OE-core] [PATCH 2/4] verify-homepage: get expanded HOMEPAGE value

2015-11-06 Thread Paul Eggleton
We tend not to use any variables in HOMEPAGE values, but that doesn't mean we would never do so. Signed-off-by: Paul Eggleton --- scripts/contrib/verify-homepage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 4/4] verify-homepage: fix recipe file selection

2015-11-06 Thread Paul Eggleton
* We need to check all recipe files, not just the preferred ones (i.e. we have multiple recipes for different versions of the same piece of software). Print the recipe file name (without path) so we can tell the difference between them. * We can skip BBCLASSEXTENDed variants of recipes

[OE-core] [PATCH 3/4] verify-homepage: tidy up output and comments

2015-11-06 Thread Paul Eggleton
* Set up and use a proper logger * Tweak output messages and comments Signed-off-by: Paul Eggleton --- scripts/contrib/verify-homepage.py | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/scripts/contrib/verify-homepage.py

[OE-core] [PATCH 0/4] Minor improvements to verify-homepage script

2015-11-06 Thread Paul Eggleton
The following changes since commit e44ed8c18e395b9c055aefee113b90708e8a8a2f: build-appliance-image: Update to jethro head revision (2015-11-03 14:02:57 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/verify-homepage

[OE-core] [PATCH 1/4] verify-homepage: use scriptpath to find bitbake path

2015-11-06 Thread Paul Eggleton
We have shared code for this, let's use it. Signed-off-by: Paul Eggleton --- scripts/contrib/verify-homepage.py | 28 +--- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/scripts/contrib/verify-homepage.py

Re: [OE-core] [oe][PATCH 2/2] nginx: Fix systemd service file

2015-11-06 Thread Valluri, Amarnath
sorry for noice: please ignore these patches. Wrong list From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of Amarnath Valluri [amarnath.vall...@intel.com] Sent: Friday, November 06, 2015

[OE-core] [PATCH 1/3] oeqa/selftest/devtool: fix test if build directory is not inside COREBASE

2015-11-06 Thread Paul Eggleton
Fix test_devtool_update_recipe_git to work when build directory is not inside COREBASE. Fixes [YOCTO #8639]. Signed-off-by: Paul Eggleton --- meta/lib/oeqa/selftest/devtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [oe][PATCH 1/2] nginx: Add support for altering build configuration

2015-11-06 Thread Amarnath Valluri
Passing EXTRA_OECONF to ./configure, this allows to alter build configure Signed-off-by: Amarnath Valluri --- meta-webserver/recipes-httpd/nginx/nginx_1.9.5.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 0/3] oe-selftest improvements

2015-11-06 Thread Paul Eggleton
A fix for two tests plus an additional test for the bitbake-layers show-recipes command. The following changes since commit e44ed8c18e395b9c055aefee113b90708e8a8a2f: build-appliance-image: Update to jethro head revision (2015-11-03 14:02:57 +) are available in the git repository at:

[OE-core] [PATCH] scripts: runqemu: remove QEMUARCH from help message

2015-11-06 Thread Ruslan Bilovol
The QEMUARCH env variable is not used since commit "d469c92 classes/imagetest-qemu: remove old image testing class". Remove it from help message so it will not confuse other people Signed-off-by: Ruslan Bilovol --- scripts/runqemu | 1 - 1 file changed, 1 deletion(-)

[OE-core] [PATCH 3/3] oe-selftest: add test for bitbake-layers show-recipes

2015-11-06 Thread Paul Eggleton
Add a test for bitbake-layers show-recipes including the recently added -i option. Signed-off-by: Paul Eggleton --- meta/lib/oeqa/selftest/bblayers.py | 25 + 1 file changed, 25 insertions(+) diff --git a/meta/lib/oeqa/selftest/bblayers.py

[OE-core] [oe][PATCH 2/2] nginx: Fix systemd service file

2015-11-06 Thread Amarnath Valluri
systemd service file expects full path of the executatbles. Signed-off-by: Amarnath Valluri --- meta-webserver/recipes-httpd/nginx/files/nginx.service | 2 +- meta-webserver/recipes-httpd/nginx/nginx_1.9.5.bb | 1 + 2 files changed, 2 insertions(+), 1

[OE-core] [PATCH 2/3] oeqa/selftest/layerappend: fix test if build directory is not inside COREBASE

2015-11-06 Thread Paul Eggleton
Fix test_layer_appends to work when build directory is not inside COREBASE. Fixes [YOCTO #8639]. Signed-off-by: Paul Eggleton --- meta/lib/oeqa/selftest/layerappend.py | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git

[OE-core] State of bitbake world, Failed tasks 2015-11-06

2015-11-06 Thread Martin Jansa
== Tested changes (not included in master yet) - bitbake == 9ae7b2e world-image: add extra target == Tested changes (not included in master yet) - openembedded-core == e0fcea0 gstreamer1.0-plugins-{base,good}: update PACKAGECONFIGs 7529c5e libunwind: fix build for qemuarm e3bde21 Revert "mesa:

Re: [OE-core] [PATCH 1/6] glib-2.0: Upgrade 2.44.1 -> 2.46.1

2015-11-06 Thread Burton, Ross
On 5 November 2015 at 13:29, Jussi Kukkonen wrote: > +data.gresource is not built when cross-compiling: Don't > +add it to test_data in that case. > If we're building glib we've already built glib-native, so wouldn't it be better to build the resources instead? Ross

Re: [OE-core] [PATCH 5/5] useradd-staticids.bbclass: Read passwd/group files before parsing

2015-11-06 Thread Peter Kjellerstedt
> -Original Message- > From: Mark Hatle [mailto:mark.ha...@windriver.com] > Sent: den 4 november 2015 01:33 > To: Peter Kjellerstedt; openembedded-core@lists.openembedded.org > Subject: Re: [PATCH 5/5] useradd-staticids.bbclass: Read passwd/group > files before parsing > > On 11/3/15 6:06

Re: [OE-core] [PATCH 5/5] useradd-staticids.bbclass: Read passwd/group files before parsing

2015-11-06 Thread Mark Hatle
On 11/6/15 2:09 PM, Peter Kjellerstedt wrote: >> -Original Message- >> From: Mark Hatle [mailto:mark.ha...@windriver.com] >> Sent: den 4 november 2015 01:33 >> To: Peter Kjellerstedt; openembedded-core@lists.openembedded.org >> Subject: Re: [PATCH 5/5] useradd-staticids.bbclass: Read

Re: [OE-core] [PATCH 0/6] Upgrades: GLib & friends

2015-11-06 Thread Burton, Ross
On 5 November 2015 at 13:27, Jussi Kukkonen wrote: > This should be a cosmetic issue (as custom allocators didn't > really work before either) and is already fixed in upstream Qemu. > As this is pretty ugly, can we backport the fix to our qemu? Ross --

Re: [OE-core] [oe][PATCH 1/2] nginx: Add support for altering build configuration

2015-11-06 Thread Valluri, Amarnath
sorry for noice: please ignore these patches. Wrong list From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of Amarnath Valluri [amarnath.vall...@intel.com] Sent: Friday, November 06, 2015

Re: [OE-core] [PATCH] bitbake.conf, module.bbclass: Support opting out of legacy EXTRA_OEMAKE

2015-11-06 Thread Martin Jansa
On Fri, Nov 06, 2015 at 10:30:04AM +, Mike Crowe wrote: > On Friday 06 November 2015 at 01:16:46 -0800, Andre McCurdy wrote: > > On Thu, Nov 5, 2015 at 6:47 AM, Mike Crowe wrote: > > > Give recipes and classes the ability to opt out of EXTRA_OEMAKE > > > containing the legacy

Re: [OE-core] [PATCH] libaio: don't disable linking to the system libraries

2015-11-06 Thread Khem Raj
On Nov 6, 2015 7:44 AM, "Ross Burton" wrote: > > For some reason that I don't understand (a decade-old attempt at optimisation?) > libaio disables linkage to the system libraries. Enabling fortify means linking > to the system libraries, so remove the existing addition of