Re: [OE-core] [PATCH v3] dbus: include dbus-launch in the main dbus package

2012-07-27 Thread Radu Moisan
On 07/27/2012 12:12 AM, Burton, Ross wrote: On 26 July 2012 14:17, Enrico Scholz enrico.sch...@sigma-chemnitz.de wrote: Radu Moisan radu.moisan-ral2jqcrhueavxtiumw...@public.gmane.org writes: Followed suggestions from Bugz 2261: 1) remove the --with-x/--without-x configure arguments. why?

Re: [OE-core] [PATCH v3] dbus: include dbus-launch in the main dbus package

2012-07-27 Thread Radu Moisan
On 07/27/2012 09:10 AM, Radu Moisan wrote: On 07/27/2012 12:12 AM, Burton, Ross wrote: On 26 July 2012 14:17, Enrico Scholzenrico.sch...@sigma-chemnitz.de wrote: Radu Moisanradu.moisan-ral2jqcrhueavxtiumw...@public.gmane.org writes: Followed suggestions from Bugz 2261: 1) remove the

[OE-core] [PATCH v5] dbus: include dbus-launch in the main dbus package

2012-07-27 Thread Radu Moisan
Followed suggestions from Bugz 2261: 2) make the virtual/libx11 DEPENDS conditional based on the x11 distro feature. This makes the build dependencies reflect the feature list. 3) remove dbus-x11, meaning that dbus-launch with its potential X11 dependency is now back in dbus where is belongs.

[OE-core] [PATCH] lttng-2.0: update to the latest version

2012-07-27 Thread fahad . usman
From: Fahad Usman fahad_us...@mentor.com update lttng-modules-2.0, lttng-tools-2.0 lttng-ust-2.0 and liburcu to the latest stable released versions by lttng community remove the lttng-sycalls-protect-is_compat_task-from-redefiniti.patch because the problem is handled in the latest version of

[OE-core] [PATCH 1/1] socat 1.7.2: add readline dependency

2012-07-27 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com [YOCTO #2844] socat has dependency on readline Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/recipes-connectivity/socat/socat_1.7.2.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH] lttng-2.0: update to the latest version

2012-07-27 Thread Damian, Alexandru
Hi, I recommend changing the liburcu licence as follows, following a GPLv3 file addition in the build macros: LICENSE = LGPLv2.1+ MIT-style GPLv3 LICENSE_${PN} = LGPLv2.1+ MIT-style Cheers, Alex On Fri, Jul 27, 2012 at 10:30 AM, fahad.us...@gmail.com wrote: From: Fahad Usman

[OE-core] [PATCH] busybox: udhcpc shouldn't be a service

2012-07-27 Thread Jesse Zhang
udhcpc is invoked from the networking service, so it shouldn't exist standalone. If /etc/init.d/busybox-udhcpc is present, it will cause udhcpc to be started two times. And since the script doesn't support the stop action, it will cause udhcpc to be started even when system is being shutdown.

[OE-core] [PATCH] busybox: udhcpc shouldn't be a service

2012-07-27 Thread Jesse Zhang
Fixed Bug 2840 - busybox: udhcpc misbehavior when ip=dhcp. Jesse Zhang (1): busybox: udhcpc shouldn't be a service meta/recipes-core/busybox/busybox.inc |6 +--- meta/recipes-core/busybox/busybox_1.19.4.bb|3 +- meta/recipes-core/busybox/files/busybox-udhcpc | 25

[OE-core] [PATCH v2] udev: upgrade to 182

2012-07-27 Thread Alex DAMIAN
From: Alexandru DAMIAN alexandru.dam...@intel.com This is the final upgrade of udev. Futher upgrades will only come in conjunction with systemd. The v4l1 removal patch is deprecated as the bug is fixed inside udev. There is a new patch fixing the path for default sh interpreter. New debug

Re: [OE-core] [PATCH v3] dbus: include dbus-launch in the main dbus package

2012-07-27 Thread Burton, Ross
On 27 July 2012 07:10, Radu Moisan radu.moi...@intel.com wrote: I've looked into the configure script and found that autolaunch feature is depending on x11, in other words using --with-x/--without-x implies --enable-x11-autolaunch/--disable-x11-autolaunch, so I guess the initial EXTRA_OECONF_X

Re: [OE-core] [PATCH] gcc: Make it possbile for armcc and gcc to coexist.

2012-07-27 Thread Richard Purdie
On Thu, 2012-07-26 at 10:11 +0200, Martin Ertsaas wrote: Signed-off-by: Martin Ertsaas mert...@cisco.com --- meta/recipes-devtools/gcc/gcc-4.7.inc |2 +- .../gcc/gcc-4.7/armcc-coexistence.patch.txt| 12

Re: [OE-core] [PATCH 1/1] package-index: inherit pythonnative

2012-07-27 Thread Robert Yang
After talk with Richard, we'd better move the scripts/rpm-createsolvedb.py to meta/recipes-support/createrepo/createrepo_0.4.11.bb, I will send an update sooner, the current fix can be a workaround. // Robert On 07/27/2012 09:18 AM, Robert Yang wrote: Hi Richard, There was something wrong

Re: [OE-core] [oe-commits] Cristian Iorga : libpcap: upgrade to ver. 1.3

2012-07-27 Thread Martin Jansa
On Thu, Jul 26, 2012 at 01:53:24PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 3f0cc742ea5d4788df26bb0592c294e5a67e1093 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=3f0cc742ea5d4788df26bb0592c294e5a67e1093 Author:

[OE-core] [PATCH] ppp: bump PR to rebuild against libpcap1 instead libpcap

2012-07-27 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-connectivity/ppp/ppp_2.4.5.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.5.bb b/meta/recipes-connectivity/ppp/ppp_2.4.5.bb index 587871a..6af4e98 100644 ---

[OE-core] [PATCH 0/6] relocatable SDK

2012-07-27 Thread Laurentiu Palcu
Hi, This patchset adds relocatable SDK functionality. Instead of a tarball, the output of bitbake meta-toolchain/meta-toolchain-sdk will be a self extracting archive. The user will then execute the .sh script and give it the target directory for SDK installation (default is /opt/poky). The

[OE-core] [PATCH 2/6] binutils: relocatable SDK: change PT_INTERP section size

2012-07-27 Thread Laurentiu Palcu
This patch is needed so that all SDK binaries have the PT_INTERP section size set to 4096 (max path size in Linux) in order to be able to parse the binaries later and change the interpreter to the path we want. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com ---

[OE-core] [PATCH 1/6] eglibc: relocatable SDK changes

2012-07-27 Thread Laurentiu Palcu
Modifying the dynamic loader path in all binaries by the SDK installer would not be possible because we cannot know in advance the SDK target location. Hence, the PT_INTERP section size has been set to 4096 (which is the maximum path lengh in Linux). Also, for the dynamic loader SYSDIRS and

[OE-core] [PATCH 3/6] scripts: add script for relocating the SDK

2012-07-27 Thread Laurentiu Palcu
This script will be embedded in the SDK tarball and will be called by the SDK installer. It replaces the interpreter path in all binaries and it also changes the ld.so.cache and SYSDIRS in dynamic loader. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- scripts/relocate_sdk.py | 200

[OE-core] [PATCH 4/6] populate_sdk_base.bbclass: create self-extracting archive

2012-07-27 Thread Laurentiu Palcu
In order for the SDK to be relocatable, the user would need to call a setup script to change the binaries acordingly. Having an auto-extracting archive has the advantage of being more user friendly and the user does not have to call the setup script separately after extracting the SDK. It is

[OE-core] [PATCH 5/6] relocatable.bbclass: split it up, to reuse code

2012-07-27 Thread Laurentiu Palcu
Most of the code in relocatable.bbclass will be used for relocating the SDK binaries. So, create another class chrpath.bbclass that will contain the core of the relocatable.bbclass, so we can reuse it. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/classes/chrpath.bbclass

[OE-core] [PATCH 6/6] package.bbclass: change RPATHs for nativesdk packages

2012-07-27 Thread Laurentiu Palcu
Change binaries RPATHs, to include $ORIGIN, to make them relocatable. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/classes/package.bbclass |5 + 1 file changed, 5 insertions(+) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index

Re: [OE-core] image.bbclass: Update outdated reference to export IMAGE_BASENAME

2012-07-27 Thread Richard Purdie
On Thu, 2012-07-26 at 19:06 -0400, Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- does this look about right? diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 1799bf1..b0b476f 100644 --- a/meta/classes/image.bbclass +++

[OE-core] [PATCH] package.bbclass/eglibc-locale: Ensure the correct PN is used for locale packages

2012-07-27 Thread Richard Purdie
This avoids dependencies like eglibc-locale-locale creeping into the eglibc locale packaging by blinding using the value of PN. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index ea199d3..90f145d

[OE-core] [PATCH] world-broken.inc: Remove clutter-box2d from the exclude list, it works

2012-07-27 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc index da9b1e4..76b08d0 100644 --- a/meta/conf/distro/include/world-broken.inc +++ b/meta/conf/distro/include/world-broken.inc @@

[OE-core] [PATCH] eds-tools: Drop this recipe, its inappropriate in OE-Core

2012-07-27 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc index 76b08d0..f7c222e 100644 --- a/meta/conf/distro/include/world-broken.inc +++ b/meta/conf/distro/include/world-broken.inc @@

[OE-core] [PATCH] gobject-introspection: Drop the recipe, it has never worked and if it does cross compile, we can add it back

2012-07-27 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc index f7c222e..ab0c2dc 100644 --- a/meta/conf/distro/include/world-broken.inc +++ b/meta/conf/distro/include/world-broken.inc @@

Re: [OE-core] [PATCH] gobject-introspection: Drop the recipe, it has never worked and if it does cross compile, we can add it back

2012-07-27 Thread Martin Jansa
On Fri, Jul 27, 2012 at 12:43:14PM +0100, Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb b/meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb deleted file mode 100644

[OE-core] [PATCH] qemu: cflags concatination issue

2012-07-27 Thread Fahad Usman
From: Fahad Usman fahad_us...@mentor.com add patch to fix cflags concatination issue Signed-off-by: Fahad Usman fahad_us...@mentor.com --- .../qemu/qemu-0.15.1/cflags-separator.patch| 15 +++ meta/recipes-devtools/qemu/qemu_0.15.1.bb |3 ++- 2 files changed,

Re: [OE-core] [PATCH] gobject-introspection: Drop the recipe, it has never worked and if it does cross compile, we can add it back

2012-07-27 Thread Burton, Ross
On 27 July 2012 12:46, Martin Jansa martin.ja...@gmail.com wrote: what will provide gobject-introspection-native for meta-oe and meta-gnome now? Or should we add this recipe back in meta-oe? gtk-doc-stub has stub machinery for gobject-introspection too. Expect a follow-up patch. Ross

Re: [OE-core] [oe-commits] Cristian Iorga : libpcap: upgrade to ver. 1.3

2012-07-27 Thread Martin Jansa
On Fri, Jul 27, 2012 at 01:05:21PM +0200, Martin Jansa wrote: On Thu, Jul 26, 2012 at 01:53:24PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 3f0cc742ea5d4788df26bb0592c294e5a67e1093 URL:

[OE-core] [PATCH 0/4] drm updates

2012-07-27 Thread Ross Burton
Forwarding some patches to libdrm. More mesa-related changes later. The following changes since commit fb53d69d9c726e6a663ea276cc440676e20f8326: documentation/dev-manual/dev-manual-intro.xml: typo fixed. (2012-07-26 18:53:04 +0100) are available in the git repository at:

[OE-core] [PATCH 4/4] libdrm: Bump libdrm_git to 2.4.37

2012-07-27 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/drm/libdrm_git.bb |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 2/4] libdrm: libdrm does not depend on xcb any more

2012-07-27 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/drm/libdrm.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 1/4] drm: move to PR/INC_PR, starting at r1 as libdrm_git was at r1

2012-07-27 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/drm/libdrm.inc |2 ++ meta/recipes-graphics/drm/libdrm_2.4.35.bb |2 +- meta/recipes-graphics/drm/libdrm_git.bb|2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 3/4] libdrm: Put the license md5sum in the common include

2012-07-27 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com With this, libdrm_git now does have LIC_FILES_CHKSUM as well. Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/drm/libdrm.inc |1 +

[OE-core] [PATCH] libpciaccess: lpci access does not depend on X

2012-07-27 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com So let's remove the X dependencies from DEPENDS and white list it in xorg-lib-common.inc. Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com ---

Re: [OE-core] image.bbclass: Update outdated reference to export IMAGE_BASENAME

2012-07-27 Thread Andrea Adami
On Fri, Jul 27, 2012 at 1:25 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2012-07-26 at 19:06 -0400, Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- does this look about right? diff --git a/meta/classes/image.bbclass

Re: [OE-core] image.bbclass: Update outdated reference to export IMAGE_BASENAME

2012-07-27 Thread Robert P. J. Day
On Fri, 27 Jul 2012, Richard Purdie wrote: On Thu, 2012-07-26 at 19:06 -0400, Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- does this look about right? diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index

[OE-core] gtk-doc-stub: Add PROVIDES for gobject-introspection-stub and fix unpackaged files

2012-07-27 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb b/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb index 195fc41..da2eca6 100644 --- a/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb +++

[OE-core] [PATCH] polkit/vte/gupnp/gssdp: Replace introspection hacks with gobject-introspection-stub

2012-07-27 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-connectivity/gupnp/gssdp-0.10.0/introspection.patch b/meta/recipes-connectivity/gupnp/gssdp-0.10.0/introspection.patch deleted file mode 100644 index 39c1502..000 ---

[OE-core] [PATCH 1/1] usbutils 0.91: Fix NULL pointer crash.

2012-07-27 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com [YOCTO #2847] Before use usbbuslist, we should check if it is valid. Signed-off-by: Roy.Li rongqing...@windriver.com --- .../usbutils/usbutils/Fix-NULL-pointer-crash.patch | 28 meta/recipes-bsp/usbutils/usbutils_0.91.bb |

Re: [OE-core] [oe-commits] Cristian Iorga : libpcap: upgrade to ver. 1.3

2012-07-27 Thread Phil Blundell
On Fri, 2012-07-27 at 13:52 +0200, Martin Jansa wrote: * check_data_file_clashes: Package libpcap1 wants to install file /usr/lib/libpcap.so.1 But that file is already provided by package * libpcap * check_data_file_clashes: Package libpcap1 wants to install file

Re: [OE-core] [oe-commits] Cristian Iorga : libpcap: upgrade to ver. 1.3

2012-07-27 Thread Martin Jansa
On Fri, Jul 27, 2012 at 01:05:43PM +0100, Phil Blundell wrote: On Fri, 2012-07-27 at 13:52 +0200, Martin Jansa wrote: * check_data_file_clashes: Package libpcap1 wants to install file /usr/lib/libpcap.so.1 But that file is already provided by package * libpcap *

[OE-core] [PATCH] gconf: Clean up introspection disabling by using gobject-introspection-stub

2012-07-27 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-gnome/gnome/gconf-3.2.3/nointro.patch b/meta/recipes-gnome/gnome/gconf-3.2.3/nointro.patch deleted file mode 100644 index 29181e3..000 --- a/meta/recipes-gnome/gnome/gconf-3.2.3/nointro.patch +++

Re: [OE-core] [PATCH] gobject-introspection: Drop the recipe, it has never worked and if it does cross compile, we can add it back

2012-07-27 Thread Richard Purdie
On Fri, 2012-07-27 at 13:46 +0200, Martin Jansa wrote: On Fri, Jul 27, 2012 at 12:43:14PM +0100, Richard Purdie wrote: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb

Re: [OE-core] [PATCH] qemu: cflags concatination issue

2012-07-27 Thread Richard Purdie
On Fri, 2012-07-27 at 16:47 +0500, Fahad Usman wrote: From: Fahad Usman fahad_us...@mentor.com add patch to fix cflags concatination issue Signed-off-by: Fahad Usman fahad_us...@mentor.com --- .../qemu/qemu-0.15.1/cflags-separator.patch| 15 +++

Re: [OE-core] image.bbclass: Update outdated reference to export IMAGE_BASENAME

2012-07-27 Thread Andrea Adami
On Fri, Jul 27, 2012 at 2:01 PM, Robert P. J. Day rpj...@crashcourse.cawrote: On Fri, 27 Jul 2012, Richard Purdie wrote: On Thu, 2012-07-26 at 19:06 -0400, Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- does this look about right? diff

Re: [OE-core] image.bbclass: Update outdated reference to export IMAGE_BASENAME

2012-07-27 Thread Robert P. J. Day
On Fri, 27 Jul 2012, Andrea Adami wrote: By the way, we have followed pedissequally and re-introduced 'export IMAGE_BASENAME' [1] when we adapted our initramfs image for oe-core,  even though we had built whitout until then, both in oe-classic and in oe-core. Regards Andrea [1]

Re: [OE-core] image.bbclass: Update outdated reference to export IMAGE_BASENAME

2012-07-27 Thread Richard Purdie
On Fri, 2012-07-27 at 14:53 +0200, Andrea Adami wrote: By the way, we have followed pedissequally and re-introduced 'export IMAGE_BASENAME' [1] when we adapted our initramfs image for oe-core, even though we had built whitout until then, both in oe-classic and in oe-core. Regards

[OE-core] [PATCH] dbus-glib: Conditionaly adds dbus-x11 to RDEPENDS_${PN}-tests

2012-07-27 Thread Ahsan, Noor
From: Noor Ahsan noor_ah...@mentor.commailto:noor_ah...@mentor.com * Build was hitting an error Nothing RPROVIDES 'dbus-x11'. dbus-glib RDEPENDS on it and dbus was providing dbus-x11 when x11 was present in DISTRO FEATURES. So conditionally added dbus-x11 to RDEPENDS_${PN}-tests in dbus-glib

Re: [OE-core] [PATCH] gobject-introspection: Drop the recipe, it has never worked and if it does cross compile, we can add it back

2012-07-27 Thread Colin Walters
Hi Richard, On Fri, 2012-07-27 at 13:18 +0100, Richard Purdie wrote: If the latter, add gobject-introspection-stub to DEPENDS and this should resolve it. See the patches I just sent doing this for OE-Core. Just want to say thanks for picking this up and running with it; it'll reduce the delta

Re: [OE-core] libc-common.bbclass and uclibc

2012-07-27 Thread Manuel Bessler
On Thu, Jul 26, 2012 at 6:17 PM, Phil Blundell ph...@gnu.org wrote: On Thu, 2012-07-26 at 17:51 -0400, Manuel Bessler wrote: = python populate_packages_prepend () { if d.getVar('DEBIAN_NAMES', True): bpn = d.getVar('BPN', True)

Re: [OE-core] [PATCH] dbus-glib: Conditionaly adds dbus-x11 to RDEPENDS_${PN}-tests

2012-07-27 Thread Chris Larson
On Fri, Jul 27, 2012 at 6:10 AM, Ahsan, Noor noor_ah...@mentor.com wrote: From: Noor Ahsan noor_ah...@mentor.com * Build was hitting an error Nothing RPROVIDES 'dbus-x11'. dbus-glib RDEPENDS on it and dbus was providing dbus-x11 when x11 was present in DISTRO FEATURES. So conditionally

[OE-core] [PATCH] openssh: openssh's init fails to restart if sshd is not running

2012-07-27 Thread Amy Fong
openssh: openssh's init fails to restart if sshd is not running Because of set -e, it's necessary to specify the -o (or --oknodo) so that start-stop-daemon returns an exit status of 0 if no actions are taken. Signed-off-by: Amy Fong amy.f...@windriver.com --- init |2 +- 1 file

Re: [OE-core] image.bbclass: Update outdated reference to export IMAGE_BASENAME

2012-07-27 Thread Andrea Adami
On Fri, Jul 27, 2012 at 3:15 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-07-27 at 14:53 +0200, Andrea Adami wrote: By the way, we have followed pedissequally and re-introduced 'export IMAGE_BASENAME' [1] when we adapted our initramfs image for oe-core,

Re: [OE-core] [PATCH] openssh: package testing

2012-07-27 Thread Saul Wold
On 07/27/2012 08:24 AM, Amy Fong wrote: openssh: package testing Package openssh's regression tests Signed-off-by: Amy Fong amy.f...@windriver.com --- openssh-5.9p1/runtests.sh | 29 + openssh_5.9p1.bb |9 + 2 files changed, 38

Re: [OE-core] [PATCH v5] dbus: include dbus-launch in the main dbus package

2012-07-27 Thread Phil Blundell
On Fri, 2012-07-27 at 09:22 +0300, Radu Moisan wrote: Followed suggestions from Bugz 2261: 2) make the virtual/libx11 DEPENDS conditional based on the x11 distro feature. This makes the build dependencies reflect the feature list. 3) remove dbus-x11, meaning that dbus-launch with its

Re: [OE-core] [PATCH 0/6] relocatable SDK

2012-07-27 Thread Saul Wold
On 07/27/2012 04:21 AM, Laurentiu Palcu wrote: Hi, This patchset adds relocatable SDK functionality. Instead of a tarball, the output of bitbake meta-toolchain/meta-toolchain-sdk will be a self extracting archive. The user will then execute the .sh script and give it the target directory for

Re: [OE-core] [PATCH] openssh: package testing

2012-07-27 Thread Mark Hatle
On 7/27/12 11:35 AM, Saul Wold wrote: On 07/27/2012 08:24 AM, Amy Fong wrote: openssh: package testing Package openssh's regression tests Signed-off-by: Amy Fong amy.f...@windriver.com --- openssh-5.9p1/runtests.sh | 29 + openssh_5.9p1.bb |9

[OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Franklin S Cooper Jr
* Add back inetd and inetd.conf files which are needed if CONFIG_INETD is enabled in the defconfig. Grabbed these files from oe-classic Signed-off-by: Franklin S Cooper Jr fcoo...@ti.com --- meta/recipes-core/busybox/busybox_1.19.4.bb |4 ++- meta/recipes-core/busybox/files/inetd

Re: [OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Phil Blundell
On Fri, 2012-07-27 at 14:52 -0500, Franklin S Cooper Jr wrote: +if ! [ -x /usr/sbin/inetd ]; then + exit 0 +fi That should be ${sbindir}. p. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] openssh: package testing

2012-07-27 Thread Saul Wold
On 07/27/2012 11:15 AM, Mark Hatle wrote: On 7/27/12 11:35 AM, Saul Wold wrote: On 07/27/2012 08:24 AM, Amy Fong wrote: openssh: package testing Package openssh's regression tests Signed-off-by: Amy Fong amy.f...@windriver.com --- openssh-5.9p1/runtests.sh | 29

Re: [OE-core] [PATCH] lttng-2.0: update to the latest version

2012-07-27 Thread Saul Wold
On 07/27/2012 01:39 AM, Damian, Alexandru wrote: Hi, I recommend changing the liburcu licence as follows, following a GPLv3 file addition in the build macros: LICENSE = LGPLv2.1+ MIT-style GPLv3 LICENSE_${PN} = LGPLv2.1+ MIT-style Alex, Please what what you are replying to, I am not

Re: [OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Cooper Jr., Franklin
The section you mentioned is within the file inetd which I am adding to the SRC_URI list in the busybox_1.19.4.bb file. The variable ${sbindir} won't be expanded. -Original Message- From: Phil Blundell [mailto:ph...@gnu.org] Sent: Friday, July 27, 2012 3:02 PM To: Patches and

Re: [OE-core] [RFC 00/34] Clear update-alternatives WARNINGS

2012-07-27 Thread Mark Hatle
On 7/26/12 11:50 PM, Saul Wold wrote: Folks, Please review this change set via the links, it large enough that I don't want to spam the list multiple times as I already send enough pull requests to you all! I have reviewed these and they look correct, there are a couple of issues that I am

Re: [OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Phil Blundell
On Fri, 2012-07-27 at 20:26 +, Cooper Jr., Franklin wrote: The section you mentioned is within the file inetd which I am adding to the SRC_URI list in the busybox_1.19.4.bb file. The variable ${sbindir} won't be expanded. Right, so you need to arrange for it to get expanded. If you

Re: [OE-core] [PATCH] openssh: package testing

2012-07-27 Thread Koen Kooi
Op 27 jul. 2012, om 17:24 heeft Amy Fong amy.f...@windriver.com het volgende geschreven: openssh: package testing Package openssh's regression tests Signed-off-by: Amy Fong amy.f...@windriver.com --- openssh-5.9p1/runtests.sh | 29 + openssh_5.9p1.bb

Re: [OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Mark Hatle
On 7/27/12 3:26 PM, Cooper Jr., Franklin wrote: The section you mentioned is within the file inetd which I am adding to the SRC_URI list in the busybox_1.19.4.bb file. The variable ${sbindir} won't be expanded. -Original Message- From: Phil Blundell [mailto:ph...@gnu.org] Sent:

[OE-core] [PATCH 0/1] Update pseudo to 1.4 (target improvements)

2012-07-27 Thread Peter Seebach
Someone managed to do something which caused pseudo to try to build on ARM, where -m32 doesn't work, and I looked at the sort of half-baked --arch fix in tree, concluded I hated it, and redid it. So as of 1.4, pseudo now has support for a --cflags configure option, so the build system can pass in

[OE-core] [PATCH 1/1] pseudo.inc/pseudo_1.4.bb: update pseudo to 1.4

2012-07-27 Thread Peter Seebach
This update replaces the half-baked --arch logic with the use of $CFLAGS to pick compiler flags, on the grounds that it makes a lot more sense for the build system to pick flags than for pseudo to try to guess what they should be; this should allow pseudo to at least compile for targets, and

[OE-core] [branch: denzil] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Franklin S Cooper Jr
* Add back inetd and inetd.conf files which are needed if CONFIG_INETD is enabled in the defconfig. Grabbed these files from oe-classic Signed-off-by: Franklin S Cooper Jr fcoo...@ti.com --- meta/recipes-core/busybox/busybox.inc |1 + meta/recipes-core/busybox/busybox_1.19.4.bb |

Re: [OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Cooper Jr., Franklin
This patch was meant for the denzil branch and I also forgot to bump the PR in the busybox_1.19.4.bb file. So I rejected this patch in Patchworks and submitted an updated one. I also made a tweak that addresses your concern. -Original Message- From: Phil Blundell [mailto:ph...@gnu.org]

Re: [OE-core] [PATCH V2 1/2] kernel.bbclass: fix external module building

2012-07-27 Thread Darren Hart
On 07/20/2012 04:22 PM, Khem Raj wrote: From: Denis Carikli gnu...@no-log.org Without that fix we have the following while compiling compat-wireless. include/linux/mmzone.h:18:30: fatal error: generated/bounds.h: No such file or directory Note that the compat-wireless recipe will be

Re: [OE-core] [PATCH 1/1] kernel.bbclass: remove default module_autoload and module_conf values

2012-07-27 Thread Darren Hart
On 07/26/2012 11:04 AM, Bruce Ashfield wrote: kernel.bbclass is a common class for many different kernel versions, and as such the default module_autoload and module_conf values that it contains are not relevant, or out of date for most builds. Individual kernel recipes or distros can

Re: [OE-core] [PATCH V2 1/2] kernel.bbclass: fix external module building

2012-07-27 Thread Chris Larson
On Fri, Jul 20, 2012 at 4:22 PM, Khem Raj raj.k...@gmail.com wrote: From: Denis Carikli gnu...@no-log.org Without that fix we have the following while compiling compat-wireless. include/linux/mmzone.h:18:30: fatal error: generated/bounds.h: No such file or directory Note that the