[OE-core] [CONSOLIDATED PULL 01/17] rootfs_ipk: implement FEED_DEPLOYDIR_BASE_URI support

2011-12-08 Thread Saul Wold
From: Eric Bénard e...@eukrea.com this feature was present in OE-classic, is documented in OE-core but its implementation is actually missing. The present implementation is directly copied from OE-classic and tested on an arm926 machine. Signed-off-by: Eric Bénard e...@eukrea.com ---

[OE-core] [CONSOLIDATED PULL 03/17] image_types.bbclass: disable cleanmarkers for jffs2 images

2011-12-08 Thread Saul Wold
From: Andrea Adami andrea.ad...@gmail.com * Add '-n' to suppress cleanmarker nodes since jffs2 * is usually used for NAND flash and the cleanmarkers are created in * the OOB area by flash_eraseall -j * * From man pages: -n, --no-cleanmarkers * Do not write cleanmarker nodes to the beginning of

[OE-core] [CONSOLIDATED PULL 02/17] image_types.bbclass: implement jffs2 summary images (sum.jffs2)

2011-12-08 Thread Saul Wold
From: Andrea Adami andrea.ad...@gmail.com * Building the jffs2 filesystem to include summary information speeds up * the mount process considerably at the cost of increased size. * The rate of speedup is generally higher on NAND chips and on the chips * where the erase block size is large.

[OE-core] [CONSOLIDATED PULL 00/17] Master Fixes Self-Hosted Fixes

2011-12-08 Thread Saul Wold
Richard, This patch set has fixes for various issues along with a set of fixes to address various problem found with the self-hosted image. There is another patch sent to p...@yoctoproecjt.org to address having grub installed by default. Sau! The following changes since commit

[OE-core] [CONSOLIDATED PULL 05/17] dpkg: Fix preinst execution

2011-12-08 Thread Saul Wold
From: Richard Purdie richard.pur...@linuxfoundation.org Add a patch to fix exeuction of pre/post install scripts. See the patch header for more details. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/dpkg/dpkg/preinst.patch | 46

[OE-core] [CONSOLIDATED PULL 06/17] dropbear: Upgrade from 0.53.1 to 2011.54

2011-12-08 Thread Saul Wold
From: Mei Lei lei@intel.com This new version added ALLOW_BLANK_PASSWORD option. So change the allow-nopw.patch content to enable this function. Signed-off-by: Mei Lei lei@intel.com --- .../configure.patch|0 .../dropbear/dropbear/allow-nopw.patch

[OE-core] [CONSOLIDATED PULL 09/17] qt4: fix debug symbol stripping

2011-12-08 Thread Saul Wold
From: Paul Eggleton paul.eggle...@linux.intel.com Adds a patch imported from Debian to not strip the executables as part of the Qt build process. This fixes the warnings shown at packaging stage as well as the content of the debug symbol packages. Signed-off-by: Paul Eggleton

[OE-core] [CONSOLIDATED PULL 07/17] distro_tracking_fields.inc: Update dropbear, iproute2, net-tools tracking information.

2011-12-08 Thread Saul Wold
From: Mei Lei lei@intel.com Signed-off-by: Mei Lei lei@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 19 ++- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc

[OE-core] [CONSOLIDATED PULL 10/17] qt4: various tidy-ups

2011-12-08 Thread Saul Wold
From: Paul Eggleton paul.eggle...@linux.intel.com * -reduce-relocations is already specified in qt4.inc, no need to add it in qt-${PV}.inc * Add QT_GLFLAGS to QT_CONFIG_FLAGS in qt4.inc rather than spreading it through other inc files. * Add -xmlpatterns -no-rpath -qt3support -silent to

[OE-core] [CONSOLIDATED PULL 12/17] grub: Create /etc/grub.d

2011-12-08 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-bsp/grub/grub_1.99.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb index 49c26f6..8fe2be8 100644 ---

[OE-core] [CONSOLIDATED PULL 04/17] sysstat: don't run populate-volatile.sh update in do_rootfs or without populate-volatile.sh

2011-12-08 Thread Saul Wold
From: Martin Jansa martin.ja...@gmail.com Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-extended/sysstat/sysstat.inc |7 ++- meta/recipes-extended/sysstat/sysstat_10.0.3.bb |2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git

[OE-core] [CONSOLIDATED PULL 08/17] bitbake.conf/image.bbclass: Ensure images use the correct passwd/group files

2011-12-08 Thread Saul Wold
From: Richard Purdie richard.pur...@linuxfoundation.org We need pseudo to use the rootfs passwd/group files belonging to the rootfs when building images. This patch ensures that we use the rootfs files instead of those in the sysroot which can lead to incorrect file ownership issues.

[OE-core] [CONSOLIDATED PULL 11/17] initramfs-framework: provides a modular initramfs

2011-12-08 Thread Saul Wold
From: Otavio Salvador ota...@ossystems.com.br Provides the API and modules for a modular initramfs. The currently included modules are: * initramfs-module-debug adds support to dynamic debugging of initramfs using bootparams * initramfs-module-udev: enables udev usage *

[OE-core] [CONSOLIDATED PULL 13/17] initrdscripts: add sleep to avoid kernel messages before install message

2011-12-08 Thread Saul Wold
As suggested by Darren Hart [YOCTO #725] Signed-off-by: Saul Wold s...@linux.intel.com --- .../initrdscripts/files/init-install.sh|3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/initrdscripts/files/init-install.sh

[OE-core] [CONSOLIDATED PULL 14/17] self-hosted-image: remove extra space since we use additional disk instead

2011-12-08 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/images/self-hosted-image.bb |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index 7ddba9c..53bd989 100644

[OE-core] [CONSOLIDATED PULL 17/17] ncurses: libcurses.so should link to libncurses.so

2011-12-08 Thread Saul Wold
The current libcurses (backward compat) links to libncurses.so.5.9, this causes a problem since this library also needs libtinfo, the libncurses.so, uses a ld script to include both, libcurses.so should point to libncurses.so (the script) not the library. Signed-off-by: Saul Wold

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

2011-12-08 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-extended/wget/wget.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 91400cc..7083569 100644 ---

[OE-core] [CONSOLIDATED PULL 16/17] self-hosted: Add ext2 utilites and perl-pod for building

2011-12-08 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/tasks/task-self-hosted.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb index b3a68b4..3247864 100644 ---

Re: [OE-core] [PATCH 05/11] findutils: Fix compilation for x32 toolchain

2011-12-08 Thread Richard Purdie
On Wed, 2011-12-07 at 23:14 -0800, Khem Raj wrote: On Wed, Dec 7, 2011 at 9:48 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Work around gnulib time_t assumption in findutils for x32 if its a workaround can it be applied only to x32 with help of

[OE-core] [PATCH 01/10] qemu-config: Disable dbus-x11 when no x11 in DISTRO_FEATURES

2011-12-08 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com dbus-x11 could be not needed by an image without x11. So I modified this bb file to enable dbus-x11 when x11 is in DISTRO_FEATURES and disable \ dbus-x11 without x11 feature. [YOCTO #1674] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com ---

[OE-core] [PATCH 02/10] gconf: Disable dbus-x11 when x11 isn't in DISTRO_FEATURES

2011-12-08 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com If x11 isn't in DISTRO_FEATURES, then an error information no providers ... will \ arise. I modified this bb file to disable dbus-x11 when no x11 in DISTRO_FEATURES. [YOCTO #1674] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com ---

[OE-core] [PATCH 00/10] gtk+-directfb: The patches to run gtk over directfb

2011-12-08 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com I add /etc/pango to FILE_${PN} in pango.inc because this directory is used by other program. Thank Phil Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/gtk-directfb Browse:

[OE-core] [PATCH 03/10] gtk.inc: ship gtk-demo to independent package

2011-12-08 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com gtk-demo can test gtk over directfb [YOCTO #1674] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/recipes-gnome/gtk+/gtk+.inc |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 05/10] gtk: add demos to the configuation of gtk+

2011-12-08 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Add demos for checking whether gtk+ run over directfb successfully or not. [YOCTO #1674] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/recipes-gnome/gtk+/gtk+_2.24.8.bb |6 -- 1 files changed, 4 insertions(+), 2

[OE-core] [PATCH 04/10] gtk.inc: add feature based on directfb

2011-12-08 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com gtk run over x11 at current OE-core. If gtk want to run over directfb, then \ the configuration related to x11 should be disabled and directfb should be enabled. [YOCTO #1674] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com ---

[OE-core] [PATCH 06/10] cairo: add directfb DISTRO_FEATURE

2011-12-08 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com cairo run over x11 at current OE-core. If cairo want to run over directfb, then \ the configuration related to x11 should be disabled and directfb should be enabled. [YOCTO #1674] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com ---

[OE-core] [PATCH 07/10] pango: add directfb DISTRO_FEATURE

2011-12-08 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com pango run over x11 at current OE-core. If pango want to run over directfb, then \ the configuration related to x11 should be disabled and directfb should be enabled. [YOCTO #1674] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com ---

[OE-core] [PATCH 08/10] directfb-examples: add package directfb-examples to OE-core

2011-12-08 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Add this package for checking whether directfb run rightly or not. It also is an useful tool to test directfb. [YOCTO #1674] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- .../directfb/directfb-examples_1.2.0.bb| 20

[OE-core] [PATCH 10/10] core-image-gtk-directfb.bb: add an image for gtk over directfb

2011-12-08 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com This file can make an image to run gtk over directfb. [YOCTO #1674] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- .../images/core-image-gtk-directfb.bb | 21 1 files changed, 21 insertions(+), 0

Re: [OE-core] [PATCH 07/10] pango: add directfb DISTRO_FEATURE

2011-12-08 Thread Phil Blundell
On Thu, 2011-12-08 at 15:37 +0800, Xiaofeng Yan wrote: On 2011年12月07日 18:27, Phil Blundell wrote: On Wed, 2011-12-07 at 16:58 +0800, Xiaofeng Yan wrote: +PACKAGECONFIG ??= ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ + ${@base_contains('DISTRO_FEATURES',

Re: [OE-core] [PATCH 0/1]Fix inappropriate default protocal in distrodata.bbclass

2011-12-08 Thread Mei, Lei
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie Sent: Tuesday, December 06, 2011 10:27 PM To: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH

Re: [OE-core] [PATCH 04/10] gtk.inc: add feature based on directfb

2011-12-08 Thread Koen Kooi
Op 8 dec. 2011, om 10:34 heeft Xiaofeng Yan het volgende geschreven: From: Xiaofeng Yan xiaofeng@windriver.com gtk run over x11 at current OE-core. If gtk want to run over directfb, then \ the configuration related to x11 should be disabled and directfb should be enabled. Since I

Re: [OE-core] [PATCH 09/10] task-core-gtk-directfb.bb: Add task list to run gtk over directfb

2011-12-08 Thread Phil Blundell
On Thu, 2011-12-08 at 17:34 +0800, Xiaofeng Yan wrote: +RDEPENDS_${PN}-base = \ + directfb \ + directfb-examples \ + pango \ + pango-modules \ + fontconfig \ + gtk+ \ + gtk-demo \ + dropbear \

Re: [OE-core] [CONSOLIDATED PULL 17/17] ncurses: libcurses.so should link to libncurses.so

2011-12-08 Thread Phil Blundell
On Thu, 2011-12-08 at 00:44 -0800, Saul Wold wrote: + ln -s ${D}${libdir}/libncurses.so ${D}${libdir}/libcurses.so That looks a bit dubious. Is that ${D} really correct there? p. ___ Openembedded-core mailing list

Re: [OE-core] [PATCH][oe-core 1/3] sysstat: don't run populate-volatile.sh update in do_rootfs or without populate-volatile.sh

2011-12-08 Thread Richard Purdie
On Wed, 2011-12-07 at 13:50 +0100, Koen Kooi wrote: Op 7 dec. 2011, om 13:48 heeft Richard Purdie het volgende geschreven: On Tue, 2011-12-06 at 09:35 +0100, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-extended/sysstat/sysstat.inc |7

Re: [OE-core] [PATCH 10/10] core-image-gtk-directfb.bb: add an image for gtk over directfb

2011-12-08 Thread Samuel Stirtzel
Hi, 2011/12/8 Xiaofeng Yan xiaofeng@windriver.com: [snip] +IMAGE_INSTALL += \ +       ${POKY_BASE_INSTALL} \ I'm just curious, is this a legitimate OE-Core variable? -- Regards Samuel ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 04/10] gtk.inc: add feature based on directfb

2011-12-08 Thread Phil Blundell
On Thu, 2011-12-08 at 11:14 +0100, Koen Kooi wrote: Op 8 dec. 2011, om 10:34 heeft Xiaofeng Yan het volgende geschreven: From: Xiaofeng Yan xiaofeng@windriver.com gtk run over x11 at current OE-core. If gtk want to run over directfb, then \ the configuration related to x11

Re: [OE-core] GCC fails when SDK is not extracted to /usr/local

2011-12-08 Thread Tom Rini
On Wed, Dec 7, 2011 at 12:16 AM, Tasslehoff Kjappfot tasskj...@gmail.com wrote: gcc fails when I extract my SDK to another place than /usr/local. Output when it fails: $ ./arm-angstrom-linux-gnueabi-gcc bash: ./arm-angstrom-linux-gnueabi-gcc: No such file or directory Readelf output: $

Re: [OE-core] [PATCH 1/2] image_types.bbclass: implement jffs2 summary images (sum.jffs2)

2011-12-08 Thread Tom Rini
On Tue, Dec 6, 2011 at 4:23 PM, Andrea Adami andrea.ad...@gmail.com wrote: * Building the jffs2 filesystem to include summary information speeds up * the mount process considerably at the cost of increased size. * The rate of speedup is generally higher on NAND chips and on the chips * where

Re: [OE-core] [PATCH 2/2] image_types.bbclass: disable cleanmarkers for jffs2 images

2011-12-08 Thread Tom Rini
On Tue, Dec 6, 2011 at 4:23 PM, Andrea Adami andrea.ad...@gmail.com wrote: * Add '-n' to suppress cleanmarker nodes since jffs2 * is usually used for NAND flash and the cleanmarkers are created in * the OOB area by flash_eraseall -j * * From man pages: -n, --no-cleanmarkers * Do not write

Re: [OE-core] [PATCH 1/2] image_types.bbclass: implement jffs2 summary images (sum.jffs2)

2011-12-08 Thread Martin Jansa
On Thu, Dec 08, 2011 at 07:57:52AM -0700, Tom Rini wrote: On Tue, Dec 6, 2011 at 4:23 PM, Andrea Adami andrea.ad...@gmail.com wrote: * Building the jffs2 filesystem to include summary information speeds up * the mount process considerably at the cost of increased size. * The rate of speedup

Re: [OE-core] [PATCH 0/8] License Consolidated Pull

2011-12-08 Thread Richard Purdie
On Wed, 2011-12-07 at 11:34 -0800, Beth Flanagan wrote: These are the changes from the RFCs Chris Larson and I sent out this weekend merged into one branch along with a gettext minimal fix from RP. I've trimmed the diffs in the PULL down some as there are a number of license text diffs that

Re: [OE-core] [CONSOLIDATED PULL 00/17] Master Fixes Self-Hosted Fixes

2011-12-08 Thread Richard Purdie
On Thu, 2011-12-08 at 00:44 -0800, Saul Wold wrote: Andrea Adami (2): image_types.bbclass: implement jffs2 summary images (sum.jffs2) image_types.bbclass: disable cleanmarkers for jffs2 images Eric Bénard (1): rootfs_ipk: implement FEED_DEPLOYDIR_BASE_URI support Martin Jansa (1):

Re: [OE-core] [PATCHv2] sysstat: don't run populate-volatile.sh update in do_rootfs, first boot or without populate-volatile.sh

2011-12-08 Thread Richard Purdie
On Wed, 2011-12-07 at 15:59 +0100, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-extended/sysstat/sysstat.inc |7 ++- meta/recipes-extended/sysstat/sysstat_10.0.3.bb |2 +- 2 files changed, 7 insertions(+), 2 deletions(-) Merged to

Re: [OE-core] [PATCH 00/10]gtk+-directfb: The patches to run gtk over directfb

2011-12-08 Thread Phil Blundell
On Wed, 2011-12-07 at 16:58 +0800, Xiaofeng Yan wrote: X11 and directfb are exclusive since only one backend is enabled at a time. at 3.0 version of gtk they could co-exist by setting --enable-x11-backend and --enable-directfb-backend (Thank Phil ). So the configuration is either

Re: [OE-core] [PATCH] bitbake.conf/image.bbclass: Ensure images use the correct passwd/group files

2011-12-08 Thread Mark Hatle
On 12/8/11 1:05 AM, Martin Jansa wrote: On Thu, Dec 08, 2011 at 12:53:11AM +0100, Andreas Müller wrote: On Wednesday, December 07, 2011 06:34:07 PM Richard Purdie wrote: We need pseudo to use the rootfs passwd/group files belonging to the rootfs when building images. This patch ensures that we

[OE-core] [PATCH 0/3] Misc fixes/improvements

2011-12-08 Thread Otavio Salvador
The following changes since commit 60f0b866b4b7c4aa337a2ff764455741a73665da: package.bbclass: Adding license collection (2011-12-08 15:23:58 +) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEAD Otavio

[OE-core] [PATCH 1/3] cross.bbclass: add virtclass handler

2011-12-08 Thread Otavio Salvador
Allow use of BBCLASSEXTEND with 'cross' and use of virtclass-cross in recipes. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/cross.bbclass | 50 1 files changed, 50 insertions(+), 0 deletions(-) diff --git

[OE-core] [PATCH 3/3] scripts/send-pull-request: allow sending of patches without a cover letter

2011-12-08 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- scripts/send-pull-request | 21 - 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/scripts/send-pull-request b/scripts/send-pull-request index be13009..8d51ce2 100755 --- a/scripts/send-pull-request

[OE-core] [PATCH 2/3] dosfstools: update native to 2.11

2011-12-08 Thread Otavio Salvador
This unify recipes for target and native builds and also drops the the already merged patches. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../dosfstools/dosfstools-native_2.10.bb | 19 - .../dosfstools/dosfstools/2.6.20-syscall.patch | 72 ---

[OE-core] POKY_BASE_INSTALL was Re: [PATCH 10/10] core-image-gtk-directfb.bb: add an image for gtk over directfb

2011-12-08 Thread Mark Hatle
On 12/8/11 7:22 AM, Samuel Stirtzel wrote: Hi, 2011/12/8 Xiaofeng Yanxiaofeng@windriver.com: [snip] +IMAGE_INSTALL += \ + ${POKY_BASE_INSTALL} \ I'm just curious, is this a legitimate OE-Core variable? Yes it is, I ran into this yesterday and did some investigation.

Re: [OE-core] [PATCH][RFC] conf/machine/include/arm add extra MACHINEOVERRIDES like x86 does

2011-12-08 Thread Martin Jansa
On Wed, Dec 07, 2011 at 07:04:44PM +0100, Martin Jansa wrote: * motivated by this NAK http://patchwork.openembedded.org/patch/15777/ and today's discussion on #yocto I hope it's worth it to send this RFC FWIW some armv6/armv7a overrides are already used in oe-core

[OE-core] [PATCH 0/1] Rename references to POKY_*_INSTALL to OE..

2011-12-08 Thread Mark Hatle
The following changes since commit 60f0b866b4b7c4aa337a2ff764455741a73665da: package.bbclass: Adding license collection (2011-12-08 15:23:58 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/poky-rename

[OE-core] [PATCH 1/1] Rename leftover POKY references to OE in image variables

2011-12-08 Thread Mark Hatle
The names POKY_BASE_INSTALL and POKY_EXTRA_INSTALL have been renamed to OE_BASE_INSTALL and OE_EXTRA_INSTALL. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/core-image.bbclass|8 meta/recipes-core/images/core-image-minimal.bb |2 +-

Re: [OE-core] [PATCH 01/11] gst-fluendo.inc: remove unneccessary hack

2011-12-08 Thread Kamble, Nitin A
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Khem Raj Sent: Wednesday, December 07, 2011 11:37 PM To: Patches and discussions about the oe-core layer Cc: hjl.to...@gmail.com

Re: [OE-core] [PATCH v2] lzop-1.03: add recipe

2011-12-08 Thread Saul Wold
On 12/05/2011 02:13 PM, Christopher Larson wrote: From: Christopher Larsonchris_lar...@mentor.com This is needed by some kernels when CONFIG_KERNEL_LZO=y (specifically, given the current defconfig, this affects linux-omap4 2.6 in the meta-ti layer). Signed-off-by: Christopher

Re: [OE-core] [PATCH 04/10] gtk.inc: add feature based on directfb

2011-12-08 Thread Richard Purdie
On Thu, 2011-12-08 at 11:14 +0100, Koen Kooi wrote: Op 8 dec. 2011, om 10:34 heeft Xiaofeng Yan het volgende geschreven: From: Xiaofeng Yan xiaofeng@windriver.com gtk run over x11 at current OE-core. If gtk want to run over directfb, then \ the configuration related to x11

Re: [OE-core] [PATCH v2] lzop-1.03: add recipe

2011-12-08 Thread Chris Larson
On Thu, Dec 8, 2011 at 9:49 AM, Saul Wold s...@linux.intel.com wrote: On 12/05/2011 02:13 PM, Christopher Larson wrote: From: Christopher Larsonchris_lar...@mentor.com This is needed by some kernels when CONFIG_KERNEL_LZO=y (specifically, given the current defconfig, this affects

[OE-core] [PATCH 3/3] linux-yocto: update rt branches to 3.0.12 + rt30

2011-12-08 Thread Bruce Ashfield
Updating the SRCREVs to v3.0.12 and the rt30 patch. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb

[OE-core] [PATCH 2/3] linux-yocto: update META SRCREV for EFI changes

2011-12-08 Thread Bruce Ashfield
Adding EFI configuration from the following meta branch commit: Add EFI scc and cfg files Basic EFI support only requires CONFIG_EFI=y, this is sufficient for some boards, and desirable for small configs. This is done with efi.scc. Additional support for CONFIG_EFI_VARS,

[OE-core] [PATCH 1/3] linux-yocto: v3.0.12 + EFI fixes

2011-12-08 Thread Bruce Ashfield
Updating SRCREVs to pickup the v3.0.12 -stable updates and to get three EFI fixes from Darren Hart: x86, efi: Convert efi_phys_get_time() args to physical addresses x86, efi: Make efi_call_phys_prelog() CONFIG_RELOCATABLE-aware x86/rtc: Don't recursively acquire rtc_lock Signed-off-by: Darren

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

2011-12-08 Thread Bruce Ashfield
Richard/Saul, Flushing my queue of pending updates. This refreshes the 3.0 base to v3.0.12 and updates our -rt branches to the corresponding update. This also pulls in the EFI changes from Darren. This one should be random carrage return free, built and booted locally. Smoke tests all pass.

Re: [OE-core] [PATCH 04/10] gtk.inc: add feature based on directfb

2011-12-08 Thread Phil Blundell
On Thu, 2011-12-08 at 16:55 +, Richard Purdie wrote: The question is whether it makes sense to have directfb and X based gtk in the same builds and package feeds or not. I can see that it might be desired and that it likely is possible. This is true, though there's nothing to stop a distro

Re: [OE-core] [PATCH v2] lzop-1.03: add recipe

2011-12-08 Thread Saul Wold
On 12/08/2011 08:55 AM, Chris Larson wrote: On Thu, Dec 8, 2011 at 9:49 AM, Saul Wolds...@linux.intel.com wrote: On 12/05/2011 02:13 PM, Christopher Larson wrote: From: Christopher Larsonchris_lar...@mentor.com This is needed by some kernels when CONFIG_KERNEL_LZO=y (specifically, given the

Re: [OE-core] [PATCH 01/11] gst-fluendo.inc: remove unneccessary hack

2011-12-08 Thread Khem Raj
On Thu, Dec 8, 2011 at 8:49 AM, Kamble, Nitin A nitin.a.kam...@intel.com wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Khem Raj Sent: Wednesday, December 07, 2011 11:37 PM To:

[OE-core] [PATCH v3] lzop-1.03: add recipe

2011-12-08 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com This is needed by some kernels when CONFIG_KERNEL_LZO=y (specifically, given the current defconfig, this affects linux-omap4 2.6 in the meta-ti layer). Signed-off-by: Christopher Larson chris_lar...@mentor.com ---

Re: [OE-core] [PATCH] rootfs_ipk: implement FEED_DEPLOYDIR_BASE_URI support

2011-12-08 Thread Saul Wold
On 12/06/2011 12:19 PM, Eric Bénard wrote: this feature was present in OE-classic, is documented in OE-core but its implementation is actually missing. The present implementation is directly copied from OE-classic and tested on an arm926 machine. Signed-off-by: Eric Bénarde...@eukrea.com ---

Re: [OE-core] [PATCH 0/2]dropbear:Upgrade from 0.53.1 to 2011.54

2011-12-08 Thread Saul Wold
On 12/07/2011 07:49 AM, Mei Lei wrote: Hi all, This patch upgrade dropbear from 0.53.1 to 2011.54. The new release added ALLOW_BLANK_PASSWORD option, we can enable empty passwd login funciton in options.h. So change the allow-nopw.patch content to enable this function.

Re: [OE-core] [PATCH 0/2] Qt4 fixes

2011-12-08 Thread Saul Wold
On 12/07/2011 09:39 AM, Paul Eggleton wrote: A couple of fixes that I took the opportunity to do while I was testing building Qt 4.8.0 RC1. (Incidentally I will post the 4.8.0 recipes once the release is final, which reportedly should be within the next few weeks.) The following changes since

Re: [OE-core] [PATCH 1/1] initramfs-framework: provides a modular initramfs

2011-12-08 Thread Saul Wold
On 12/07/2011 01:23 PM, Otavio Salvador wrote: Provides the API and modules for a modular initramfs. The currently included modules are: * initramfs-module-debug adds support to dynamic debugging of initramfs using bootparams * initramfs-module-udev: enables udev usage *

Re: [OE-core] [PATCH 0/2] rework jffs2 images creation, add jffs2 summary

2011-12-08 Thread Saul Wold
On 12/06/2011 03:23 PM, Andrea Adami wrote: * The first patch adds support for the creation of * jffs2 summary images for a faster mount. * The second patch forces the --no-cleanmarkers option * to further improve boot time. Andrea Adami (2): image_types.bbclass: implement jffs2 summary

Re: [OE-core] [PATCH 02/11] mdadm: Make custom CC definition conditional

2011-12-08 Thread Kamble, Nitin A
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Khem Raj Sent: Wednesday, December 07, 2011 11:20 PM To: Patches and discussions about the oe-core layer Cc: hjl.to...@gmail.com

Re: [OE-core] [PATCH 05/11] findutils: Fix compilation for x32 toolchain

2011-12-08 Thread Kamble, Nitin A
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie Sent: Thursday, December 08, 2011 1:08 AM To: Patches and discussions about the oe-core layer Cc: hjl.to...@gmail.com

Re: [OE-core] [PATCH 02/11] mdadm: Make custom CC definition conditional

2011-12-08 Thread Kamble, Nitin A
I updated the mdadm commit on contrib branch. So the pull of nitin/x32 branch will get the right commit. Thanks, Nitin -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Kamble, Nitin A

Re: [OE-core] GCC fails when SDK is not extracted to /usr/local

2011-12-08 Thread Tasslehoff Kjappfot
On Dec 8, 2011, at 3:56 PM, Tom Rini wrote: On Wed, Dec 7, 2011 at 12:16 AM, Tasslehoff Kjappfot tasskj...@gmail.com wrote: gcc fails when I extract my SDK to another place than /usr/local. Output when it fails: $ ./arm-angstrom-linux-gnueabi-gcc bash: ./arm-angstrom-linux-gnueabi-gcc:

Re: [OE-core] GCC fails when SDK is not extracted to /usr/local

2011-12-08 Thread Mark Hatle
On 12/8/11 1:04 PM, Tasslehoff Kjappfot wrote: On Dec 8, 2011, at 3:56 PM, Tom Rini wrote: On Wed, Dec 7, 2011 at 12:16 AM, Tasslehoff Kjappfot tasskj...@gmail.com wrote: gcc fails when I extract my SDK to another place than /usr/local. Output when it fails: $

Re: [OE-core] [PATCH 1/1] Rename leftover POKY references to OE in image variables

2011-12-08 Thread Khem Raj
On Thu, Dec 8, 2011 at 8:03 AM, Mark Hatle mark.ha...@windriver.com wrote: The names POKY_BASE_INSTALL and POKY_EXTRA_INSTALL have been renamed to OE_BASE_INSTALL and OE_EXTRA_INSTALL. How about calling it IMAGE_* instead ? Signed-off-by: Mark Hatle mark.ha...@windriver.com ---  

Re: [OE-core] GCC fails when SDK is not extracted to /usr/local

2011-12-08 Thread Khem Raj
On Thu, Dec 8, 2011 at 11:11 AM, Mark Hatle mark.ha...@windriver.com wrote: On 12/8/11 1:04 PM, Tasslehoff Kjappfot wrote: On Dec 8, 2011, at 3:56 PM, Tom Rini wrote: On Wed, Dec 7, 2011 at 12:16 AM, Tasslehoff Kjappfot tasskj...@gmail.com  wrote: gcc fails when I extract my SDK to

Re: [OE-core] [PATCH 05/11] findutils: Fix compilation for x32 toolchain

2011-12-08 Thread Khem Raj
On Thu, Dec 8, 2011 at 10:37 AM, Kamble, Nitin A nitin.a.kam...@intel.com wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie Sent: Thursday, December 08, 2011 1:08 AM

Re: [OE-core] [PATCH 1/1] Rename leftover POKY references to OE in image variables

2011-12-08 Thread Mark Hatle
On 12/8/11 2:27 PM, Khem Raj wrote: On Thu, Dec 8, 2011 at 8:03 AM, Mark Hatlemark.ha...@windriver.com wrote: The names POKY_BASE_INSTALL and POKY_EXTRA_INSTALL have been renamed to OE_BASE_INSTALL and OE_EXTRA_INSTALL. How about calling it IMAGE_* instead ? I don't have any objections to

Re: [OE-core] bitbake core-image-sato fails:

2011-12-08 Thread McClintock Matthew-B29882
On Wed, Dec 7, 2011 at 10:29 AM, Ulf Samuelsson openembedded-c...@emagii.com wrote: Got the following error message when building core-image-sato: | Collected errors: |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-core-x11-sato: |  *     ofono * |  *

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-08 Thread McClintock Matthew-B29882
On Wed, Dec 7, 2011 at 6:17 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2011-12-01 at 12:23 +0100, Koen Kooi wrote: During the past month there have been a number of updates to OE-core recipes that triggered parsing errors due to bbappend in other layers. A small

Re: [OE-core] [PATCH 1/2] image_types.bbclass: implement jffs2 summary images (sum.jffs2)

2011-12-08 Thread Andrea Adami
On Thu, Dec 8, 2011 at 4:10 PM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Dec 08, 2011 at 07:57:52AM -0700, Tom Rini wrote: On Tue, Dec 6, 2011 at 4:23 PM, Andrea Adami andrea.ad...@gmail.com wrote: * Building the jffs2 filesystem to include summary information speeds up * the mount

Re: [OE-core] [PATCH 1/1] Rename leftover POKY references to OE in image variables

2011-12-08 Thread Richard Purdie
On Thu, 2011-12-08 at 14:57 -0600, Mark Hatle wrote: On 12/8/11 2:27 PM, Khem Raj wrote: On Thu, Dec 8, 2011 at 8:03 AM, Mark Hatlemark.ha...@windriver.com wrote: The names POKY_BASE_INSTALL and POKY_EXTRA_INSTALL have been renamed to OE_BASE_INSTALL and OE_EXTRA_INSTALL. How about

Re: [OE-core] [PATCH 04/10] gtk.inc: add feature based on directfb

2011-12-08 Thread Richard Purdie
On Thu, 2011-12-08 at 17:12 +, Phil Blundell wrote: On Thu, 2011-12-08 at 16:55 +, Richard Purdie wrote: The question is whether it makes sense to have directfb and X based gtk in the same builds and package feeds or not. I can see that it might be desired and that it likely is

Re: [OE-core] [PATCH 1/3] cross.bbclass: add virtclass handler

2011-12-08 Thread Richard Purdie
On Thu, 2011-12-08 at 15:40 +, Otavio Salvador wrote: Allow use of BBCLASSEXTEND with 'cross' and use of virtclass-cross in recipes. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/cross.bbclass | 50 1 files

Re: [OE-core] [PATCH 05/10] gtk: add demos to the configuation of gtk+

2011-12-08 Thread Richard Purdie
On Thu, 2011-12-08 at 17:34 +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan xiaofeng@windriver.com Add demos for checking whether gtk+ run over directfb successfully or not. [YOCTO #1674] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com ---

Re: [OE-core] [PATCH 05/11] findutils: Fix compilation for x32 toolchain

2011-12-08 Thread Kamble, Nitin A
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Khem Raj Sent: Thursday, December 08, 2011 12:45 PM To: Patches and discussions about the oe-core layer Cc: hjl.to...@gmail.com

Re: [OE-core] [PATCH 1/2] image_types.bbclass: implement jffs2 summary images (sum.jffs2)

2011-12-08 Thread Ulf Samuelsson
On 2011-12-08 22:30, Andrea Adami wrote: On Thu, Dec 8, 2011 at 4:10 PM, Martin Jansamartin.ja...@gmail.com wrote: On Thu, Dec 08, 2011 at 07:57:52AM -0700, Tom Rini wrote: On Tue, Dec 6, 2011 at 4:23 PM, Andrea Adamiandrea.ad...@gmail.com wrote: * Building the jffs2 filesystem to include

Re: [OE-core] [PATCH 1/2] image_types.bbclass: implement jffs2 summary images (sum.jffs2)

2011-12-08 Thread Andrea Adami
On Thu, Dec 8, 2011 at 11:43 PM, Ulf Samuelsson openembedded-c...@emagii.com wrote: On 2011-12-08 22:30, Andrea Adami wrote: On Thu, Dec 8, 2011 at 4:10 PM, Martin Jansamartin.ja...@gmail.com  wrote: On Thu, Dec 08, 2011 at 07:57:52AM -0700, Tom Rini wrote: On Tue, Dec 6, 2011 at 4:23 PM,

Re: [OE-core] [PATCH 1/2] image_types.bbclass: implement jffs2 summary images (sum.jffs2)

2011-12-08 Thread Richard Purdie
On Thu, 2011-12-08 at 23:43 +0100, Ulf Samuelsson wrote: Not sure exactly what sumtools does, but as I understood it, it does things which the targets need to be doing at first startup otherwise. Does that not mean that the target rootfs will grow from 44 MB to 57 MB during that process?

Re: [OE-core] [PATCH] bitbake.conf/image.bbclass: Ensure images use the correct passwd/group files

2011-12-08 Thread Andreas Müller
On Thursday, December 08, 2011 04:40:38 PM Mark Hatle wrote: Andreas: What packaging type are you using? I know that RPM never uses the uid/gid, it always does a look up. If the look up fails it then falls back to root. So you should never see something like a 70, unless there is a manual

Re: [OE-core] bitbake core-image-sato fails:

2011-12-08 Thread Ulf Samuelsson
On 2011-12-08 22:14, McClintock Matthew-B29882 wrote: On Wed, Dec 7, 2011 at 10:29 AM, Ulf Samuelsson openembedded-c...@emagii.com wrote: Got the following error message when building core-image-sato: | Collected errors: | * satisfy_dependencies_for: Cannot satisfy the following dependencies

Re: [OE-core] [PATCH 00/10]gtk+-directfb: The patches to run gtk over directfb

2011-12-08 Thread Richard Purdie
Just to summarise where we are with this patch set: On Wed, 2011-12-07 at 16:58 +0800, Xiaofeng Yan wrote: Xiaofeng Yan (10): qemu-config: Disable dbus-x11 when no x11 in DISTRO_FEATURES gconf: Disable dbus-x11 when x11 isn't in DISTRO_FEATURES gtk.inc: ship gtk-demo to independent

Re: [OE-core] [PATCH 4/8] Add copyleft compliance class --- MAJOR BREAKAGE!!!!

2011-12-08 Thread Ulf Samuelsson
On 2011-12-07 22:53, Khem Raj wrote: On (07/12/11 11:34), Beth Flanagan wrote: From: Christopher Larsonkerg...@gmail.com Deploys sources for recipes for compliance with copyleft-style licenses Defaults to using symlinks, as it's a quick operation, and one can easily follow the links when

Re: [OE-core] eglibc testing?

2011-12-08 Thread Khem Raj
Phil Blundell pb@... writes: I just ran make check under qemu on my eglibc-2.13 build (from oe-core master) and got rather a lot of failures. It wasn't immediately obvious to me whether these were libc bugs, qemu infelicities, oe-related harness problems, or some kind of local finger

Re: [OE-core] [PATCH 04/10] gtk.inc: add feature based on directfb

2011-12-08 Thread Koen Kooi
Op 8 dec. 2011, om 22:59 heeft Richard Purdie het volgende geschreven: On Thu, 2011-12-08 at 17:12 +, Phil Blundell wrote: On Thu, 2011-12-08 at 16:55 +, Richard Purdie wrote: The question is whether it makes sense to have directfb and X based gtk in the same builds and package feeds

[OE-core] [PATCH] u-boot: renamed dir from uboot to the more appropriate u-boot

2011-12-08 Thread Frans Meulenbroeks
recipe dirs normally have the name of the (main) package and the official name is u-boot Signed-off-by: Frans Meulenbroeks fransmeulenbro...@gmail.com --- .../u-boot/files/fix-arm920t-eabi.patch| 22 + ...Drop-config.h-include-in-tools-imximage.h.patch | 39 +

Re: [OE-core] [PATCH] u-boot: renamed dir from uboot to the more appropriate u-boot

2011-12-08 Thread Anders Darander
* Frans Meulenbroeks fransmeulenbro...@gmail.com [111209 08:25]: recipe dirs normally have the name of the (main) package and the official name is u-boot From this I guess that there aren't any other changes in the patch, apart from the renames? Next time, could you add '-M' to `git