[OE-core] [PATCH 1/5] file: avoid to handle special character

2013-11-26 Thread Yue Tao
From: Li Wang avoid to handle special character '@' in filename and directory. Signed-off-by: Li Wang --- .../file/file/avoid_handle_special_character.patch | 36 meta/recipes-devtools/file/file_5.15.bb|1 + 2 files changed, 37 insertions(+), 0 deletions(

[OE-core] [PATCH 3/5] bind: add init.d/bind status command

2013-11-26 Thread Yue Tao
Signed-off-by: Yue Tao --- .../bind-add-init-bind-status-command.patch| 45 meta/recipes-connectivity/bind/bind_9.8.1.bb |3 +- 2 files changed, 47 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-connectivity/bind/bind-9.8.1/bind-add-init-b

[OE-core] [PATCH 4/5] cronie: fix init.d/crond status return value

2013-11-26 Thread Yue Tao
Signed-off-by: Yue Tao --- meta/recipes-extended/cronie/cronie/crond.init |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/meta/recipes-extended/cronie/cronie/crond.init b/meta/recipes-extended/cronie/cronie/crond.init index c8dffef..53b8514 100755 --- a/meta/recipe

[OE-core] [PATCH 2/5] eglibc: add support for /etc/ld.so.conf.d/*.conf

2013-11-26 Thread Yue Tao
From: Ming Liu There are advantages in changing the contents of ld.so.conf to "include /etc/ld.so.conf.d/*.conf" instead of directly listing directories in it, just like most distributions are doing the same. Signed-off-by: Ming Liu --- meta/recipes-core/eglibc/eglibc-package.inc |7 ++

[OE-core] [PATCH 5/5] tcf-agent: add init.d/tcf-agent status command

2013-11-26 Thread Yue Tao
From: Li Wang Signed-off-by: Li Wang --- .../tcf-agent/tcf-agent/tcf-agent.init | 75 meta/recipes-devtools/tcf-agent/tcf-agent_git.bb |4 +- 2 files changed, 78 insertions(+), 1 deletions(-) create mode 100755 meta/recipes-devtools/tcf-agent/tcf-agent/

Re: [OE-core] [PATCH 1/1] qemu: add PACKAGECONFIG for vnc, libcurl, nss, uuid, curses, gtk+, libcap-ng

2013-11-26 Thread Hongxu Jia
On 11/26/2013 08:19 PM, Richard Purdie wrote: On Sat, 2013-11-02 at 14:52 +0800, Hongxu Jia wrote: Use PACKAGECONFIG to explicitly address vnc, libcurl, nss, uuid, curses, gtk+, libcap-ng dependencies rather than tested by configure. It avoided potential errors while multiple builds shared a co

Re: [OE-core] kernel and boost will recompile every time

2013-11-26 Thread Yi Qingliang
On Wednesday, November 27, 2013 03:03:36 AM Martin Jansa wrote: > On Wed, Nov 27, 2013 at 09:51:22AM +0800, Yi Qingliang wrote: > > Hello. > > > > I know the kernel will recompile every time for recent update, and I > > > > found the boost will also do like that, even I have sstate cache in m

Re: [OE-core] kernel and boost will recompile every time

2013-11-26 Thread Martin Jansa
On Wed, Nov 27, 2013 at 09:51:22AM +0800, Yi Qingliang wrote: > Hello. > > I know the kernel will recompile every time for recent update, and I > found the boost will also do like that, even I have sstate cache in my own > server. > > How to debug this problem? kernel rebuilding wa

Re: [OE-core] [PATCH 0/1] shadow-native: allow for setting password in clear text

2013-11-26 Thread ChenQi
On 11/26/2013 07:50 PM, Jack Mitchell wrote: On 25/11/13 03:03, ChenQi wrote: ping On 11/16/2013 03:37 PM, qi.c...@windriver.com wrote: From: Chen Qi The following changes since commit ea92671d9823e3667d6ced7ac2af20f991da404d: bitbake: cooker: replace "w" file opening mode with "a" mode

[OE-core] kernel and boost will recompile every time

2013-11-26 Thread Yi Qingliang
Hello. I know the kernel will recompile every time for recent update, and I found the boost will also do like that, even I have sstate cache in my own server. How to debug this problem? -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com _

[OE-core] [meta-oe][PATCHv2] icecc: Disable icecc for allarch recipes

2013-11-26 Thread Martin Jansa
* Fix icecc.bbclass failing with: ERROR: recipe-name NULL prefix when it's used with empty TARGET_PREFIX. * Allarch recipes cannot use compiler at all (even the local one) so there is no point of using icecc for them. Signed-off-by: Martin Jansa --- meta/classes/icecc.bbclass | 8

[OE-core] [PATCH] allarch: Disable icecc for allarch recipes

2013-11-26 Thread Martin Jansa
* Fix icecc.bbclass failing with: ERROR: recipe-name NULL prefix when it's used with empty TARGET_PREFIX. * Allarch recipes cannot use compiler at all (even the local one) so there is no point of using icecc for them. Signed-off-by: Martin Jansa --- meta/classes/icecc.bbclass | 8

Re: [OE-core] [PATCH 1/3] apr: upgrade to 1.5.0

2013-11-26 Thread Richard Purdie
On Tue, 2013-11-26 at 14:39 +0200, Cristiana Voicu wrote: > The following typo was fixed in the license file: > < code for the these subcomponents is subject to the terms and > < conditions of the following licenses. > > > code for these subcomponents is subject to the terms and conditions > > of

[OE-core] [PATCH] chrpath: Improve crazy code

2013-11-26 Thread Richard Purdie
The current code is a little bit overcomplicated, deficient and also possibly broken. Issues include: a) Not maximally optisming rpaths (e.g. a lib in usr/lib might get an rpath of $ORIGIN/../../usr/lib) b) The return in the middle of the for loop look suspiciously like it might break on so

[OE-core] [PATCH 3/4] librsvg: upgrade to 2.40.1

2013-11-26 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/librsvg/librsvg/local-m4.patch | 32 .../{librsvg_2.40.0.bb => librsvg_2.40.1.bb} | 17 +-- 2 files changed, 8 insertions(+), 41 deletions(-) delete mode 100644 meta/recipes-gnome/librsvg/librsvg/local-m4.

[OE-core] [PATCH 4/4] clutter-1.0: upgrade to 1.16.2

2013-11-26 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/clutter/clutter-1.0_1.16.0.bb |8 meta/recipes-graphics/clutter/clutter-1.0_1.16.2.bb |8 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta/recipes-graphics/clutter/clutter-1.0_1.16.0.bb create

[OE-core] [PATCH 2/4] pango: upgrade to 1.32.6

2013-11-26 Thread Ross Burton
Drop automake macro patch, merged upstream. Signed-off-by: Ross Burton --- .../pango/pango-1.32.5/obsolete_automake_macros.patch | 15 --- .../{pango-1.32.5 => pango}/multilib-fix-clean.patch |0 .../pango/{pango-1.32.5 => pango}/no-tests.patch |0 meta/recipes-graphi

[OE-core] [PATCH 1/4] fontconfig: upgrade to 2.11.0

2013-11-26 Thread Ross Burton
Drop sysroot patch as a rewritten form has been accepted upstream. Update license checksums - Google added to COPYING, and the fccache license has moved. Signed-off-by: Ross Burton --- ...Add-sysroot-option-to-fc-cache-and-fc-cat.patch | 731 .../fontconfig/fontconfig/sysr

[OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2013-11-26 Thread Bruce Ashfield
Richard/Saul, Small updates to import the latest -stable updates for the 3.10 and 3.4 kernels, as well as some fixes for preempt-rt on qemumarm and minor configuration tweaks. Built and booted locally. Bruce The following changes since commit 1e084f9d755e3458d2f9863382fa3bb7877a146d: qemu:

[OE-core] [PATCH][V2] weston: upgrade to 1.3.1

2013-11-26 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/wayland/{weston_1.3.0.bb => weston_1.3.1.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{weston_1.3.0.bb => weston_1.3.1.bb} (95%) diff --git a/meta/recipes-graphics/wayland/weston_1.3.0.

[OE-core] [PATCH 1/3] linux/yocto-3.10: merge v3.10.19

2013-11-26 Thread Bruce Ashfield
Updating the linux-yocto-3.10 SRCREVs to the latest korg -stable release. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 ++

[OE-core] [PATCH 2/3] linux-yocto/3.4: update to v3.4.69

2013-11-26 Thread Bruce Ashfield
Bumping the 3.4 kernel to the latest korg -stable release. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto_3.4.bb | 14 +++--- 3 files

[OE-core] [PATCH 3/3] linux-yocto/3.10: -rt, ebtables and e1000 fixes

2013-11-26 Thread Bruce Ashfield
Updating the 3.10 SRCREVs for the following fixes: f47ea28 bridge: enable EBTABLES a9ec82e e1000: prevent oops when adapter is being closed and reset simultaneously a4e1bd7 Revert "arm: add dummy swizzle for versatile with qemu" Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux

[OE-core] [PATCH] weston: upgrade to 1.3.1

2013-11-26 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/wayland/{weston_1.3.0.bb => weston_1.3.1.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{weston_1.3.0.bb => weston_1.3.1.bb} (95%) diff --git a/meta/recipes-graphics/wayland/weston_1.3.0

Re: [OE-core] [PATCH] lsof: add contingency for when EGLIBCVERSION is not set

2013-11-26 Thread Randy MacLeod
This change is not useful for oe-core. I suppose it's being sent to be Yocto compliant and no merge is expected. ../Randy On Tue, Nov 26, 2013 at 3:42 AM, wrote: > From: Paul Gortmaker > > commit 8c38bc022de209187f31952ae02313dd3104f4c6 ("lsof: define > linux C library type when using eglibc"

Re: [OE-core] [PATCH] beecrypt: Add PACKAGECONFIG for cplusplus

2013-11-26 Thread Paul Eggleton
On Tuesday 26 November 2013 14:32:28 Richard Purdie wrote: > Add a PACKGECONFIG to control the building of the beecrypt C++ > bindings. The only user of beecrypt in OE-Core is rpm and this doesn't > need the C++ bindings so default the option to be off. This means > we can lose the icu dependency b

[OE-core] [PATCH] c-ares: added recipe.

2013-11-26 Thread Yevhen Kyriukha
Recipe was borrowed from meta-webos-ports. Signed-off-by: Yevhen Kyriukha --- meta/recipes-support/c-ares/c-ares_1.10.0.bb | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-support/c-ares/c-ares_1.10.0.bb diff --git a/meta/recipes-support/c-ares/c-ar

[OE-core] [PATCH 0/7] Recipe cleanups

2013-11-26 Thread Paul Eggleton
The following changes since commit 4482af07df26644885bae49b98f5d765a5caa68c: qemu: add PACKAGECONFIG for vnc, libcurl, nss, uuid, curses, gtk+, libcap-ng (2013-11-26 12:09:51 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/cleanup

[OE-core] [PATCH 7/7] Don't set DESCRIPTION to the same value as SUMMARY

2013-11-26 Thread Paul Eggleton
Setting DESCRIPTION to the same value as SUMMARY doesn't do anything, since the value of DESCRIPTION will be derived from SUMMARY if not specified. Signed-off-by: Paul Eggleton --- meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb | 1 - meta/recipes-devtools/cdrtools/cdrt

[OE-core] [PATCH 5/7] dropbear: set SUMMARY instead of DESCRIPTION

2013-11-26 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- meta/recipes-core/dropbear/dropbear.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index ee17d9f..5d9623d 100644 --- a/meta/recipes-core/dropbear/dropbear.i

[OE-core] [PATCH 4/7] eee-acpi-scripts: tidy up recipe

2013-11-26 Thread Paul Eggleton
* Set SUMMARY instead of DESCRIPTION * Move packaging variables to the end * Fix spacing in LICENSE assignment * Fix indenting Signed-off-by: Paul Eggleton --- meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --

[OE-core] [PATCH 6/7] libpng: set reasonable SUMMARY

2013-11-26 Thread Paul Eggleton
Also don't set DESCRIPTION to the same value, it's superfluous. Signed-off-by: Paul Eggleton --- meta/recipes-lsb4/libpng/libpng12_1.2.50.bb| 3 +-- meta/recipes-multimedia/libpng/libpng_1.6.6.bb | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-lsb4/libpng

[OE-core] [PATCH 1/7] squashfs-tools: drop FILESPATHPKG

2013-11-26 Thread Paul Eggleton
Drop FILESPATHPKG setting since it seems to be superfluous. Signed-off-by: Paul Eggleton --- meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb b/meta/recipes-devtools/squash

[OE-core] [PATCH 2/7] squashfs-tools: set SUMMARY instead of DESCRIPTION

2013-11-26 Thread Paul Eggleton
Also tidy up value a little bit. Signed-off-by: Paul Eggleton --- meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb b/meta/recipes-devtools/squashfs-tools/squa

[OE-core] [PATCH 3/7] alsa-utils-alsaconf: tidy up path setting

2013-11-26 Thread Paul Eggleton
* Set FILESEXTRAPATHS instead of FILESPATH * Don't set THISDIR, it's already set by base.bbclass Signed-off-by: Paul Eggleton --- meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.27.2.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/alsa/alsa-u

[OE-core] [PATCH] beecrypt: Add PACKAGECONFIG for cplusplus

2013-11-26 Thread Richard Purdie
Add a PACKGECONFIG to control the building of the beecrypt C++ bindings. The only user of beecrypt in OE-Core is rpm and this doesn't need the C++ bindings so default the option to be off. This means we can lose the icu dependency by default which is a significant performance win. Signed-off-by: R

[OE-core] harfbuzz: Add PACKAGECONFIG for icu

2013-11-26 Thread Richard Purdie
harfbuzz can be built without icu. We don't need harfbuzz-icu for any default OE-Core configuration so default to icu being disabled for performance improvements. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.22.bb b/meta/recipes-graphics/harfbuzz/har

[OE-core] [PATCH 3/3] systemtap: upgrade to 2.4

2013-11-26 Thread Cristiana Voicu
Signed-off-by: Cristiana Voicu --- meta/recipes-kernel/systemtap/systemtap_git.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index d8c6408..9da5588 100644 --- a/meta

[OE-core] [PATCH 2/3] apr-util: upgrade to 1.5.3

2013-11-26 Thread Cristiana Voicu
Signed-off-by: Cristiana Voicu --- .../apr/{apr-util_1.5.2.bb => apr-util_1.5.3.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/apr/{apr-util_1.5.2.bb => apr-util_1.5.3.bb} (92%) diff --git a/meta/recipes-support/apr/apr-util_1.5.2.bb b/meta/recip

[OE-core] [PATCH 1/3] apr: upgrade to 1.5.0

2013-11-26 Thread Cristiana Voicu
The following typo was fixed in the license file: < code for the these subcomponents is subject to the terms and < conditions of the following licenses. > code for these subcomponents is subject to the terms and conditions > of the following licenses. Signed-off-by: Cristiana Voicu --- .../apr/

[OE-core] [PATCH 0/3] Package upgrades

2013-11-26 Thread Cristiana Voicu
Hi, Tests done: * build tested on AB running following nightlies: build-appliance, x86, x86_64, ppc, mips, arm; * checked with dpkg if the packages were installed and their version on a sato image; test --version functionality Thanks, Cristiana The following changes since commit 6ddb9bf0976

Re: [OE-core] [PATCH 1/1] qemu: add PACKAGECONFIG for vnc, libcurl, nss, uuid, curses, gtk+, libcap-ng

2013-11-26 Thread Richard Purdie
On Sat, 2013-11-02 at 14:52 +0800, Hongxu Jia wrote: > Use PACKAGECONFIG to explicitly address vnc, libcurl, nss, uuid, curses, gtk+, > libcap-ng dependencies rather than tested by configure. > > It avoided potential errors while multiple builds shared a common state_cache. > > Signed-off-by: Hon

[OE-core] [PATCH 0/1] Image manifest support

2013-11-26 Thread Paul Eggleton
The following change since commit 25a75e83550fab0f9d2486b13ec9ab6339b6a8b0: linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package (2013-11-25 16:14:15 +) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/manifest http://cgit

[OE-core] [PATCH 1/1] classes/image: write image manifest

2013-11-26 Thread Paul Eggleton
Write a list of installed packages to a .manifest file next to the image, so we can find out what went into the image after it has been constructed without necessarily having to have buildhistory enabled (although that will provide more detail.) We can make use of this for example in the testimage

Re: [OE-core] [PATCH 0/1] shadow-native: allow for setting password in clear text

2013-11-26 Thread Jack Mitchell
On 25/11/13 03:03, ChenQi wrote: > ping > > On 11/16/2013 03:37 PM, qi.c...@windriver.com wrote: >> From: Chen Qi >> >> The following changes since commit >> ea92671d9823e3667d6ced7ac2af20f991da404d: >> >>bitbake: cooker: replace "w" file opening mode with "a" mode >> (2013-11-12 17:01:37 +00

Re: [OE-core] [RFC PATCH 1/1] lib32-packagegroup-core-nfs: fix qa issue - install files into a shared area when those files already exist

2013-11-26 Thread Hongxu Jia
Hi Richard, This issue could be reproduced only by building multilib packagegroup package in the first time. *Step: 1) bitbake packagegroup-core-nfs-server 2) bitbake lib32-packagegroup-core-nfs-server Only the first time to do the build has this issue: ... WARNING: The recipe lib32-

[OE-core] [PATCH 0/1] libav: use CCLD as ld

2013-11-26 Thread Robert Yang
The following changes since commit dd2ea6878a527df53e0eaa1a59d98c7afa6f4078: coreutils 6.9: fix coreutils.texi (2013-11-26 18:33:16 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/libav http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/

[OE-core] [PATCH 1/1] libav: use CCLD as ld

2013-11-26 Thread Robert Yang
The libav uses gcc as the ld, but it doesn't use CCLD, it may have problems when target arch is 64 bit since it doesn't use the "-m64", the poky's toolchain is fine since use "x86_64-poky-linux-gcc" without "-m64" is default to 64 bit, but external toolchain *may* default to 32 bit (for example, wh

[OE-core] [PATCH 1/1] libpng: upgrade to 1.6.7

2013-11-26 Thread Valentin Popa
License is the same. Signed-off-by: Valentin Popa --- .../0001-configure-lower-automake-requirement.patch | 15 --- .../libpng/{libpng_1.6.6.bb => libpng_1.6.7.bb} | 10 +- 2 files changed, 13 insertions(+), 12 deletions(-) rename meta/recipes-multimedia/libp

[OE-core] [PATCH 0/1] libpng: upgrade to 1.6.7

2013-11-26 Thread Valentin Popa
The following changes since commit 381cd842caa3db5eabf8973305b6979014d9d0a8: linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package (2013-11-25 16:14:48 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib vpopa/upgrade_libpng http://git.yocto

[OE-core] [PATCH] tzcode-native: Replace fixed version with PV

2013-11-26 Thread jackie.huang
From: Yue Tao Signed-off-by: Yue Tao --- meta/recipes-extended/tzcode/tzcode-native_2013h.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/tzcode/tzcode-native_2013h.bb b/meta/recipes-extended/tzcode/tzcode-native_2013h.bb index 5cdc7ef..b51e303 10

[OE-core] [PATCH] xinetd: add status of init.d command

2013-11-26 Thread jackie.huang
From: Li Wang Signed-off-by: Li Wang --- meta/recipes-extended/xinetd/xinetd/xinetd.init | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/xinetd/xinetd/xinetd.init b/meta/recipes-extended/xinetd/xinetd/xinetd.init index 26dbea7..777c2c8 100644 -

Re: [OE-core] [PATCH] xinetd: add status of init.d command

2013-11-26 Thread jhuang0
On 11/26/2013 4:57 PM, jackie.hu...@windriver.com wrote: From: Li Wang CQID: WIND00439690 Sorry forgot to remove this, I will re-send. Thanks, Jackie Signed-off-by: Li Wang --- meta/recipes-extended/xinetd/xinetd/xinetd.init | 9 - 1 file changed, 8 insertions(+), 1 deletion

Re: [OE-core] [PATCH 0/1] Hob: force notebook refresh

2013-11-26 Thread Valentin Popa
Ignore, wrong list. On 11/26/2013 11:22 AM, Valentin Popa wrote: The following changes since commit 381cd842caa3db5eabf8973305b6979014d9d0a8: linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package (2013-11-25 16:14:48 +) are available in the git repository at: git://git

[OE-core] [PATCH 1/1] Hob: force notebook refresh

2013-11-26 Thread Valentin Popa
Redraw the entire notebook widget after number-of-issues drawable is incremented (because for this case, the notebook widget doesn't refresh it's children automatically). [YOCTO #5596] Signed-off-by: Valentin Popa --- bitbake/lib/bb/ui/crumbs/builddetailspage.py | 1 + 1 file changed, 1 inserti

[OE-core] [PATCH 0/1] Hob: force notebook refresh

2013-11-26 Thread Valentin Popa
The following changes since commit 381cd842caa3db5eabf8973305b6979014d9d0a8: linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package (2013-11-25 16:14:48 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib vpopa/YOCTO_5596 http://git.yoctoproj

[OE-core] [PATCH v2 2/2] testimage: use the new targetcontrol.py module for running tests

2013-11-26 Thread Stefan Stanacar
This patch makes the necessary changes for using the targetcontrol.py module so that one can run the same tests on a qemu instance or a remote machine based on the value of TEST_TARGET variable: "qemu" or "simpleremote". The default value is "qemu" which starts a qemu instance and it's the with wha

[OE-core] [PATCH v2 0/2] Run tests on a remote machine

2013-11-26 Thread Stefan Stanacar
Hello, These patches add some abstraction on how we control a target, so that we can also run the tests on real hardware. The "backend" is controlled by setting TEST_TARGET to "qemu" or "simpleremote". (a very simple remote implementation which does not deploy the image but runs the tests on a

[OE-core] [PATCH v2 1/2] lib/oeqa: targetcontrol.py: add abstraction for running tests on different targets

2013-11-26 Thread Stefan Stanacar
Add a new module which abstracts the target object used by testimage.bbclass The purpose of this module is to move the deployment of a target from testimage.bbclass, basically abstracting different implementations of how we setup a target and how it runs commands. It allows to select one impleme

[OE-core] [PATCH] xinetd: add status of init.d command

2013-11-26 Thread jackie.huang
From: Li Wang CQID: WIND00439690 Signed-off-by: Li Wang --- meta/recipes-extended/xinetd/xinetd/xinetd.init | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/xinetd/xinetd/xinetd.init b/meta/recipes-extended/xinetd/xinetd/xinetd.init index 26dbe

[OE-core] [PATCH] lsof: add contingency for when EGLIBCVERSION is not set

2013-11-26 Thread jackie.huang
From: Paul Gortmaker commit 8c38bc022de209187f31952ae02313dd3104f4c6 ("lsof: define linux C library type when using eglibc") tries to avoid the built in tests that determine EGLIBC version (since they are not reliable in cross builds) and handed in the EGLIBCVERSION directly. However this is onl

Re: [OE-core] [PATCH] populate_sdk: verify executable or dynamically linked library

2013-11-26 Thread yzhu1
Please ignore this mail since there is something wrong in the patch. On 11/26/2013 04:24 PM, yzhu1 wrote: When toolchain directory is changed to execute mode, some non-executable files or empty files are sorted. This will result in some errors. Thus when sorting executable files or dynamically l

Re: [OE-core] [PATCH] populate_sdk: verify executable or dynamically linked library

2013-11-26 Thread jhuang0
On 11/26/2013 4:24 PM, yzhu1 wrote: When toolchain directory is changed to execute mode, some non-executable files or empty files are sorted. This will result in some errors. Thus when sorting executable files or dynamically linked library, additional conditions are to exclude non-executable fi

[OE-core] [PATCH] populate_sdk: verify executable or dynamically linked library

2013-11-26 Thread yzhu1
When toolchain directory is changed to execute mode, some non-executable files or empty files are sorted. This will result in some errors. Thus when sorting executable files or dynamically linked library, additional conditions are to exclude non-executable files or empty files. --- meta/classes/po

[OE-core] [PATCH] populate_sdk: verify executable or dynamically linked library

2013-11-26 Thread yzhu1
When toolchain directory is changed to execute mode, some non-executable files or empty files are sorted. This will result in some errors. Thus when sorting executable files or dynamically linked library, additional conditions are to exclude non-executable files or empty files. --- meta/classes/po