[OE-core] [PATCH 2/2] chkconfig: update it from 1.3.57 to 1.3.58

2012-03-13 Thread wenzong.fan
From: Wenzong Fan Update chkconfig and related distro tracking fields. Signed-off-by: Wenzong Fan --- .../conf/distro/include/distro_tracking_fields.inc |6 +++--- .../{chkconfig_1.3.57.bb => chkconfig_1.3.58.bb} |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) rename meta/

[OE-core] [PATCH 1/2] ccache: update it from 3.1.6 to 3.1.7

2012-03-13 Thread wenzong.fan
From: Wenzong Fan Update ccache and related distro tracking fields. Signed-off-by: Wenzong Fan --- .../conf/distro/include/distro_tracking_fields.inc |6 +++--- .../ccache/{ccache_3.1.6.bb => ccache_3.1.7.bb}|4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) rename meta/rec

[OE-core] [PATCH 0/2] Update ccache and chkconfig to latest version

2012-03-13 Thread wenzong.fan
From: Wenzong Fan Update ccache and chkconfig, also update their distro tracking fields accordingly. The following changes since commit 8e9f6fc77ac4763f4ed1f6e7b720420c220ba6e2: Richard Purdie (1): dates: Fix unpackaged files warning are available in the git repository at: git://gi

Re: [OE-core] [PATCH 6/7] local.conf.sample: Add set for archiving packages

2012-03-13 Thread Xiaofeng Yan
On 2012年03月14日 10:57, Saul Wold wrote: On 03/13/2012 05:52 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan User can use these variables to get atchiving packages they want. [YOCTO #1977] Signed-off-by: Xiaofeng Yan --- meta-yocto/conf/local.conf.sample | 25 + 1 files change

Re: [OE-core] [PATCH 6/7] local.conf.sample: Add set for archiving packages

2012-03-13 Thread Saul Wold
On 03/13/2012 05:52 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan User can use these variables to get atchiving packages they want. [YOCTO #1977] Signed-off-by: Xiaofeng Yan --- meta-yocto/conf/local.conf.sample | 25 + 1 files changed, 25 insertions(+), 0 deletions(-

Re: [OE-core] [PATCH 2/7] archiver.bbclass: New bbclass for archiving sources, patches, logs and scripts

2012-03-13 Thread Saul Wold
On 03/13/2012 05:52 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan 1 Archive sources in ${S} in the different stage (do_unpack,do_patch,do_configure). 2 Archive patches including series 3 Archive logs including scripts (.bb and .inc files) 4 dump environment resources which show all variable and

[OE-core] gdb 7.4 and libexpat

2012-03-13 Thread Andreas Oberritter
Hi everybody, in our rootfs, when debugging remotely with gdbserver on mips32el, gdb 7.4 fails to find symbol names for use in backtraces. gdb 7.3.1 works well. One of my colleagues ran git bisect and discovered the culprit: gdb git revision 22d678fdfdfc56ec7f8f44ae5f0c4fc97e9a http://sourcew

Re: [OE-core] [PATCH 1/1] package.bbclass: create debugsources.list if it doesn't exist

2012-03-13 Thread Robert Yang
On 03/14/2012 01:15 AM, Richard Purdie wrote: On Tue, 2012-03-13 at 10:50 +0800, Robert Yang wrote: Serval pkg's debug pkg is null, so the find-debuginfo.sh would not generate the ${WORKDIR}/debugsources.list, but the processdebugsrc always need it, there are a few such errors currently:(53 pkg

[OE-core] [PATCH 6/6] linux-yocto-tiny: add dependency on xz-native

2012-03-13 Thread Paul Eggleton
The kernel configuration requires lzma to compress the kernel image (CONFIG_KERNEL_LZMA=y), so add a dependency on xz-native which provides it. Fixes [YOCTO #1728]. Signed-off-by: Paul Eggleton --- meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb |5 - 1 files changed, 4 insertions(+),

[OE-core] [PATCH 5/6] ncurses: fix build when ENABLE_WIDEC is not set

2012-03-13 Thread Paul Eggleton
If wide character support is disabled (as it is with poky-tiny, for example) then we won't have libncursesw.so.*, so skip moving these files in that case. (Fixes a regression introduced in OE-Core revision ccd370ab147b78de7a5bd74818f755f4d3ca6d81). Signed-off-by: Paul Eggleton --- meta/recipes-c

[OE-core] [PATCH 3/6] gst-plugins-bad: disable directfb in configure

2012-03-13 Thread Paul Eggleton
Disable directfb output (as we do with SDL) so that it does not get auto-detected resulting in a race condition. Signed-off-by: Paul Eggleton --- .../gstreamer/gst-plugins-bad_0.10.22.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia

[OE-core] [PATCH 4/6] mx: add dependencies

2012-03-13 Thread Paul Eggleton
* Add dependency on startup-notification, which is optional but without it mx applications will not send startup notifications. * Add dependencies on gdk-pixbuf and libxrandr which are usually taken care of, but are required and thus should be stated explicitly. Signed-off-by: Paul Eggleton -

[OE-core] [PATCH 0/6] Misc build failure fixes

2012-03-13 Thread Paul Eggleton
The following changes since commit 81379dc141e245307ca391a02b7490b199128991: dates: Fix unpackaged files warning (2012-03-13 23:18:19 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/fixes14 http://cgit.openembedded.org/cgit.cgi/open

[OE-core] [PATCH 1/6] scripts/bitbake: ensure user is in build directory

2012-03-13 Thread Paul Eggleton
If the user is in any directory other than $BUILDDIR when the bitbake wrapper script is run, then show an error an exit. Fixes [YOCTO #2071]. Signed-off-by: Paul Eggleton --- scripts/bitbake |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/scripts/bitbake b/scripts/b

[OE-core] [PATCH 2/6] pulseaudio: add X library dependencies

2012-03-13 Thread Paul Eggleton
PulseAudio requires libxtst, libice, libsm and libxcb when X11 is enabled (in our case, when x11 is in DISTRO_FEATURES), so conditionally add those to DEPENDS. Signed-off-by: Paul Eggleton --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc |3 ++- .../pulseaudio/pulseaudio_1.1.bb

[OE-core] [PATCH 0/1] ncurses packaging fix

2012-03-13 Thread Scott Garman
Hello, This fixes the ncurses library packaging. Thanks to Andreas Oberritter for pointing it out. Scott The following changes since commit 81379dc141e245307ca391a02b7490b199128991: dates: Fix unpackaged files warning (2012-03-13 23:18:19 +) are available in the git repository at: git:

[OE-core] [PATCH 1/1] ncurses: fix packaging of moved libraries

2012-03-13 Thread Scott Garman
The recent move of some of the ncurses libraries to base_libdir does not work with our automatic library packaging, so this explicity creates packages for libncurses, libncursesw, and libtinfo. Signed-off-by: Scott Garman --- meta/recipes-core/ncurses/ncurses.inc | 18 -- 1 fil

[OE-core] [PATCH] opensp: Fix unnecessary rpath warnings

2012-03-13 Thread Richard Purdie
Stale m4 macros seemed to be corrupting the opensp build. By removing them, we can fix the warnings: WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/spent contains probably-redundant RPATH /usr/lib WARNING: QA Issue: opensp: /work/i586-poky-linux/ope

Re: [OE-core] [PATCH 12/14] xinit: Update to 1.3.2 -- Typo fix.

2012-03-13 Thread Saul Wold
On 03/13/2012 09:00 AM, Randy MacLeod wrote: On 12-02-02 06:47 PM, Saul Wold wrote: Signed-off-by: Saul Wold --- .../xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb} | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb} (7

Re: [OE-core] [PATCH] mtd-utils: clean up old files

2012-03-13 Thread Saul Wold
On 02/27/2012 10:25 PM, James Limbouris wrote: Signed-off-by: James Limbouris --- .../add-exclusion-to-mkfs-jffs2-git-2.patch| 103 --- .../add-exclusion-to-mkfs-jffs2-git.patch | 136 .../mtd/mtd-utils/fix-ignoreerrors-git.patch | 2

Re: [OE-core] [PATCH] initscripts: test whether /etc/init.d/hwclock.sh exists

2012-03-13 Thread Saul Wold
On 03/13/2012 12:14 PM, Andreas Oberritter wrote: * bootmisc.sh executes /etc/init.d/hwclock.sh, which is optional (depends on CONFIG_HWCLOCK in busybox). Signed-off-by: Andreas Oberritter --- .../initscripts/initscripts-1.0/bootmisc.sh|4 ++-- meta/recipes-core/initscripts/ini

[OE-core] [PATCH] perl-modules: Fix LICENSE fields to mention the correct license versions

2012-03-13 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl/liburi-perl_1.59.bb b/meta/recipes-devtools/perl/liburi-perl_1.59.bb index 877b252..3916b1e 100644 --- a/meta/recipes-devtools/perl/liburi-perl_1.59.bb +++ b/meta/recipes-devtools/perl/liburi-perl_1.59.bb @@ -3,8 +3,8 @@ Th

[OE-core] [PATCH] xorg-cf-files: Fix unpackaged files warning

2012-03-13 Thread Richard Purdie
This fixes the warnings: WARNING: For recipe xorg-cf-files, the following files/directories were installed but not shipped in any package: WARNING: /usr WARNING: /usr/lib WARNING: /usr/lib/X11 WARNING: /usr/lib/X11/config WARNING: /usr/lib/X11/config/mingw.rules WARNING: /usr/lib/X11/

Re: [OE-core] [PATCH 1/7] package_rpm: Add srpm function to this bbclass

2012-03-13 Thread Saul Wold
On 03/13/2012 05:52 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan Add a new function to archive source, patches and logs to a source rpm package. Every source rpm package will be deployed to ${DEPLOY_DIR}/sources/deploy-srpm. [YOCTO #1977] Signed-off-by: Xiaofeng Yan --- meta/classes/package_rp

[OE-core] OE TSC Minutes: 15 Feb 2012

2012-03-13 Thread Jeff Osier-Mixon
NOTE: I apologize for the lateness of these minutes; they go a lot faster when the meeting is held online! OpenEmbedded Technical Steering Committee 15 February, 2012 face-to-face meeting at Embedded Linux Conference Attending: Richard Purdie Mark Hatle Tom Rini Khem Raj Paul Eggleton minutes: J

Re: [OE-core] [PATCH 2/3] ncurses: move only libncurses and libtinfo to base_libdir

2012-03-13 Thread Scott Garman
On 03/13/2012 01:51 PM, Andreas Oberritter wrote: On 13.03.2012 03:08, Scott Garman wrote: The previous approach to moving the ncurses libraries to base_libdir was too aggressive, and it broke curses support in python. Instead, move only libncurses, libncursesw, and libtinfo to base_libdir and

[OE-core] [PATCH v2] docbook-utils: Add check to not sed files twice

2012-03-13 Thread Saul Wold
This comes about from the code configure code getting run multiple times on the same WORKDIR and re-sed'ing already modified files. v2: add space after .sed_done (tested with this version) Signed-off-by: Saul Wold --- .../docbook-utils/docbook-utils-native_0.6.14.bb | 17 ++---

[OE-core] [PATCH] docbook-utils: Add check to not sed files twice

2012-03-13 Thread Saul Wold
This comes about because the configure code gets run multiple times on the same WORKDIR and re-sed'ing already modified files. Signed-off-by: Saul Wold --- .../docbook-utils/docbook-utils-native_0.6.14.bb | 17 ++--- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a

[OE-core] [PATCH] gettext: Set the LICENSE field to GPLv3+

2012-03-13 Thread Saul Wold
This change is needed because currently the INCOMPATIBLE_LICENSE checking code does not map between SPDX and older style naming (GPL-3+ vs GPLv3+). Yocto bug number 2093 filed to track this. Signed-off-by: Saul Wold --- meta/recipes-core/gettext/gettext_0.18.1.1.bb |2 +- 1 files changed, 1

Re: [OE-core] [PATCH 2/3] ncurses: move only libncurses and libtinfo to base_libdir

2012-03-13 Thread Andreas Oberritter
On 13.03.2012 03:08, Scott Garman wrote: > The previous approach to moving the ncurses libraries to > base_libdir was too aggressive, and it broke curses support > in python. > > Instead, move only libncurses, libncursesw, and libtinfo to > base_libdir and leave the remaining libraries in libdir.

Re: [OE-core] [PATCH 3/3] gettext: do not set libncurses prefix explicitly

2012-03-13 Thread Scott Garman
On 03/13/2012 06:16 AM, Richard Purdie wrote: On Mon, 2012-03-12 at 19:08 -0700, Scott Garman wrote: The --with-libncurses-prefix configure option was added before this recipe had ncurses in DEPENDS, so it should be safe to remove it. Signed-off-by: Scott Garman --- meta/recipes-core/gettext/

Re: [OE-core] [PATCH 12/14] xinit: Update to 1.3.2 -- Typo fix.

2012-03-13 Thread Randy MacLeod
On 12-02-02 06:47 PM, Saul Wold wrote: Signed-off-by: Saul Wold --- .../xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb}|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb} (79%) diff --git a/meta/recipes-

[OE-core] [PATCH] initscripts: test whether /etc/init.d/hwclock.sh exists

2012-03-13 Thread Andreas Oberritter
* bootmisc.sh executes /etc/init.d/hwclock.sh, which is optional (depends on CONFIG_HWCLOCK in busybox). Signed-off-by: Andreas Oberritter --- .../initscripts/initscripts-1.0/bootmisc.sh|4 ++-- meta/recipes-core/initscripts/initscripts_1.0.bb |2 +- 2 files changed, 3 insert

Re: [OE-core] [OE-Core] [PATCH 1/5] Split xcb-util into separate packages.

2012-03-13 Thread Yury Bushmelev
2012/3/10 Marko Katić : > xcb-util was split into separate packages during the 0.3.6 -> 0.3.8 > transition. > Change xcb-util.inc to reflect that. > > > > diff --git a/meta/recipes-graphics/xcb/xcb-util.inc > b/meta/recipes-graphics/xcb/xcb-util.inc > index cd9923d..5e77a22 100644 > --- a/meta/reci

Re: [OE-core] [PATCH 01/17] leafpad: Package currently unpackaged files.

2012-03-13 Thread Richard Purdie
On Tue, 2012-03-13 at 10:54 +0100, Martin Jansa wrote: > On Tue, Mar 13, 2012 at 09:52:14AM +, Richard Purdie wrote: > > On Tue, 2012-03-13 at 09:07 +0100, Koen Kooi wrote: > > > Op 13 mrt. 2012, om 01:22 heeft Richard Purdie het volgende geschreven: > > > > meta/recipes-sato/leafpad/leafpad_0.

Re: [OE-core] [PATCH 1/1] package.bbclass: create debugsources.list if it doesn't exist

2012-03-13 Thread Richard Purdie
On Tue, 2012-03-13 at 10:50 +0800, Robert Yang wrote: > Serval pkg's debug pkg is null, so the find-debuginfo.sh would not > generate the ${WORKDIR}/debugsources.list, but the processdebugsrc > always need it, there are a few such errors currently:(53 pkgs have such > errors in a core-image-sato bu

Re: [OE-core] [PATCH] linux-firmware: fix permissions of installed files

2012-03-13 Thread Saul Wold
On 03/09/2012 06:31 PM, Andreas Oberritter wrote: * The previous copy command preserved the original owner and permission bits. * The new command uses root:root and applies OE's umask. Signed-off-by: Andreas Oberritter --- .../linux-firmware/linux-firmware_git.bb |4 ++--

Re: [OE-core] [PATCH 0/5] Python related patches

2012-03-13 Thread Saul Wold
On 03/12/2012 02:24 PM, Andreas Oberritter wrote: This set of patches obsoletes all my pending python-related patches. See the individual patches for detailed descriptions. All patches were runtime-tested on mips32el. Andreas Oberritter (5): python, python-native: always set platform to linu

Re: [OE-core] [PATCH 0/1] a bugfix for cmake.bblcass

2012-03-13 Thread Saul Wold
On 03/12/2012 09:28 AM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble The following changes since commit c27b7aab3c37f182bf9acc5d459185f32fb195d0: codeparser: Call intern over the set contents for better cache performance (2012-03-12 15:52:33 +) are available in the git reposito

Re: [OE-core] [PATCH v2] udev-164: fixup "don't hardcode path to pidof"

2012-03-13 Thread Saul Wold
On 03/08/2012 01:24 PM, Andreas Oberritter wrote: * Remove -e shell option, because pidof may return nonzero. Signed-off-by: Andreas Oberritter --- * Of course I forgot to bump PR. meta/recipes-core/udev/udev/init |2 +- meta/recipes-core/udev/udev_164.bb |2 +- 2 files changed, 2

Re: [OE-core] [PATCH 0/6] Pending patches on O.S. Systems' tree

2012-03-13 Thread Saul Wold
On 03/09/2012 08:21 AM, Otavio Salvador wrote: The following changes since commit 50dc8bfbac42b9a9b52a2f7d0568740c41790c13: rpm 5.4.0: Add rpmdeps-oecore to replace rpmdeps for package.bbclass (2012-03-09 06:39:52 -0800) are available in the git repository at: git://github.com/OSSystems/

Re: [OE-core] [PATCH 0/1] a fix to 2067

2012-03-13 Thread Saul Wold
On 03/08/2012 11:19 PM, Dexuan Cui wrote: The following changes since commit 6bd23e0faf329f086bb4885991ce5f5d095dac56: adt-installer: Corrected wrong environment file names. (2012-03-08 12:18:52 -0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/fix_

Re: [OE-core] [PATCH] image_types: add IMAGE_ROOTFS_ALIGNMENT

2012-03-13 Thread Saul Wold
On 03/01/2012 12:55 PM, Ken Werner wrote: Introduce a new variable called IMAGE_ROOTFS_ALIGNMENT that allows to control the aligment of the size of the rootfs. Its default value is set to 1KiB so that the existing behaviour is not changed. In case the SD card emulation of a QEMU system emulator g

Re: [OE-core] [PATCH] qt4: fix deps in libQtWebkit.la and QtWebKit.pc

2012-03-13 Thread Saul Wold
On 03/07/2012 12:36 PM, Andreas Oberritter wrote: * Both files contain -L../../WebCore/release -L../../JavaScriptCore/release -lwebcore -ljscore * These paths and libs don't get installed. * When building a shared lib with libtool, that links with libQtWebKit, libtool adds these unneeded para

Re: [OE-core] [PATCH v2] gdk-pixbuf: Pick up ${NM} from the environment.

2012-03-13 Thread Saul Wold
On 03/05/2012 06:23 PM, James Limbouris wrote: Signed-off-by: James Limbouris --- .../gdk-pixbuf-2.24.0/configure_nm.patch | 18 ++ meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb |3 ++- 2 files changed, 20 insertions(+), 1 deletions(-) create mode 100644

Re: [OE-core] [PATCH 1/1 v2] trace-cmd: modifying License information

2012-03-13 Thread Saul Wold
On 03/06/2012 10:53 AM, Jeff Lance wrote: * Adding "GPLv2& LGPLv2.1" to create a dual license to cover the libraries. * Bump up PR Signed-off-by: Jeff Lance --- Updated in version 2: Added '&' to indicate both licenses apply --- meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb |8 +--

Re: [OE-core] [PATCH] libxlst: Fix unpackaged directory warning

2012-03-13 Thread Martin Jansa
On Tue, Mar 13, 2012 at 03:07:20PM +, Richard Purdie wrote: > Fixes the warning: Typo in subject -libxlst: +libxslt: > > WARNING: For recipe libxslt, the following files/directories were installed > but not shipped in any package: > WARNING: /usr/lib/libxslt-plugins > > It makes sense fo

Re: [OE-core] [PATCH v2 0/5] Postinst trigger improvements for images

2012-03-13 Thread Saul Wold
On 03/06/2012 09:24 AM, Otavio Salvador wrote: This patchset make consistent and more meanful the name used as postinst trigger in rootfs. The following changes since commit d7b8c247227f3cc82f92292407f548927e9fde78: base.bbclass: Fix PACKAGECONFIG handling when no flags are set (2012-03-05

Re: [OE-core] [PATCH 0/2] linux-yocto/3.2: minor -rt increment and fixes

2012-03-13 Thread Saul Wold
On 03/06/2012 07:24 AM, Bruce Ashfield wrote: Richard/Saul, This is another kernel SRCREV update that should be stacked on the end of my other pending patches. I've kept everything separate so we can track the incremental changes. This one is a minor update to the 3.2 tree. - there were a f

Re: [OE-core] [PATCH] valgrind: Support compilation without X11

2012-03-13 Thread Saul Wold
On 03/06/2012 06:55 AM, Mike Crowe wrote: Only depend on X libraries if the distribution has X support. Signed-off-by: Mike Crowe --- meta/recipes-devtools/valgrind/valgrind_3.7.0.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/valgrind/v

Re: [OE-core] [PATCH 1/1] image.bbclass: fix rootfs generation without package management tools

2012-03-13 Thread Saul Wold
On 03/02/2012 08:40 PM, Otavio Salvador wrote: When building without package management tools the ROOTFS_BOOTSTRAP_INSTALL packages need to be available to provide the bare minimal for rootfs unconfigure postinsts to be on first boot. Those packages where being include in core-image.bbclass' bas

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

2012-03-13 Thread Saul Wold
On 03/04/2012 08:01 PM, Bruce Ashfield wrote: Richard/Saul, Here's the latest consolidated kernel pull request. The patches are as follows: 3/3 is the kernel updates: - v3.0.23 stable update - v3.2.9 stable update - 3.0/3.2: fri2 updates (pch + configuration changes) from Darren Hart

Re: [OE-core] [PATCH v3] libsdl: add DirectFB support

2012-03-13 Thread Saul Wold
On 02/28/2012 03:24 AM, Andreas Oberritter wrote: * Use conditional dependencies for DirectFB, like it's already done for OpenGL and X11. Signed-off-by: Andreas Oberritter --- * v2: Rebased after X11 was already made conditional. * v3: Add back PR bump, which was auto-merged during rebase.

[OE-core] [PATCH] ppp: Clean up PACKAGES vs. variable mismatch and drop unused RDEPENDS

2012-03-13 Thread Richard Purdie
The RPDEPENDS format is wrong and couldn't have been doing anything useful. The mismatch between PACKAGES and the DESCRIPTION_* and FILES_* variable names could confuse the system under certain conditions so this is a good cleanup to make. Signed-off-by: Richard Purdie --- diff --git a/meta/rec

[OE-core] [PATCH] ppp: Fix unpackaged files warnings

2012-03-13 Thread Richard Purdie
This patch packages a couple of modules for ppp to resolve the warnings: WARNING: For recipe ppp, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/pppd/2.4.5/pppol2tp.so WARNING: /usr/lib/pppd/2.4.5/openl2tp.so Signed-off-by: Richard Purdie --

[OE-core] [PATCH] libxlst: Fix unpackaged directory warning

2012-03-13 Thread Richard Purdie
Fixes the warning: WARNING: For recipe libxslt, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/libxslt-plugins It makes sense for the package to own the plugins directory. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/li

[OE-core] [PATCH] xf86-video-vmware: Fix unpackaged driectory warning

2012-03-13 Thread Richard Purdie
Fixes the warning: WARNING: For recipe xf86-video-vmware, the following files/directories were installed but not shipped in any package: WARNING: /usr/bin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb b/meta/recipes-graphics/xorg

[OE-core] [PATCH] matchbox-keyboard: Fix unpackaged files warning

2012-03-13 Thread Richard Purdie
Addresses the warnings: WARNING: For recipe matchbox-keyboard, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/gtk-2.0/2.10.0/immodules/libmb-im-invoker.la WARNING: /usr/lib/matchbox-panel/libkeyboard.la Signed-off-by: Richard Purdie --- diff

Re: [OE-core] [PATCH] Add pigz as gzip-native alternative.

2012-03-13 Thread Paul Eggleton
Hi Björn, On Tuesday 13 March 2012 15:52:51 Björn Stenberg wrote: > pigz, which stands for parallel implementation of gzip, is a fully > functional replacement for gzip that exploits multiple processors and > multiple cores to the hilt when compressing data. pigz was written by Mark > Adler, and u

[OE-core] gettext_0.18.1.1.bb (PR r7 => r8)

2012-03-13 Thread Matthieu CRAPET
Greetings, Updated my openembedded-core git repository. Rebuilt world for my custom distro (compiling for a BeagleBoard). I've got an error on gettext. .../build/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv7a-vfp-neon-i ng-linux-gnueabi/gcc/arm-ing-linux-gnueabi/4.6.4/ld: warning

[OE-core] [PATCH] Add pigz as gzip-native alternative.

2012-03-13 Thread Björn Stenberg
pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries. This recipe adds pigz as an alterna

Re: [OE-core] [PATCH 3/3] gettext: do not set libncurses prefix explicitly

2012-03-13 Thread Richard Purdie
On Mon, 2012-03-12 at 19:08 -0700, Scott Garman wrote: > The --with-libncurses-prefix configure option was added before > this recipe had ncurses in DEPENDS, so it should be safe to > remove it. > > Signed-off-by: Scott Garman > --- > meta/recipes-core/gettext/gettext_0.18.1.1.bb |5 + >

[OE-core] [PATCH 6/7] local.conf.sample: Add set for archiving packages

2012-03-13 Thread Xiaofeng Yan
From: Xiaofeng Yan User can use these variables to get atchiving packages they want. [YOCTO #1977] Signed-off-by: Xiaofeng Yan --- meta-yocto/conf/local.conf.sample | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/meta-yocto/conf/local.conf.sam

[OE-core] [PATCH 7/7] sourcepkg, src_distribute, src_distribute_local: remove three bbclass

2012-03-13 Thread Xiaofeng Yan
From: Xiaofeng Yan These bbclasses have been merged into archiver.bbclass. [YOCTO #1977] Signed-off-by: Xiaofeng Yan --- meta/classes/sourcepkg.bbclass| 107 - meta/classes/src_distribute.bbclass | 49 - meta/classes/src_distribute_

[OE-core] [PATCH 5/7] archive-original-source.bbclass: Archive original source

2012-03-13 Thread Xiaofeng Yan
From: Xiaofeng Yan This bbclass prepares for archiving original source. [#YOCTO 1977] Signed-off-by: Xiaofeng Yan --- meta/classes/archive-original-source.bbclass | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta/classes/archive-original-source.

[OE-core] [PATCH 4/7] archive-configured-source.bbclass: Archive configured source

2012-03-13 Thread Xiaofeng Yan
From: Xiaofeng Yan This bbclass prepares for archiving configured source. [#YOCTO 1977] Signed-off-by: Xiaofeng Yan --- meta/classes/archive-configured-source.bbclass | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta/classes/archive-configured-s

[OE-core] [PATCH 1/7] package_rpm: Add srpm function to this bbclass

2012-03-13 Thread Xiaofeng Yan
From: Xiaofeng Yan Add a new function to archive source, patches and logs to a source rpm package. Every source rpm package will be deployed to ${DEPLOY_DIR}/sources/deploy-srpm. [YOCTO #1977] Signed-off-by: Xiaofeng Yan --- meta/classes/package_rpm.bbclass | 63

[OE-core] [PATCH 2/7] archiver.bbclass: New bbclass for archiving sources, patches, logs and scripts

2012-03-13 Thread Xiaofeng Yan
From: Xiaofeng Yan 1 Archive sources in ${S} in the different stage (do_unpack,do_patch,do_configure). 2 Archive patches including series 3 Archive logs including scripts (.bb and .inc files) 4 dump environment resources which show all variable and functions used to xxx.showdata.dump when runn

[OE-core] [PATCH 3/7] archive-patched-source.bbclass: Archive patched source

2012-03-13 Thread Xiaofeng Yan
From: Xiaofeng Yan This bbclass inherits archiver.bbclass to archive patched source [#YOCTO 1977] Signed-off-by: Xiaofeng Yan --- meta/classes/archive-patched-source.bbclass | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta/classes/archive-patch

[OE-core] [PATCH 0/7] Realize archiving functions

2012-03-13 Thread Xiaofeng Yan
From: Xiaofeng Yan archiver.bbclass is for archiving sources , patches and logs including .bb and .inc files by configuring conf/local.conf which control what a archiving package should include. For archiving a source rpm package, I add some functions to package_rpm.bbclass. I also merge sourc

[OE-core] [PATCH] busybox: enable eject

2012-03-13 Thread Andreas Müller
In xfce-environment ejecting USB-memory stick caused: Error starting job: Failed to execute child process "eject" (No such file or directory) size of armv7a busybox binary increases from 2427962 to 2430389 bytes run-tested with angstrom/meta-oe environment on overo Signed-off-by: Andreas Müller

Re: [OE-core] [CONSOLIDATED PULL 00/23] Catching up after conference Time

2012-03-13 Thread Richard Purdie
On Tue, 2012-03-13 at 00:58 -0700, Saul Wold wrote: > The following changes since commit f47ada62a3da879006e7cb27479dc9b72c56e923: > > cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATH (2012-03-12 > 17:46:16 +) > > are available in the git repository at: > git://git.openembedded.or

Re: [OE-core] [CONSOLIDATED PULL 11/23] arch-powerpc.inc: use default value of TUNE_PKGARCH

2012-03-13 Thread Richard Purdie
On Tue, 2012-03-13 at 00:58 -0700, Saul Wold wrote: > From: Matthew McClintock > > We can use the default value for TUNE_PKGARCH, and now we just > append "-nf" if TARGET_FPU is fpu-soft > > Signed-off-by: Matthew McClintock > --- > meta/conf/machine/include/powerpc/arch-powerpc.inc |6 ++-

Re: [OE-core] [PATCH 01/17] leafpad: Package currently unpackaged files.

2012-03-13 Thread Martin Jansa
On Tue, Mar 13, 2012 at 09:52:14AM +, Richard Purdie wrote: > On Tue, 2012-03-13 at 09:07 +0100, Koen Kooi wrote: > > Op 13 mrt. 2012, om 01:22 heeft Richard Purdie het volgende geschreven: > > > > > This resolves the QA warning: > > > > > > WARNING: For recipe leafpad, the following files/di

Re: [OE-core] [PATCH 01/17] leafpad: Package currently unpackaged files.

2012-03-13 Thread Richard Purdie
On Tue, 2012-03-13 at 09:07 +0100, Koen Kooi wrote: > Op 13 mrt. 2012, om 01:22 heeft Richard Purdie het volgende geschreven: > > > This resolves the QA warning: > > > > WARNING: For recipe leafpad, the following files/directories were installed > > but not shipped in any package: > > WARNING:

Re: [OE-core] [PATCH 0/3] ncurses library location fix

2012-03-13 Thread Scott Garman
On 03/13/2012 01:09 AM, Koen Kooi wrote: Op 13 mrt. 2012, om 03:08 heeft Scott Garman het volgende geschreven: Hello, This pull request improves the way ncurses libraries are installed, moving only libncurses, libncursesw, and libtinfo soname libs into base_libdir, and leaving everything else

Re: [OE-core] [PATCH 0/3] ncurses library location fix

2012-03-13 Thread Koen Kooi
Op 13 mrt. 2012, om 03:08 heeft Scott Garman het volgende geschreven: > Hello, > > This pull request improves the way ncurses libraries are installed, > moving only libncurses, libncursesw, and libtinfo soname libs into > base_libdir, and leaving everything else in libdir. This is how > ncurses

Re: [OE-core] [PATCH 01/17] leafpad: Package currently unpackaged files.

2012-03-13 Thread Koen Kooi
Op 13 mrt. 2012, om 01:22 heeft Richard Purdie het volgende geschreven: > This resolves the QA warning: > > WARNING: For recipe leafpad, the following files/directories were installed > but not shipped in any package: > WARNING: /usr/share/icons > WARNING: /usr/share/icons/hicolor > WARNING

[OE-core] [CONSOLIDATED PULL 22/23] python-native: distutils: don't use libdir, remove dead code path

2012-03-13 Thread Saul Wold
From: Andreas Oberritter * Coming from OE-classic it was surprising that python-native now requires 'libdir' to be exported. Otherwise autoconf would fail to detect python libraries. This happend using a customized environment setup script to use OE's compiler and libs without bitbake. *

[OE-core] [CONSOLIDATED PULL 23/23] python, python-native: bump PR

2012-03-13 Thread Saul Wold
From: Andreas Oberritter Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/python/python.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index 3e970a7..aaf11ac 100644 --- a

[OE-core] [CONSOLIDATED PULL 21/23] python: depend on bzip2

2012-03-13 Thread Saul Wold
From: Andreas Oberritter * Python auto-detects libbz2 and there's no way to force-disable it, so just enable it. * Adds bz2 support to python-compression. Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/python/python_2.7.2.bb |2 +- 1 files changed, 1 insertions(+), 1 deletio

[OE-core] [CONSOLIDATED PULL 20/23] python: regenerate plat-linux2/*.py

2012-03-13 Thread Saul Wold
From: Andreas Oberritter * If plat-linux2/DLFCN.py was present, python was broken in our image, i.e. it was unable to load many modules. This was due to changed RTLD_* constants in dlfcn.h * Python includes a script, plat-linux2/regen, to regenerate the py source codes in this directory. *

[OE-core] [CONSOLIDATED PULL 19/23] python, python-native: always set platform to linux2

2012-03-13 Thread Saul Wold
From: Andreas Oberritter * Fixes many problems with linux2 vs. linux3. At least: - Detected version was from build-host instead of target-host. - linuxaudiodev and ossaudiodev were disabled for linux3. - Files were missing in /usr/lib/python2.7/plat-linux3. * Imported from upstream HG rev c

[OE-core] [CONSOLIDATED PULL 18/23] linux-firmware: fix permissions of installed files

2012-03-13 Thread Saul Wold
From: Andreas Oberritter * The previous copy command preserved the original owner and permission bits. * The new command uses root:root and applies OE's umask. Signed-off-by: Andreas Oberritter --- .../linux-firmware/linux-firmware_git.bb |4 ++-- 1 files changed, 2 insertion

[OE-core] [CONSOLIDATED PULL 16/23] package.bbclass: sort dynamically generated packages

2012-03-13 Thread Saul Wold
From: Andreas Oberritter * do_split_packages and package_do_split_locales dynamically add packages in order of appearance of os.walk() or os.listdir(). This order varies between multiple build hosts (and probably also between successive builds). * Sort the list of dynamically added packages

[OE-core] [CONSOLIDATED PULL 17/23] util-linux: explicitly disable udev

2012-03-13 Thread Saul Wold
From: Andreas Oberritter * util-linux auto-detects libudev for lsblk, so disable it, because it's not listed in DEPENDS. Signed-off-by: Andreas Oberritter --- meta/recipes-core/util-linux/util-linux.inc |2 +- meta/recipes-core/util-linux/util-linux_2.21.bb |2 +- 2 files changed

[OE-core] [CONSOLIDATED PULL 15/23] connman: update to 0.79

2012-03-13 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- .../connman/add_xuser_dbus_permission.patch| 12 +++- .../connman/connman/disable_alg-test.patch | 18 +- .../connman/{connman_0.78.bb => connman_0.79.bb} |6 ++ 3 files changed, 18 in

[OE-core] [CONSOLIDATED PULL 14/23] image_types: ensure .rootfs.ext3 is created before vmdk is created.

2012-03-13 Thread Saul Wold
From: Dexuan Cui In the case of self-hosted-image.bb, IMAGE_FSTYPES = "vmdk", so the variables alltypes and subimages don't contain ext3, and .rootfs.ext3 won't be created, and finally the generated .hddimg and .vmdk don't have an actual rootfs -- the size of the .vmdk file is only about 9MB. [

[OE-core] [CONSOLIDATED PULL 13/23] udev-164: fixup "don't hardcode path to pidof"

2012-03-13 Thread Saul Wold
From: Andreas Oberritter * Remove -e shell option, because pidof may return nonzero. Signed-off-by: Andreas Oberritter --- meta/recipes-core/udev/udev/init |2 +- meta/recipes-core/udev/udev_164.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-cor

[OE-core] [CONSOLIDATED PULL 12/23] qt4: fix deps in libQtWebkit.la and QtWebKit.pc

2012-03-13 Thread Saul Wold
From: Andreas Oberritter * Both files contain -L../../WebCore/release -L../../JavaScriptCore/release -lwebcore -ljscore * These paths and libs don't get installed. * When building a shared lib with libtool, that links with libQtWebKit, libtool adds these unneeded parameters to the linker com

[OE-core] [CONSOLIDATED PULL 11/23] arch-powerpc.inc: use default value of TUNE_PKGARCH

2012-03-13 Thread Saul Wold
From: Matthew McClintock We can use the default value for TUNE_PKGARCH, and now we just append "-nf" if TARGET_FPU is fpu-soft Signed-off-by: Matthew McClintock --- meta/conf/machine/include/powerpc/arch-powerpc.inc |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/

[OE-core] [CONSOLIDATED PULL 10/23] packagedata.py: Fix get_subpkgedata_fn for multilib

2012-03-13 Thread Saul Wold
From: Matthew McClintock Signed-off-by: Matthew McClintock --- meta/lib/oe/packagedata.py |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/meta/lib/oe/packagedata.py b/meta/lib/oe/packagedata.py index a7a40f0..5759fe6 100644 --- a/meta/lib/oe/packagedata.py +++ b/

[OE-core] [CONSOLIDATED PULL 00/23] Catching up after conference Time

2012-03-13 Thread Saul Wold
Richard, Here is a collection of patches that have been pending for a little while. There is one pending change from Bruce for poky (meta-yocto) in the MUT branch Have built world with this code, and booted a minimal image The following changes since commit f47ada62a3da879006e7cb27479dc9b72c

[OE-core] [CONSOLIDATED PULL 08/23] trace-cmd: modifying License information

2012-03-13 Thread Saul Wold
From: Jeff Lance * Adding "GPLv2 & LGPLv2.1" to create a dual license to cover the libraries. * Bump up PR Signed-off-by: Jeff Lance --- meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/trace-cmd/

[OE-core] [CONSOLIDATED PULL 09/23] image-vmdk: add NOISO to disable iso image creation since it's not needed

2012-03-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/classes/image-vmdk.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/image-vmdk.bbclass b/meta/classes/image-vmdk.bbclass index d3e5481..3e63006 100644 --- a/meta/classes/image-vmdk.bbclass +++ b/meta/classes/image-vmdk

[OE-core] [CONSOLIDATED PULL 03/23] run-postinsts: fix opkg data path

2012-03-13 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- .../dpkg/run-postinsts/run-postinsts |4 ++-- .../dpkg/run-postinsts/run-postinsts.awk |2 +- meta/recipes-devtools/dpkg/run-postinsts_1.0.bb|2 +- 3 files changed, 4 insertions(+), 4 deletions(-)

[OE-core] [CONSOLIDATED PULL 02/23] glib-2.0: Add Upstream Status for nodbus.patch

2012-03-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch b/meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch index 1486203..1e65643 100644 --- a/meta/rec

[OE-core] [CONSOLIDATED PULL 06/23] opkg: rename postinst trigger script

2012-03-13 Thread Saul Wold
From: Otavio Salvador Use 'run-postinsts' as trigger script name as it describes better the intent of it. Signed-off-by: Otavio Salvador --- meta/recipes-devtools/opkg/opkg.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/opkg/opkg.inc

[OE-core] [CONSOLIDATED PULL 05/23] rootfs_rpm.bbclass: rename postinst trigger script

2012-03-13 Thread Saul Wold
From: Otavio Salvador Use 'run-postinsts' as trigger script name as it describes better the intent of it. Signed-off-by: Otavio Salvador --- meta/classes/rootfs_rpm.bbclass |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/clas

[OE-core] [CONSOLIDATED PULL 04/23] image.bbclass: fix rootfs generation without package management tools

2012-03-13 Thread Saul Wold
From: Otavio Salvador When building without package management tools the ROOTFS_BOOTSTRAP_INSTALL packages need to be available to provide the bare minimal for rootfs unconfigure postinsts to be on first boot. Those packages where being include in core-image.bbclass' based images however every i

  1   2   >