Re: [OE-core] shell script guidelines in oe-core? (was Re: [PATCH v4] create-pull-request: cleanup bashisms)

2015-08-13 Thread Mikko.Rapeli
On Wed, Aug 12, 2015 at 10:51:26AM -0700, Christopher Larson wrote: That reminds me, there's a shell portability issue / standards-complaince issue that's not identified by shellcheck. Typically, to negate a bracket expression in a regular expression, one uses ^, e.g. [^a-z] is everything

Re: [OE-core] meta-gplv2? [Was Re: parted_1.8.6.bb: add parted that not GPLv3]

2015-08-13 Thread Philip Balister
On 08/11/2015 10:46 PM, Otavio Salvador wrote: On Tue, Aug 11, 2015 at 5:36 PM, Burton, Ross ross.bur...@intel.com wrote: On 11 August 2015 at 16:46, Khem Raj raj.k...@gmail.com wrote: can we freeze this thread please. Or more usefully, reboot it. Philip, you're turning into Koen! Alex,

[OE-core] Avoid race condition between do_unpack and do_deploy_archives in archiver.bbclass

2015-08-13 Thread Clemens Lang
Hi, the following patch fixes a race condition in archiver.bbclass that can occur when a very specific set of preconditions is fulfilled: - a recipe sets $S to a directory that will be created by do_unpack - $B is at its default value of $S - the license of the recipe is in

[OE-core] [PATCH 0/3] populate_sdk_base.bbclass: fixes for multilib sdk

2015-08-13 Thread Robert Yang
Fixed for multilib sdk: MACHINE ?= qemux86-64 require conf/multilib.conf MULTILIBS = multilib:lib32 DEFAULTTUNE_virtclass-multilib-lib32 = x86 $ bitbake core-image-minimal -cpopulate_sdk Extrat the sdk, both environment-setup-core2-64-poky-linux and environment-setup-x86-pokymllib32-linux can

[OE-core] [PATCH 3/3] packagegroup-core-standalone-sdk-target: remove qemuwrapper-cross

2015-08-13 Thread Robert Yang
Remove qemuwrapper-cross from RDEPENDS, install a cross pkg in sysroots isn't useful, if we really need run qemuwrapper in SDK, we should add it as nativesdk, and it has multilib conflicts when populate_ sdk: error: file /usr/bin/crossscripts/qemuwrapper from install of

[OE-core] [PATCH 1/3] toolchain-shar-extract.sh: add a space in the end

2015-08-13 Thread Robert Yang
For a clear look when input. [YOCTO #8089] Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/files/toolchain-shar-extract.sh |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh index

[OE-core] [PATCH] glibc: package nscd related files

2015-08-13 Thread rongqing.li
From: Roy Li rongqing...@windriver.com install nscd related configuration file, startup files, and package them, make nscd easy to startup Signed-off-by: Roy Li rongqing...@windriver.com --- meta/recipes-core/glibc/glibc-package.inc | 37 ++-

[OE-core] [PATCH] archiver.bbclass: Run after do_unpack

2015-08-13 Thread Clemens Lang
In recipes that are exempt from source code archiving due to COPYLEFT_LICENSE_EXCLUDE, do_deploy_archives does not have a transitive dependency on do_unpack. Given enough parallelism, this means do_deploy_archives can run at the same time or before do_unpack. Because do_deploy_archives does not

[OE-core] [PATCH 0/1] fetch2/git.py: fix _latest_revision for local PREMIRROR

2015-08-13 Thread Robert Yang
The following changes since commit 64da20b8555350e1b0d761c36499532e83ca9827: multilib_global.bbclass: fix PREFERRED_VERSION for cross-canadian (2015-08-12 23:51:13 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/auto

Re: [OE-core] [PATCH 0/1] fetch2/git.py: fix _latest_revision for local PREMIRROR

2015-08-13 Thread Robert Yang
Sorry, please ignore this one, wrong mailing list. // Robert On 08/13/2015 03:08 PM, Robert Yang wrote: The following changes since commit 64da20b8555350e1b0d761c36499532e83ca9827: multilib_global.bbclass: fix PREFERRED_VERSION for cross-canadian (2015-08-12 23:51:13 -0700) are

Re: [OE-core] Avoid race condition between do_unpack and do_deploy_archives in archiver.bbclass

2015-08-13 Thread Burton, Ross
On 13 August 2015 at 10:09, Clemens Lang clemens.l...@bmw-carit.de wrote: Because do_deploy_archives does not specify a working directory, it defaults to $B, which does not exist when do_deploy_archives is run in parallel (or before) do_unpack. I'm not sure I follow this. Functions are

[OE-core] [PATCHv2 1/1] screen: Upgrade 4.0.3 - 4.3.1

2015-08-13 Thread Jussi Kukkonen
* License is now GPLv3+ * Remove patches that are already in upstream or not applicable anymore * Add a patchset to enable cross-compiling 4.3.1 (modified from http://savannah.gnu.org/bugs/?43223) Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com ---

[OE-core] [PATCH 0/1] screen update, take two

2015-08-13 Thread Jussi Kukkonen
I'm resending only the screen patch as the others are in already. Changes since v1: * remove the old GPLv2 version I'm not taking any stance on tmux vs screen debate: we can still change to tmux. Just wanted to get rid of some very old and potentially bit rotted code. Jussi The following

[OE-core] gnutls/nettle/gmp licensing and versions

2015-08-13 Thread Jussi Kukkonen
On 12 August 2015 at 17:14, Jussi Kukkonen jussi.kukko...@intel.com wrote: Hi, I realise I'm a bit late (with the commit in master already) but I'm looking at upgrading this recipe and had some questions on this patch and the recipe in general. On 9 August 2015 at 08:28, Armin Kuster

Re: [OE-core] meta-gplv2? [Was Re: parted_1.8.6.bb: add parted that not GPLv3]

2015-08-13 Thread Mark Hatle
On 8/13/15 3:42 AM, Philip Balister wrote: On 08/11/2015 10:46 PM, Otavio Salvador wrote: On Tue, Aug 11, 2015 at 5:36 PM, Burton, Ross ross.bur...@intel.com wrote: On 11 August 2015 at 16:46, Khem Raj raj.k...@gmail.com wrote: can we freeze this thread please. Or more usefully, reboot

[OE-core] [PATCHv2 3/4] nfs-utils: Upgrade 1.3.1 - 1.3.2

2015-08-13 Thread Jussi Kukkonen
Add PACKAGECONFIG[ipv6] that is enabled based on ipv6 distro feature. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- Changes since v1: * Add PACKAGECONFIG[ipv6] as Khem suggested I also modified and force pushed the branch at: git://git.yoctoproject.org/poky-contrib

[OE-core] [PATCH 1/2] insane.bbclass: Check non-ASCII characters on metadata

2015-08-13 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com Check if non-ASCII characters are present on recipe's metadata. Fields taken into account: 'DESCRIPTION', 'SUMMARY', 'LICENSE' and 'SECTION'. Signed-off-by: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com ---

[OE-core] [PATCH 2/2] package_deb.bbclass: Handle exception when encoding non-ASCII characters

2015-08-13 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com On package creation, handle exception when encoding non-ASCII characteres. [YOCTO #6693] Signed-off-by: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com --- meta/classes/package_deb.bbclass | 4 1 file changed,

[OE-core] [PATCH 0/2] Check non-ASCII characters on recipe metadata

2015-08-13 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com * First patch creates a QA check on insane.bbclass * Second patch handles a string encode exception, reported on [1] [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=6693 The following changes since commit

Re: [OE-core] [PATCH] nettle: clean up license information

2015-08-13 Thread akuster808
On 08/12/2015 07:14 AM, Jussi Kukkonen wrote: Hi, I realise I'm a bit late (with the commit in master already) but I'm looking at upgrading this recipe and had some questions on this patch and the recipe in general. On 9 August 2015 at 08:28, Armin Kuster akuster...@gmail.com wrote: adding

Re: [OE-core] [PATCH] glibc: package nscd related files

2015-08-13 Thread Khem Raj
On Aug 13, 2015, at 1:09 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com install nscd related configuration file, startup files, and package them, make nscd easy to startup please test this change on top of glibc 2.22 recipe upgrade patches which are in

Re: [OE-core] [PATCH 1/1][RFC] devtool: Upgrade feature

2015-08-13 Thread Leonardo Sandoval
Hi Paul, On 08/13/2015 05:06 AM, Paul Eggleton wrote: Hi Leo, On Tuesday 11 August 2015 14:04:14 leonardo.sandoval.gonza...@linux.intel.com wrote: This is a new devtool's feature, which upgrades a recipe to a particular version number. Code was taken from [1] where some modifications were

Re: [OE-core] [scripts][PATCH] yocto-layer: Stops duplication of meta- prefix

2015-08-13 Thread Ibarra Lopez, Humberto
I didn’t see any more comments regarding this, are there any updates? I am not entirely sure about Ross’ question either. From: Benjamin Esquivel [mailto:benjamin.esqui...@linux.intel.com] Sent: Thursday, July 30, 2015 10:59 AM To: Burton, Ross; Ibarra Lopez, Humberto Cc: OE-core Subject: Re:

[OE-core] [PATCH] quilt: fix the deps for ptest

2015-08-13 Thread Maxin B. John
quilt ptest requires getopt and perl-module-overloading. [YCOTO #8062] Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-devtools/quilt/quilt.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/quilt/quilt.inc

[OE-core] [PATCH] curl: upgrade to 7.44

2015-08-13 Thread Maxin B. John
Bump to version 7.44 Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/curl/{curl_7.43.0.bb = curl_7.44.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.43.0.bb = curl_7.44.0.bb} (93%) diff --git

Re: [OE-core] [PATCH 2/2] package_deb.bbclass: Handle exception when encoding non-ASCII characters

2015-08-13 Thread Khem Raj
On Thu, Aug 13, 2015 at 12:05 PM, Burton, Ross ross.bur...@intel.com wrote: Debian control files are defined to be UTF-8, so the use of an ASCII encoding method is wrong (https://www.debian.org/doc/debian-policy/ch-controlfields.html). (RPM appears to assume UTF-8 too) but check it still

Re: [OE-core] [PATCH 2/2] package_deb.bbclass: Handle exception when encoding non-ASCII characters

2015-08-13 Thread Burton, Ross
On 13 August 2015 at 20:21, Khem Raj raj.k...@gmail.com wrote: but check it still fine isnt it. Of course, gracefully handling encoding failures is still sensible. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 2/2] package_deb.bbclass: Handle exception when encoding non-ASCII characters

2015-08-13 Thread Burton, Ross
On 13 August 2015 at 20:31, Mark Hatle mark.ha...@windriver.com wrote: RPM isn't really utf-8.. it's more single 8-bit characters... UTF-8 (1 byte characters) work fine.. multibyte are not promised to work. If you need special encoding (more then 8-bit characters) then you should be using

Re: [OE-core] [PATCH 2/4] glibc: remove invalid ac_cv_path_KSH

2015-08-13 Thread Khem Raj
On Mon, Jul 13, 2015 at 3:04 AM, Robert Yang liezhi.y...@windriver.com wrote: There is no ac_cv_path_KSH in configure, can't find it in config.log after remove, either. starting 2.21 ksh checks has been removed so this patch is ok. Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

Re: [OE-core] [PATCH] nettle: clean up license information

2015-08-13 Thread Khem Raj
On Thu, Aug 13, 2015 at 11:40 AM, akuster808 akuster...@gmail.com wrote: For me LGPLv2+ makes is all version above GPL2, but since I am not a lawyer it makes not sense on how to play that game. So I decided to drop pressuring the update. We should represent what the license text says This

Re: [OE-core] [PATCH 2/2] package_deb.bbclass: Handle exception when encoding non-ASCII characters

2015-08-13 Thread Burton, Ross
On 13 August 2015 at 09:58, leonardo.sandoval.gonza...@linux.intel.com wrote: On package creation, handle exception when encoding non-ASCII characteres. Debian control files are defined to be UTF-8, so the use of an ASCII encoding method is wrong (

Re: [OE-core] [PATCH] glibc: package nscd related files

2015-08-13 Thread Rongqing Li
On 2015年08月14日 00:31, Khem Raj wrote: On Aug 13, 2015, at 1:09 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com install nscd related configuration file, startup files, and package them, make nscd easy to startup please test this change on top of glibc 2.22

Re: [OE-core] [PATCH 0/1] kernel: Correct mishandling of linux.bin for building uImage

2015-08-13 Thread He Zhe
Ping. On 08/11/2015 04:22 PM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab: bitbake: toaster: reduced amount of instance attributes (2015-08-10 13:58:02 -0700) are available in the git

Re: [OE-core] [PATCH 0/1] meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb

2015-08-13 Thread He Zhe
Ping. On 08/11/2015 05:08 PM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab: bitbake: toaster: reduced amount of instance attributes (2015-08-10 13:58:02 -0700) are available in the git

Re: [OE-core] meta-gplv2? [Was Re: parted_1.8.6.bb: add parted that not GPLv3]

2015-08-13 Thread Andre McCurdy
On Thu, Aug 13, 2015 at 1:42 AM, Philip Balister phi...@balister.org wrote: On 08/11/2015 10:46 PM, Otavio Salvador wrote: On Tue, Aug 11, 2015 at 5:36 PM, Burton, Ross ross.bur...@intel.com wrote: On 11 August 2015 at 16:46, Khem Raj raj.k...@gmail.com wrote: can we freeze this thread

Re: [OE-core] [meta-ti] Valgrind doesn't give stack trace

2015-08-13 Thread Khem Raj
On Aug 13, 2015, at 2:36 AM, Anders Darander and...@chargestorm.se wrote: * Ankur Tyagi ankur.tyag...@gmail.com [150813 06:26]: I am using Valgrind coming from yocto on my AM335x-EVM kit. But when I try to use valgrind, it doesn't give me stack trace. Following is what I get : See my

Re: [OE-core] [PATCH 2/2] package_deb.bbclass: Handle exception when encoding non-ASCII characters

2015-08-13 Thread Mark Hatle
On 8/13/15 2:21 PM, Khem Raj wrote: On Thu, Aug 13, 2015 at 12:05 PM, Burton, Ross ross.bur...@intel.com wrote: Debian control files are defined to be UTF-8, so the use of an ASCII encoding method is wrong (https://www.debian.org/doc/debian-policy/ch-controlfields.html). (RPM appears to