Re: [OE-core] [PATCH] classes: add aarch64_be target

2013-10-11 Thread Koen Kooi
Op 11 okt. 2013, om 07:37 heeft Nobuhiro Iwamatsu iwama...@nigauri.org het volgende geschreven: Hi, I have a question. Why don't you unite name rules of other architecture? Forexample, armeb is endian-big of arm. mipsel is endian-little of mips. If you can unified name, arm64eb is

Re: [OE-core] [PATCH] classes: add aarch64_be target

2013-10-11 Thread Khem Raj
On Oct 10, 2013, at 11:48 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 11 okt. 2013, om 07:37 heeft Nobuhiro Iwamatsu iwama...@nigauri.org het volgende geschreven: Hi, I have a question. Why don't you unite name rules of other architecture? Forexample, armeb is endian-big of

Re: [OE-core] [PATCH] classes: add aarch64_be target

2013-10-11 Thread Fathi Boudra
On 11 October 2013 09:53, Khem Raj raj.k...@gmail.com wrote: On Oct 10, 2013, at 11:48 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 11 okt. 2013, om 07:37 heeft Nobuhiro Iwamatsu iwama...@nigauri.org het volgende geschreven: Hi, I have a question. Why don't you unite name rules

[OE-core] [oe-core][PATCH 1/2] perf: flag __SANE_USERSPACE_TYPES__ to include int-ll64.h for powerpc64

2013-10-11 Thread b28495
From: Ting Liu b28...@freescale.com PPC64 uses long long for u64 in the kernel, but powerpc's asm/types.h prevents 64-bit userland from seeing this definition, instead defaulting to u64 == long in userspace. Perf want LL64, flag __SANE_USERSPACE_TYPES__ to get int-ll64.h. Fix the below issue: |

[OE-core] [oe-core][PATCH 2/2] socat: add dependency on tcp-wrappers

2013-10-11 Thread b28495
From: Ting Liu b28...@freescale.com Fix the below issue: | Computing transaction...error: Can't install | socat-1.7.2.2-r0@ppce500v2: no package provides libwrap.so.0 | | Saving cache... | Signed-off-by: Ting Liu b28...@freescale.com --- meta/recipes-connectivity/socat/socat_1.7.2.2.bb |2

Re: [OE-core] [PATCH] uboot-config.bbclass; Raise an error for unknown configs

2013-10-11 Thread Richard Purdie
On Thu, 2013-10-10 at 15:15 -0300, Otavio Salvador wrote: When passing the wrong value for UBOOT_CONFIG it ought to raise an error otherwise it is quite difficult for user to notice it didn't behave as expected. Reported-by: Lauren Post lauren.p...@freescale.com Signed-off-by: Otavio

Re: [OE-core] [for dylan][PATCH] kernel.bbclass: Correct post(inst|rm) package association

2013-10-11 Thread Paul Eggleton
On Friday 04 October 2013 23:56:18 Paul Eggleton wrote: On Friday 04 October 2013 14:41:16 Denys Dmytriyenko wrote: Ping. Is Dylan still alive? It is yes. I pushed a paule/dylan-next poky-contrib branch the other day including this fix but haven't had a chance to run it through the

[OE-core] [PATCH 1/1] populate_sdk_rpm: add python to nativesdk INSTALL_PROVIDESNAME_RPM list

2013-10-11 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Add '/usr/bin/python' to rpm ignore list for fixing native SDK packages installation error: * error: Can't install nativesdk-xxx-$ver@x86_64_nativesdk: \ no package provides /usr/bin/python Signed-off-by: Wenzong Fan wenzong@windriver.com ---

[OE-core] [PATCH 0/1] populate_sdk_rpm: add python to nativesdk INSTALL_PROVIDESNAME_RPM list

2013-10-11 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com If any native SDK packages involve python scripts that start with '#!/usr/bin/python', then the populate_sdk step will fail with: error: Can't install nativesdk-xxx-$ver@x86_64_nativesdk: \ no package provides /usr/bin/python Just like perl,

Re: [OE-core] [PATCH] uboot-config.bbclass; Raise an error for unknown configs

2013-10-11 Thread Otavio Salvador
On Fri, Oct 11, 2013 at 5:18 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2013-10-10 at 15:15 -0300, Otavio Salvador wrote: When passing the wrong value for UBOOT_CONFIG it ought to raise an error otherwise it is quite difficult for user to notice it didn't behave as

[OE-core] [PATCH 2/2] openssh: allow empty passwords if PAM allows it as well

2013-10-11 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-connectivity/openssh/openssh-6.2p2/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssh/openssh-6.2p2/sshd_config

[OE-core] [PATCH 1/2] openssh: package sshd PAM config inside openssh-sshd package

2013-10-11 Thread Koen Kooi
Without this PAM integration is broken after installing openssh-sshd Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-connectivity/openssh/openssh_6.2p2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssh/openssh_6.2p2.bb

[OE-core] Problems when building Angstrom master 1.3 1.4 for Beagleboard Black

2013-10-11 Thread Ulf Samuelsson
Have tried out building Angstrom for Beaglebone Black on a Quad-Core i7/Ubuntu 12.04 i386 with: PARALLEL_MAKE = -j8 BB_NUMBER_THREADS = 8 I bitbake cloud9-gnome-image RESULTS: * remotes/origin/angstrom-v2013.06-yocto1.4commit 246357a1cc4977683ada564d38218e837ac615e3 image

[OE-core] Setting root password

2013-10-11 Thread Jack Mitchell
What is the best way to set the root password for an image during build time? I have come across this snippet: ROOTFS_POSTPROCESS_COMMAND += \ sed 's%^root:[^:]*:%root:${PASSWD}:%' \ ${IMAGE_ROOTFS}/etc/shadow \ ${IMAGE_ROOTFS}/etc/shadow.new;\ mv

Re: [OE-core] Problems when building Angstrom master 1.3 1.4 for Beagleboard Black

2013-10-11 Thread Koen Kooi
Op 11 okt. 2013, om 16:32 heeft Ulf Samuelsson angstrom-...@emagii.com het volgende geschreven: Have tried out building Angstrom for Beaglebone Black on a Quad-Core i7/Ubuntu 12.04 i386 with: I strongly recommend ditching ubuntu and installing linux instead. I don't know what causes it,

Re: [OE-core] Setting root password

2013-10-11 Thread Koen Kooi
Op 11 okt. 2013, om 16:35 heeft Jack Mitchell m...@communistcode.co.uk het volgende geschreven: What is the best way to set the root password for an image during build time? I have come across this snippet: ROOTFS_POSTPROCESS_COMMAND += \ sed 's%^root:[^:]*:%root:${PASSWD}:%' \

[OE-core] Nasty tar breakage

2013-10-11 Thread Jack Mitchell
I upgraded my host distribution today which pulled in tar 1.27 [1] and caused a nasty breakage. Downgrading to tar 1.26 fixed the problem, I would expect this is something we want to fix before 1.5 goes out the door? DEBUG: Executing python function sstate_task_prefunc DEBUG: Python function

[OE-core] [PATCH 07/18] man-pages: upgrade to 3.54

2013-10-11 Thread Saul Wold
(From OE-Core rev: 866c2630db9c241f0d2afafb66da9d000e4b5770) Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../man-pages/{man-pages_3.53.bb = man-pages_3.54.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH 00/18] Package Updates and patches

2013-10-11 Thread Saul Wold
Richard, Here is a set of package updates along with a few patches, I included a couple of patches from others (out of master-next) here since I based my patches on them. Sau! The following changes since commit 1149b1fef8912f77d971242dfec151fff5a3aa51: build-appliance: Update SRCREV for

[OE-core] [PATCH 02/18] sqlite3: update to version 3.8.0.1

2013-10-11 Thread Saul Wold
From: Maxin B. John maxin.j...@enea.com Upgrade to latest version 3.8.0.1 (From OE-Core rev: 0f1a3558647e18f0fdf7fc63350eff0282ec39bf) Signed-off-by: Maxin B. John maxin.j...@enea.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org ---

[OE-core] [PATCH 06/18] libbsd: upgrade to 0.6.0

2013-10-11 Thread Saul Wold
(From OE-Core rev: d7cc46a17b42b23c4f98a3eee3e061be858ab556) Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-support/libbsd/{libbsd_0.5.2.bb = libbsd_0.6.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH 03/18] xz: Add nativesdk for Python3 nativesdk dependency

2013-10-11 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-extended/xz/xz_5.1.2alpha.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/xz/xz_5.1.2alpha.bb b/meta/recipes-extended/xz/xz_5.1.2alpha.bb index 93099b0..92c3dd9 100644 ---

[OE-core] [PATCH 14/18] libpng: Update to 1.6.6

2013-10-11 Thread Saul Wold
License Checksum changed due to date updates in files and lines moving. (From OE-Core rev: 14bcc9eeb486203d6c80ed414a92d00f0c52b9b7) Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../libpng/{libpng_1.6.3.bb = libpng_1.6.6.bb}

[OE-core] [PATCH 01/18] kmod-native: use bswap to work on older Linux hosts

2013-10-11 Thread Saul Wold
From: Ting Liu b28...@freescale.com We can't use htobe* and be*toh functions because they are not available on older versions of glibc, For example, shipped on Centos 5.5. Change to directly calling bswap_* as defined in byteswap.h. (From OE-Core rev: c7577e0205af641171cf4eab12e98e865c4d2338)

[OE-core] [PATCH 11/18] tzcode: Update to 2013g

2013-10-11 Thread Saul Wold
The updated README now mentions that some files are derived from BSD, so update the LICENSE to be PD BSD. (From OE-Core rev: 0d7d8b124f1984f3593ba818a4fe22de62b1a717) Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org ---

[OE-core] [PATCH 09/18] util-macros: upgrade to 1.17.1

2013-10-11 Thread Saul Wold
(From OE-Core rev: c96498dfbbdc85caf81e39a20ebfc1af6ab955e0) Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../xorg-util/{util-macros_1.17.bb = util-macros_1.17.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3

[OE-core] [PATCH 08/18] rsync: upgrade to 3.1.0

2013-10-11 Thread Saul Wold
(From OE-Core rev: abf242bf2336b4d2161d0d5ab27cf63b93dde84b) Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/rsync/{rsync_3.0.9.bb = rsync_3.1.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

[OE-core] [PATCH 13/18] lsbinitscripts: Update to 9.50

2013-10-11 Thread Saul Wold
(From OE-Core rev: 9fc6cf7a16b2c6e0f0e1bceec7e89a378b4bd9f6) Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../lsb/{lsbinitscripts_9.48.bb = lsbinitscripts_9.50.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3

[OE-core] [PATCH 10/18] file: Update to 5.15

2013-10-11 Thread Saul Wold
(From OE-Core rev: 562bde3d91dcd7b290ec708607e9bb2d3415077a) Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/file/{file_5.14.bb = file_5.15.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

[OE-core] [PATCH 12/18] tzdata: Update to 2013g

2013-10-11 Thread Saul Wold
Add the README to LIC_FILES_CHKSUM and update LICESE since it now mentions that some files are licensed under BSD (From OE-Core rev: 1b9d54e446ba1e7f89d2cc19ba4ff4b008715fbc) Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org ---

[OE-core] [PATCH 04/18] cups: upgrade to 1.6.4

2013-10-11 Thread Saul Wold
(From OE-Core rev: 537a9a6d4cb7700cd683010d06672aa557b7fa1e) Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-extended/cups/{cups_1.6.3.bb = cups_1.6.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH 05/18] desktop-file-utils-native: upgrade to 0.22

2013-10-11 Thread Saul Wold
(From OE-Core rev: 816569257f3ede87a875311c827bb74c2ed90226) Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- ...op-file-utils-native_0.21.bb = desktop-file-utils-native_0.22.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH 16/18] kconfig-frontends: Update to 3.11.0.0

2013-10-11 Thread Saul Wold
(From OE-Core rev: 83e265e23b258a8d5970841624f1d8d747c8f328) Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../{kconfig-frontends_3.10.0.0.bb = kconfig-frontends_3.11.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH 17/18] kmod: Add patch to fix seperate build dir of ptest

2013-10-11 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-kernel/kmod/kmod.inc | 1 + .../kmod/kmod/fix-seperatebuilddir.patch | 34 ++ 2 files changed, 35 insertions(+) create mode 100644

[OE-core] [PATCH 18/18] kmod: Update to Rev 15 via git

2013-10-11 Thread Saul Wold
Also nail down a previously floating dependancy on zlib, which is required for ptest Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-kernel/kmod/kmod-native_git.bb | 3 +-- meta/recipes-kernel/kmod/kmod.inc | 12 ++-- meta/recipes-kernel/kmod/kmod_git.bb

[OE-core] [PATCH 15/18] sqlite3: update to 3.8.0.2

2013-10-11 Thread Saul Wold
(From OE-Core rev: 90f1f3460f8fcd5d3b4e5096e2cb4cd90ffdfb20) Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../recipes-support/sqlite/{sqlite3_3080001.bb = sqlite3_3080002.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH] Allow script to work with Python 2.4 and 3.

2013-10-11 Thread Konrad Scherer
From: Konrad Scherer konrad.sche...@windriver.com Python 2.4 does not support the 'b' string literal or the keyword 'as' in exception handling. Python 3 does not accept the old method of exception handling and defaults to unicode. The b() function converts strings to bytes on Python 3 and using

[OE-core] [Patch 0/1] Update relocate_sdk.py to work with Python 2.4

2013-10-11 Thread Konrad Scherer
As a bootstrap script, relocate_sdk.py needs to support as many versions of python as possible. Since python 2.4.3 is default python on RedHat/CentOS 5.x, the recent updates to support python 3 broke these platforms. This is the cleanest way I could find to support all pythons 2.4 to 3. I have

Re: [OE-core] Problems when building Angstrom master 1.3 1.4 for Beagleboard Black

2013-10-11 Thread Ulf Samuelsson
On 2013-10-11 16:58, Koen Kooi wrote: Op 11 okt. 2013, om 16:32 heeft Ulf Samuelsson angstrom-...@emagii.com het volgende geschreven: Have tried out building Angstrom for Beaglebone Black on a Quad-Core i7/Ubuntu 12.04 i386 with: I strongly recommend ditching ubuntu and installing linux

Re: [OE-core] Nasty tar breakage

2013-10-11 Thread Paul Eggleton
Hi Jack, On Friday 11 October 2013 16:21:46 Jack Mitchell wrote: I upgraded my host distribution today which pulled in tar 1.27 [1] and caused a nasty breakage. Downgrading to tar 1.26 fixed the problem, I would expect this is something we want to fix before 1.5 goes out the door? I think

Re: [OE-core] Nasty tar breakage

2013-10-11 Thread Mark Hatle
On 10/11/13 10:55 AM, Paul Eggleton wrote: Hi Jack, On Friday 11 October 2013 16:21:46 Jack Mitchell wrote: I upgraded my host distribution today which pulled in tar 1.27 [1] and caused a nasty breakage. Downgrading to tar 1.26 fixed the problem, I would expect this is something we want to fix

[OE-core] [PATCH v2] uboot-config.bbclass: Raise an error for unknown configs

2013-10-11 Thread Otavio Salvador
When passing the wrong value for UBOOT_CONFIG it ought to raise an error otherwise it is quite difficult for user to notice it didn't behave as expected. Reported-by: Lauren Post lauren.p...@freescale.com Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - Use ValueError

Re: [OE-core] Nasty tar breakage

2013-10-11 Thread Richard Purdie
On Fri, 2013-10-11 at 16:21 +0100, Jack Mitchell wrote: I upgraded my host distribution today which pulled in tar 1.27 [1] and caused a nasty breakage. Downgrading to tar 1.26 fixed the problem, I would expect this is something we want to fix before 1.5 goes out the door? DEBUG: Executing

Re: [OE-core] Nasty tar breakage

2013-10-11 Thread Jack Mitchell
On 11/10/13 17:08, Richard Purdie wrote: On Fri, 2013-10-11 at 16:21 +0100, Jack Mitchell wrote: I upgraded my host distribution today which pulled in tar 1.27 [1] and caused a nasty breakage. Downgrading to tar 1.26 fixed the problem, I would expect this is something we want to fix before 1.5

Re: [OE-core] [for dylan][PATCH] kernel.bbclass: Correct post(inst|rm) package association

2013-10-11 Thread Denys Dmytriyenko
On Fri, Oct 11, 2013 at 10:33:03AM +0100, Paul Eggleton wrote: On Friday 04 October 2013 23:56:18 Paul Eggleton wrote: On Friday 04 October 2013 14:41:16 Denys Dmytriyenko wrote: Ping. Is Dylan still alive? It is yes. I pushed a paule/dylan-next poky-contrib branch the other day

Re: [OE-core] Nasty tar breakage

2013-10-11 Thread Richard Purdie
On Fri, 2013-10-11 at 17:15 +0100, Jack Mitchell wrote: On 11/10/13 17:08, Richard Purdie wrote: On Fri, 2013-10-11 at 16:21 +0100, Jack Mitchell wrote: I upgraded my host distribution today which pulled in tar 1.27 [1] and caused a nasty breakage. Downgrading to tar 1.26 fixed the problem,

[OE-core] [PATCH] classes: tar 1.32 fixes

2013-10-11 Thread Richard Purdie
tar version 1.32 returns: tar: --same-order option cannot be used with -c with the commandlines we have been using. We can remove the -s option (which is --same-order) to remove the error. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git

Re: [OE-core] [PATCH] classes: tar 1.32 fixes

2013-10-11 Thread Richard Purdie
On Fri, 2013-10-11 at 23:01 +0100, Richard Purdie wrote: tar version 1.32 returns: This should be 1.27, no idea why I wrote 32 in these two patches but I'll fix that on branch before it goes in... Cheers, Richard tar: --same-order option cannot be used with -c with the commandlines we

Re: [OE-core] Setting root password

2013-10-11 Thread ChenQi
On 10/11/2013 10:35 PM, Jack Mitchell wrote: What is the best way to set the root password for an image during build time? I have come across this snippet: ROOTFS_POSTPROCESS_COMMAND += \ sed 's%^root:[^:]*:%root:${PASSWD}:%' \ ${IMAGE_ROOTFS}/etc/shadow \

[OE-core] [PATCH 0/1] initscripts: insure checkroot.sh runs before anything writing to the file

2013-10-11 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit 5445f71fc812a5fcf9bd67a26a500284af16ad39: bitbake: hob: change tooltip for live images (2013-10-07 16:25:02 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/checkroot.sh

[OE-core] [PATCH 1/1] initscripts: insure checkroot.sh runs before anything writing to the file

2013-10-11 Thread Qi.Chen
From: Jeffrey C Honig jeffrey.ho...@windriver.com If bootlogd was configured to write to a log file on the root file system, the checkroot.sh was not able to change the rootfs to read-only because bootlogd was started earlier and had a file descriptor open. Lowering the order of checkroot.sh