[OE-core] [[PATCH] python: add webbrowser module

2014-08-20 Thread Armin Kuster
webbrowser is being compiled but not included in packaging. Add webbrowser to python-netclient Signed-off-by: Armin Kuster akuster...@gmail.com --- meta/recipes-devtools/python/python-2.7-manifest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 2/3] systemd: add volatile-binds to RDEPENDS

2014-08-20 Thread Koen Kooi
Op 28 jul. 2014, om 07:34 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: --- meta/recipes-core/systemd/systemd_213.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_213.bb b/meta/recipes-core/systemd/systemd_213.bb index

[OE-core] [PATCH] gettext: fix implicit build result

2014-08-20 Thread rongqing.li
From: Ming Liu ming@windriver.com Some once only variants are being defined instead of standard autoconf macros, for instance, AC_CHECK_HEADERS_ONCE like AC_CHECK_HEADERS. The advantage is that the check for each of the headers will be put only once into the 'configure' file, therefore it

[OE-core] [PATCH] delete the tail slash in directory name

2014-08-20 Thread rongqing.li
From: Jian Liu jian@windriver.com If directory names in SRC_URI ended with /, function do_ar_original() in layers/oe-core/meta/classes/archiver.bbclass will generate a tar file whose name is .tar.gz. So delete the / at the tail of the directory names before use the names. Signed-off-by: Jian

Re: [OE-core] [oe-commits] Peter A. Bigot : gcc: update compiler architecture to match gcc-runtime ( armv6, armv7a)

2014-08-20 Thread Hongxu Jia
Hi Peter, The commit caused building gcc-crosssdk-initial-x86_64 failed. ... Unknown CPU given in --with-arch=armv7-a. ... While crosssdk, TARGET_ARCH = ${SDK_ARCH} (set in crosssdk.bbclass) so the values of '--target=x86_64-wrlinuxsdk-linux --with-arch=armv7-a' triggered the above failure.

[OE-core] [PATCH] procps: Fix musl build failure

2014-08-20 Thread Paul Barker
This is a simple fix, limits.h just needs to be included before PATH_MAX is used. Signed-off-by: Paul Barker p...@paulbarker.me.uk --- .../procps-3.2.8/0001-Fix-musl-build-failure.patch | 29 ++ meta/recipes-extended/procps/procps_3.2.8.bb | 1 + 2 files changed, 30

Re: [OE-core] [oe-commits] Peter A. Bigot : gcc: update compiler architecture to match gcc-runtime ( armv6, armv7a)

2014-08-20 Thread Richard Purdie
On Wed, 2014-08-20 at 16:38 +0800, Hongxu Jia wrote: Hi Peter, The commit caused building gcc-crosssdk-initial-x86_64 failed. ... Unknown CPU given in --with-arch=armv7-a. ... While crosssdk, TARGET_ARCH = ${SDK_ARCH} (set in crosssdk.bbclass) so the values of

Re: [OE-core] [PATCH 0/3][RFC] only allowed sstate-cache objects are allowed in a build (read-only sstate-cache?)

2014-08-20 Thread Hongxu Jia
Ping //Hongxu On 08/06/2014 03:15 PM, Hongxu Jia wrote: Issue description: The issue is that the developer who demand only the new software they write is allowed to be compiled from source, they only want to reuse binaries from an existed sstate-cache, if the developer makes a change that

Re: [OE-core] [oe-commits] Peter A. Bigot : gcc: update compiler architecture to match gcc-runtime ( armv6, armv7a)

2014-08-20 Thread Hongxu Jia
On 08/20/2014 06:21 PM, Richard Purdie wrote: On Wed, 2014-08-20 at 16:38 +0800, Hongxu Jia wrote: Hi Peter, The commit caused building gcc-crosssdk-initial-x86_64 failed. ... Unknown CPU given in --with-arch=armv7-a. ... While crosssdk, TARGET_ARCH = ${SDK_ARCH} (set in crosssdk.bbclass) so

[OE-core] [PATCH] psmisc: Fix musl build failure

2014-08-20 Thread Paul Barker
As in procps, we just need to include limits.h for PATH_MAX. Signed-off-by: Paul Barker p...@paulbarker.me.uk --- .../files/0002-Include-limits.h-for-PATH_MAX.patch | 29 ++ meta/recipes-extended/psmisc/psmisc_22.21.bb | 4 ++- 2 files changed, 32 insertions(+), 1

[OE-core] [PATCH] ethtool: Fix musl build failure

2014-08-20 Thread Paul Barker
We just need to ensure the proper names for uint types are used. Signed-off-by: Paul Barker p...@paulbarker.me.uk --- .../ethtool/ethtool/ethtool-uint.patch | 50 ++ meta/recipes-extended/ethtool/ethtool_3.14.bb | 1 + 2 files changed, 51 insertions(+)

[OE-core] [PATCH] nss-myhostname: fix postinst/prerm scripts

2014-08-20 Thread Koen Kooi
${D} is expanded by bitbake which means the postinst looks like this: sed -e '/^hosts:/s/\s*\myhostname\//' \ -e 's/\(^hosts:.*\)\(\files\\)\(.*\)\(\dns\\)\(.*\)/\1\2 myhostname \3\4\5/' \ -i

[OE-core] [PATCH] mc: Fix musl build failure

2014-08-20 Thread Paul Barker
The CTRL macro just needs to be defined. Signed-off-by: Paul Barker p...@paulbarker.me.uk --- meta/recipes-extended/mc/mc/mc-CTRL.patch | 31 +++ meta/recipes-extended/mc/mc_4.7.5.2.bb| 4 +++- meta/recipes-extended/mc/mc_4.8.12.bb | 4 +++- 3 files changed,

[OE-core] [PATCH 1/7] linux-yocto: intel-common: Enable Industrial IO

2014-08-20 Thread Bruce Ashfield
Updating the META branch SRCREV to import iio configuration settings. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_3.14.bb

[OE-core] [PATCH 5/7] linux-yocto/3.14: fix common clock framework support in PCI glue layer

2014-08-20 Thread Bruce Ashfield
The initial version of spi/pxa2xx: Add common clock framework support in PCI glue layer enables the baytrail series of processors, but breaks some existing users of the framework. There's a new version of the patch out for review, so we revert the broken one and udpate to the latest.

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

2014-08-20 Thread Bruce Ashfield
Richard/Saul, As part of LTSI efforts, the 3.14 kernel is receiving feature backports from newer kernels. I've been collecting them over the past few weeks, and here's the update of the SRCREVs. I've maintained splits at certain features for better visibility into the changes. I've build/boot

[OE-core] [PATCH 4/7] linux-yocto/3.14: KASLR and VDSO backports

2014-08-20 Thread Bruce Ashfield
Updating the 3.14 linux-yocto SRCREVs for feature backports: 6cfe9c448741 x86, kaslr: boot-time selectable with hibernation 881a5f5812fd x86, kaslr: fix module lock ordering problem 121ec40d905d x86, kaslr: randomize module base load address 6efd2d21273c x86, vdso: Add 32 bit VDSO

[OE-core] [PATCH 2/7] linux-yocto/3.14: add ARM kprobes support

2014-08-20 Thread Bruce Ashfield
Adding the following commits to the 3.14 tree for ARM kprobe support: c1750e55eb75 ARM: add uprobes support 33e8a1334afe ARM: Make arch_specific_insn a define for new arch_probes_insn structure b1d3feead083 ARM: Add an emulate flag to the kprobes/uprobes instruction decode functions

[OE-core] [PATCH 6/7] linux-yocto/3.14: cgroups and hugetlb updates

2014-08-20 Thread Bruce Ashfield
Update SRCREVs for the following feature ports: d61940e2aaee fs/hugetlbfs/inode.c: remove null test before kfree 01a9d1b96a67 fs/hugetlbfs/inode.c: use static const for dentry_operations b58086c38038 fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_key 182a45b35b74

[OE-core] [PATCH 3/7] linux-yocto/3.14: update to v3.14.13

2014-08-20 Thread Bruce Ashfield
Updating from 3.14.5 - 3.14.13 to pick up the latest series of korg stable updates. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 +++---

[OE-core] [PATCH 7/7] linux-yocto/3.14: feature merges and configuration updates

2014-08-20 Thread Bruce Ashfield
As part of LTSI efforts, the 3.14 kernel is receiving feature backports from newer kernels. With this change, we update the 3.14 SRCREVs to make the following changes available: - full nohz backports (v3.16) - loopback NFS (v3.16) - numa updates (v3.16) - cgroups: vm_cgroup: basic

[OE-core] OE Changelog since 2014-08-10 until 2014-08-17

2014-08-20 Thread cliff . brake
Changelog since 2014-08-10 until 2014-08-17. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

[OE-core] [PATCH 1/1] libc-common.bbclass: rename ALL the packages

2014-08-20 Thread Peter Seebach
The DEBIAN_NAMES feature renames some of the libc packages to libc6* names --but only some. A previous patch added the -dbg package. However, this doesn't cover other packages (such as the -doc package), and it didn't take multilibs into account. Signed-off-by: Peter Seebach

[OE-core] [PATCH 0/1] libc-common.bbclass: rename ALL the packages

2014-08-20 Thread Peter Seebach
The DEBIAN_NAMES setting renames some libc packages, but doesn't rename them all, or work correctly with multilibs. I sent this patch out some time back, then never got around to making a suggested change (renaming a variable for clarity). With the patch, everything in libc gets renamed, not just

Re: [OE-core] [oe-core][PATCH 0/1 V2] Fix KERNEL_ALT_IMAGETYPE deploy

2014-08-20 Thread Yang Shi
On 7/16/2014 11:42 AM, Yang Shi wrote: When trying to bootup qemuarma9 BSP with uImage, I ran into the below issues: In some usecases, a BSP may need two kernel image types coexist, like zImage and uImage. For example, qemuarm BSP could be run on arm-versatile-926 board too, but it needs

[OE-core] [PATCH 0/1] expect: fix shared object file cannot be opened

2014-08-20 Thread Chong Lu
The following changes since commit 34436672f3ef4915e7526770a0fa8dcff328f93d: bitbake: runqueue.py: Fix typoes/grammar in comments. (2014-08-19 20:41:26 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/expect

[OE-core] [PATCH 1/1] expect: fix shared object file cannot be opened

2014-08-20 Thread Chong Lu
When we require Expect package in tcl script, we will get following error: couldn't load file /usr/lib/expect5.45/libexpect5.45.so: /usr/lib/expect5.45/libexpect5.45.so: cannot open shared object file: No such file or directory while executing load /usr/lib/expect5.45/libexpect5.45.so

[OE-core] [PATCH 1/1] bbclass/sstate: only allowed sstate-cache objects are allowed in a build (read-only sstate-cache)

2014-08-20 Thread Hongxu Jia
The requirement is the developer who demand only the new software they write is allowed to be compiled from source, they only want to reuse binaries from an existed sstate-cache, if the developer makes a change that triggers a rebuild, it should be an instant error. The purpose of this is for the

[OE-core] [PATCH 0/1] bbclass/sstate: only allowed sstate-cache objects are allowed in a build (read-only sstate-cache)

2014-08-20 Thread Hongxu Jia
Test steps: 1) Create a sstate cache for testing $ bitbake db 2) Add gzip to SSTATECACHE_WHITELIST, it enabled read-only sstate-cache, vim local.conf ... SSTATECACHE_WHITELIST = 'gzip' ... 3) Remove tmp dir and build db from sstate-cache succeed $ mv tmp tmp-back bitbake db 4) tweak db's

Re: [OE-core] [oe-core][PATCH 0/1 V2] Fix KERNEL_ALT_IMAGETYPE deploy

2014-08-20 Thread Bruce Ashfield
On 2014-08-20, 5:25 PM, Yang Shi wrote: On 7/16/2014 11:42 AM, Yang Shi wrote: When trying to bootup qemuarma9 BSP with uImage, I ran into the below issues: In some usecases, a BSP may need two kernel image types coexist, like zImage and uImage. For example, qemuarm BSP could be run on