Re: [OE-core] [PATCH] xorg-font-common.inc: break runtime dependency loop

2011-12-18 Thread Koen Kooi
Op 18 dec. 2011, om 02:03 heeft Andreas Müller het volgende geschreven: required since opkg update [1] [1] http://cgit.openembedded.org/openembedded-core/commit/?id=2feba313c991170747381c7cf821a45c2cd04632 Signed-off-by: Andreas Müller schnitzelt...@gmx.de I was planning to send

[OE-core] [PATCH] libsdl 1.2.14: fix packaging

2011-12-18 Thread Koen Kooi
For some reason the -config script was shipped in ${PN} leading to shlibs renaming issues: What we want, and how meta-oe used to do it: libsdl-1.2-0_1.2.14-r0.0_armv7a.ipk Current OE-core status: libsdl_1.2.14-r2_armv7a.ipk With this commit we get both proper shlib renaming and

Re: [OE-core] [meta-xilinx] u-boot-xilinx: Rename folder and patch name as well to u-boot

2011-12-18 Thread Richard Purdie
On Fri, 2011-12-16 at 19:13 +0100, Stefan Schmidt wrote: For consistency and perhaps trademark reasons rename all u-boot references from uboot to u-boot. Signed-off-by: Stefan Schmidt ste...@datenfreihafen.org Merged, thanks. Richard ___

Re: [OE-core] [PATCH] libsdl 1.2.14: fix packaging

2011-12-18 Thread Koen Kooi
Op 18 dec. 2011, om 10:32 heeft Koen Kooi het volgende geschreven: For some reason the -config script was shipped in ${PN} leading to shlibs renaming issues: What we want, and how meta-oe used to do it: libsdl-1.2-0_1.2.14-r0.0_armv7a.ipk Current OE-core status:

Re: [OE-core] [PATCH] libsdl 1.2.14: fix packaging

2011-12-18 Thread Martin Jansa
On Sun, Dec 18, 2011 at 10:32:11AM +0100, Koen Kooi wrote: For some reason the -config script was shipped in ${PN} leading to shlibs renaming issues: What we want, and how meta-oe used to do it: libsdl-1.2-0_1.2.14-r0.0_armv7a.ipk Current OE-core status:

[OE-core] [PATCH v2] libsdl 1.2.14: fix packaging

2011-12-18 Thread Koen Kooi
For some reason the -config script was shipped in ${PN} leading to shlibs renaming issues: What we want, and how meta-oe used to do it: libsdl-1.2-0_1.2.14-r0.0_armv7a.ipk Current OE-core status: libsdl_1.2.14-r2_armv7a.ipk With this commit we get both proper shlib renaming and

Re: [OE-core] opkg: Update svn 625 - 633 and fix preinst issues

2011-12-18 Thread Enrico Scholz
Richard Purdie richard.purdie-hqyy1w1ycw8ekmwlsbkhg0b+6bgkl...@public.gmane.org writes: This is likely as a result of the installorder patch :/. Sadly if we want the postinstalls to be installed in order we do need that patch. The question is whether circular depends are something opkg should

Re: [OE-core] opkg: Update svn 625 - 633 and fix preinst issues

2011-12-18 Thread Martin Jansa
On Sat, Dec 17, 2011 at 11:52:25AM +, Richard Purdie wrote: On Sat, 2011-12-17 at 11:34 +0100, Martin Jansa wrote: On Sat, Dec 17, 2011 at 10:22:01AM +, Richard Purdie wrote: On Sat, 2011-12-17 at 10:20 +0100, Martin Jansa wrote: On Sat, Dec 17, 2011 at 01:32:28AM +, Richard

Re: [OE-core] opkg: Update svn 625 - 633 and fix preinst issues

2011-12-18 Thread Andreas Müller
On Sunday, December 18, 2011 12:00:42 PM Martin Jansa wrote: On Sat, Dec 17, 2011 at 11:52:25AM +, Richard Purdie wrote: On Sat, 2011-12-17 at 11:34 +0100, Martin Jansa wrote: On Sat, Dec 17, 2011 at 10:22:01AM +, Richard Purdie wrote: On Sat, 2011-12-17 at 10:20 +0100, Martin

Re: [OE-core] opkg: Update svn 625 - 633 and fix preinst issues

2011-12-18 Thread Martin Jansa
On Sun, Dec 18, 2011 at 12:44:47PM +0100, Andreas Müller wrote: On Sunday, December 18, 2011 12:00:42 PM Martin Jansa wrote: On Sat, Dec 17, 2011 at 11:52:25AM +, Richard Purdie wrote: On Sat, 2011-12-17 at 11:34 +0100, Martin Jansa wrote: On Sat, Dec 17, 2011 at 10:22:01AM +,

[OE-core] [PATCH 4/5] libatomics-ops: move docs to correct directory

2011-12-18 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../pulseaudio/libatomics-ops_1.2.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb

[OE-core] [PATCH 2/5] Move check that all installed files are shipped into insane.bbclass

2011-12-18 Thread Dmitry Eremin-Solenikov
Checking that all installed files are shipped is in reality a QA check. It would benefit from mechanisms like ERROR_QA/WARNING_QA. So move it into insane.bbclass. If some of the files are installed but should not be shipped for some reasons, one can add them to the variable IGNORE_UNSHIPPED_FILES.

[OE-core] [PATCH 3/5] ncurses: drop compatibility symlink to remove QA warning

2011-12-18 Thread Dmitry Eremin-Solenikov
ncurses doesn't use ${libdir}/terminfo. It is a backwards-compatibility symlink to ${datadir}/terminfo. It is not installed by ncurses recipe. Drop it to drop QA warning. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-core/ncurses/ncurses.inc |2 ++ 1 files

[OE-core] [PATCH 5/5] icecc.bbclass: also use icecc for kernel modules compilation

2011-12-18 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/icecc.bbclass |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 7e3676a..a14e02d 100644 --- a/meta/classes/icecc.bbclass +++

[OE-core] [PATCH 1/5] kernel.bbclass: move uImage handling to separate task

2011-12-18 Thread Dmitry Eremin-Solenikov
As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to separate task from do_deploy. This way the do_install task can also benefit from generated uImage. The only major feature of oe-core's version (not to recreate uImage if it exists) is retained in this patch. On the contra, as

Re: [OE-core] [PATCH 1/5] kernel.bbclass: move uImage handling to separate task

2011-12-18 Thread Koen Kooi
Op 18 dec. 2011, om 20:47 heeft Dmitry Eremin-Solenikov het volgende geschreven: As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to separate task from do_deploy. This way the do_install task can also benefit from generated uImage. The only major feature of oe-core's

Re: [OE-core] [PATCH 1/5] kernel.bbclass: move uImage handling to separate task

2011-12-18 Thread Bruce Ashfield
On Sun, Dec 18, 2011 at 3:13 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 18 dec. 2011, om 20:47 heeft Dmitry Eremin-Solenikov het volgende geschreven: As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to separate task from do_deploy. This way the do_install task can

Re: [OE-core] [PATCH 1/5] kernel.bbclass: move uImage handling to separate task

2011-12-18 Thread Koen Kooi
Op 18 dec. 2011, om 21:27 heeft Bruce Ashfield het volgende geschreven: On Sun, Dec 18, 2011 at 3:13 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 18 dec. 2011, om 20:47 heeft Dmitry Eremin-Solenikov het volgende geschreven: As per org.oe.dev and meta-oe's kernel.bbclass move

[OE-core] [PATCH 0/1] Add missing SUMMARY fields to various recipes

2011-12-18 Thread Scott Garman
Hello, In response to Shane's request for recipe maintainers to update recipes missing SUMMARY fields, this should take care of my list. Scott The following changes since commit 3e05acab1c119a3b2a4703ea8729cc768935d36e: license.bbclass: remove bashism (2011-12-16 16:50:39 +) are

[OE-core] [PATCH 1/1] Add missing SUMMARY fields to various recipes

2011-12-18 Thread Scott Garman
This adds the SUMMARY field to the following recipes which were missing it: * dosfstools * grep * icu * libevent * libnfsidmap * qemu-helper-nativesdk Signed-off-by: Scott Garman scott.a.gar...@intel.com --- .../nfs-utils/libnfsidmap_0.24.bb |3 ++-

Re: [OE-core] [PATCH 2/5] Move check that all installed files are shipped into insane.bbclass

2011-12-18 Thread Khem Raj
On Sunday, December 18, 2011, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: Checking that all installed files are shipped is in reality a QA check. It would benefit from mechanisms like ERROR_QA/WARNING_QA. So move it into insane.bbclass. If some of the files are installed but should not

[OE-core] [PATCH 1/1] mktemp: mark patch as upstreamed

2011-12-18 Thread Scott Garman
Patch sumitted and accepted upstream, updating Upstream-Status. Signed-off-by: Scott Garman scott.a.gar...@intel.com --- .../mktemp/files/fix-parallel-make.patch |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 0/1] mktemp: mark patch as upstreamed

2011-12-18 Thread Scott Garman
Hello, I submitted a parallel make patch upstream to the mktemp maintainer, who has accepted it. This just updates our patch's Upstream-Status field accordingly. Scot The following changes since commit 3e05acab1c119a3b2a4703ea8729cc768935d36e: license.bbclass: remove bashism (2011-12-16

[OE-core] [PATCH] opkg: Add logic to detect and creak circular dependencies

2011-12-18 Thread Richard Purdie
This addresses some of the concerns about the previous opkg changes allowing it to break out of circular dependency loops with just a notice in the logs rather than effectively going OOM. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git

Re: [OE-core] opkg: Update svn 625 - 633 and fix preinst issues

2011-12-18 Thread Richard Purdie
On Sun, 2011-12-18 at 12:44 +0100, Andreas Müller wrote: On Sunday, December 18, 2011 12:00:42 PM Martin Jansa wrote: On Sat, Dec 17, 2011 at 11:52:25AM +, Richard Purdie wrote: On Sat, 2011-12-17 at 11:34 +0100, Martin Jansa wrote: On Sat, Dec 17, 2011 at 10:22:01AM +, Richard

Re: [OE-core] [PATCH 2/5] Move check that all installed files are shipped into insane.bbclass

2011-12-18 Thread Richard Purdie
On Sun, 2011-12-18 at 15:29 -0800, Khem Raj wrote: On Sunday, December 18, 2011, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: Checking that all installed files are shipped is in reality a QA check. It would benefit from mechanisms like ERROR_QA/WARNING_QA. So move it into

Re: [OE-core] [PATCH] xorg-font-common.inc: break runtime dependency loop

2011-12-18 Thread Andreas Müller
On Sunday, December 18, 2011 02:03:17 AM Andreas Müller wrote: required since opkg update [1] Hope there is no need to apply this one. Will test RP's patch tomorrow Andreas ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 1/5] kernel.bbclass: move uImage handling to separate task

2011-12-18 Thread Bruce Ashfield
On Sun, Dec 18, 2011 at 4:19 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 18 dec. 2011, om 21:27 heeft Bruce Ashfield het volgende geschreven: On Sun, Dec 18, 2011 at 3:13 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 18 dec. 2011, om 20:47 heeft Dmitry Eremin-Solenikov het

Re: [OE-core] [CONSOLIDATED PULL 15/17] wget: enable https and openssl

2011-12-18 Thread Steve Sakoman
On Fri, Dec 9, 2011 at 12:21 PM, Khem Raj raj.k...@gmail.com wrote: On Thu, Dec 8, 2011 at 12:44 AM, Saul Wold s...@linux.intel.com wrote: Signed-off-by: Saul Wold s...@linux.intel.com ---  meta/recipes-extended/wget/wget.inc |    6 +++---  1 files changed, 3 insertions(+), 3 deletions(-)

Re: [OE-core] [CONSOLIDATED PULL 15/17] wget: enable https and openssl

2011-12-18 Thread Cui, Dexuan
Steve Sakoman wrote on 2011-12-19: On Fri, Dec 9, 2011 at 12:21 PM, Khem Raj raj.k...@gmail.com wrote: On Thu, Dec 8, 2011 at 12:44 AM, Saul Wold s...@linux.intel.com wrote: Signed-off-by: Saul Wold s...@linux.intel.com ---  meta/recipes-extended/wget/wget.inc |    6 +++---  1 files

Re: [OE-core] [PATCH 2/5] Move check that all installed files are shipped into insane.bbclass

2011-12-18 Thread Khem Raj
On Sun, Dec 18, 2011 at 4:02 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sun, 2011-12-18 at 15:29 -0800, Khem Raj wrote: On Sunday, December 18, 2011, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: Checking that all installed files are shipped is in reality a QA

Re: [OE-core] [PATCH 1/5] kernel.bbclass: move uImage handling to separate task

2011-12-18 Thread Khem Raj
On Sun, Dec 18, 2011 at 5:39 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Sun, Dec 18, 2011 at 4:19 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 18 dec. 2011, om 21:27 heeft Bruce Ashfield het volgende geschreven: On Sun, Dec 18, 2011 at 3:13 PM, Koen Kooi

[OE-core] [PATCH 0/1] fix wget build issue: /usr/lib/libssl.so: could not read symbols

2011-12-18 Thread Dexuan Cui
The following changes since commit b281fd127bac9ba77ab63a5c2b812ddd5d56df37: documentation/poky-ref-manual/technical-details.xml: edits per Richard Purdie (2011-12-16 16:58:41 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/wget

[OE-core] [PATCH 1/1] wget: fix a host intrusion issue introduced by adding --with-ssl=openssl.

2011-12-18 Thread Dexuan Cui
On my x86-64 Ubuntu 11.04, with MACHINE=qemux86, bitbake wget fails. The config.log shows: configure:30072: i586-poky-linux-gcc -m32 -march=i586 --sysroot=/distro/dcui/1212/p1/build/tmp/sysroots/qemux86 -o conftest -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu

[OE-core] Time for kernel26 MACHINE_FEATURES to go away?

2011-12-18 Thread Steve Sakoman
I was preparing a bsp layer today and discovered that my new machine needed kernel26 in the MACHINE_FEATURES list or update-modules would fail during a kernel build. The kernel26 feature is only referenced in a few places in oe-core: meta/conf/bitbake.conf:MACHINE_FEATURES ?= kernel26

[OE-core] [PATCH 0/1] socat: add the latest stable version 1.7.2.0

2011-12-18 Thread Dexuan Cui
The following changes since commit b281fd127bac9ba77ab63a5c2b812ddd5d56df37: documentation/poky-ref-manual/technical-details.xml: edits per Richard Purdie (2011-12-16 16:58:41 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/socat

[OE-core] [PATCH 1/1] socat: add the latest stable version 1.7.2.0

2011-12-18 Thread Dexuan Cui
socat is useful for the self-hosted-image work. The original recipe is from OE: http://git.openembedded.org/openembedded/tree/recipes/socat/ and I upgraded it to 1.7.2.0. Signed-off-by: Dexuan Cui dexuan@intel.com --- .../recipes-connectivity/socat/files/compile.patch | 946

Re: [OE-core] [PATCH 1/5] kernel.bbclass: move uImage handling to separate task

2011-12-18 Thread Bruce Ashfield
On Mon, Dec 19, 2011 at 12:06 AM, Khem Raj raj.k...@gmail.com wrote: On Sun, Dec 18, 2011 at 5:39 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Sun, Dec 18, 2011 at 4:19 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 18 dec. 2011, om 21:27 heeft Bruce Ashfield het volgende

Re: [OE-core] opkg: Update svn 625 - 633 and fix preinst issues

2011-12-18 Thread Martin Jansa
On Sun, Dec 18, 2011 at 11:59:43PM +, Richard Purdie wrote: On Sun, 2011-12-18 at 12:44 +0100, Andreas Müller wrote: On Sunday, December 18, 2011 12:00:42 PM Martin Jansa wrote: On Sat, Dec 17, 2011 at 11:52:25AM +, Richard Purdie wrote: On Sat, 2011-12-17 at 11:34 +0100, Martin

Re: [OE-core] [PATCH 1/1] wget: fix a host intrusion issue introduced by adding --with-ssl=openssl.

2011-12-18 Thread Cui, Dexuan
Eric Bénard wrote on 2011-12-19: inherit autotools gettext update-alternatives -EXTRA_OECONF = --with-libc --enable-ipv6 --with-ssl=openssl +EXTRA_OECONF = --with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} --with-ssl=openssl do_install_append () { mv

Re: [OE-core] [PATCH] opkg: Add logic to detect and creak circular dependencies

2011-12-18 Thread Andreas Müller
On Monday, December 19, 2011 12:54:30 AM Richard Purdie wrote: This addresses some of the concerns about the previous opkg changes allowing it to break out of circular dependency loops with just a notice in the logs rather than effectively going OOM. Signed-off-by: Richard Purdie

Re: [OE-core] Time for kernel26 MACHINE_FEATURES to go away?

2011-12-18 Thread Phil Blundell
On Sun, 2011-12-18 at 21:15 -0800, Steve Sakoman wrote: I was preparing a bsp layer today and discovered that my new machine needed kernel26 in the MACHINE_FEATURES list or update-modules would fail during a kernel build. The kernel26 feature is only referenced in a few places in oe-core: