Re: [OE-core] [RFC] icecc: Allow to use this bbclass together with external toolchains

2013-04-04 Thread Martin Jansa
On Mon, Mar 18, 2013 at 11:10:08AM +0100, Martin Jansa wrote: * original implementation by Antti Harju Nobody using external TC, interested in icecc? Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/icecc.bbclass | 37 + 1 file

[OE-core] [CONSOLIDATED PULL 0/8] Patches for build issues

2013-04-04 Thread Saul Wold
Richard, This set up patches is being built by the AB currently and the progress is good. The changes currently proposed have been reviewed. My rpm-postinsts is working, but we will need to investage similar changes for deb and opkg, maybe considering a common run-postinsts package that can

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Samuel Stirtzel
2013/4/3 Richard Purdie richard.pur...@linuxfoundation.org: On Wed, 2013-04-03 at 16:51 +0200, Samuel Stirtzel wrote: 2013/4/3 Burton, Ross ross.bur...@intel.com: Hi, On 2 April 2013 15:15, Samuel Stirtzel s.stirt...@googlemail.com wrote: For xserver-nodm-init we would then have

[OE-core] [PATCH v3] ptest bug fixes

2013-04-04 Thread Björn Stenberg
Move ${PN}-ptest to start of PACKAGES to ensure all ptest files are packaged in the -ptest package. Add QA exclusions to insane.bbclass to ensure -ptest packages can contain any files they need. Disable ptest for native packages. Signed-off-by: Björn Stenberg b...@enea.com ---

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Samuel Stirtzel
2013/4/3 Burton, Ross ross.bur...@intel.com: On 3 April 2013 15:51, Samuel Stirtzel s.stirt...@googlemail.com wrote: When we decide that we handle standard behavior different than the rest of the world, then this patch is basically a fork of systemd. Also we tell every affected software

Re: [OE-core] [RFC] icecc: Allow to use this bbclass together with external toolchains

2013-04-04 Thread Martin Jansa
On Thu, Apr 04, 2013 at 08:21:47AM +0200, Martin Jansa wrote: On Mon, Mar 18, 2013 at 11:10:08AM +0100, Martin Jansa wrote: * original implementation by Antti Harju Nobody using external TC, interested in icecc? If someone does not know how to setup icecc, there is surprisingly up2date wiki

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Martin Jansa
On Thu, Apr 04, 2013 at 08:59:11AM +0200, Samuel Stirtzel wrote: 2013/4/3 Burton, Ross ross.bur...@intel.com: On 3 April 2013 15:51, Samuel Stirtzel s.stirt...@googlemail.com wrote: When we decide that we handle standard behavior different than the rest of the world, then this patch is

[OE-core] [PATCH v2] libproxy: add dependency on glib-2.0

2013-04-04 Thread Alex DAMIAN
From: Alexandru DAMIAN alexandru.dam...@intel.com libproxy uses glib-2.0, but the depends is missing Fixes intermittent build errors. Signed-off-by: Alexandru DAMIAN alexandru.dam...@intel.com --- meta/recipes-support/libproxy/libproxy_0.4.7.bb |2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Samuel Stirtzel
2013/4/4 Koen Kooi k...@dominion.thruhere.net: Op 3 apr. 2013, om 17:27 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 3 April 2013 15:51, Samuel Stirtzel s.stirt...@googlemail.com wrote: When we decide that we handle standard behavior different than the rest of the

[OE-core] [PATCH V3] Add file information to package information window

2013-04-04 Thread Andrei Dinu
Removed the package files parsing routine from the packageinfo.bbclass file and added it to the package.bbclass file. Signed-off-by: Andrei Dinu andrei.adrianx.d...@intel.com --- meta/classes/package.bbclass | 12 meta/classes/packageinfo.bbclass | 20 2

Re: [OE-core] [PATCH V2] Add file information to package information window

2013-04-04 Thread Andrei Dinu
Hi Paul, Thank you for your review! I just submitted a V3 with the changes you suggested. Thanks, Andrei On 04/03/2013 07:18 PM, Paul Eggleton wrote: Hi Andrei, On Wednesday 03 April 2013 18:30:47 Andrei Dinu wrote: Removed the package files parsing routine from the packageinfo.bbclass

[OE-core] [PATCH 2/2] gcc: add patch to disable texinfo when texinfo is 5.0 or newer

2013-04-04 Thread Martin Jansa
* this is needed only for 4.7 series, newer works fine with texinfo-5* [YOCTO #3947] Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-devtools/gcc/gcc-4.7.inc | 1 + .../gcc/gcc-4.7/disable-texinfo-5.patch| 107 + 2 files

[OE-core] [PATCH 1/2] qemu: Add 2 patches to fix build with texinfo-5

2013-04-04 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- ...x-texinfo-table-markup-in-qemu-options.hx.patch | 213 + ...x-generating-qemu-doc.html-with-texinfo-5.patch | 54 ++ meta/recipes-devtools/qemu/qemu.inc| 2 + 3 files changed, 269 insertions(+)

Re: [OE-core] [PATCH 2/2] gcc: add patch to disable texinfo when texinfo is 5.0 or newer

2013-04-04 Thread Khem Raj
On Apr 4, 2013, at 1:35 AM, Martin Jansa martin.ja...@gmail.com wrote: * this is needed only for 4.7 series, newer works fine with texinfo-5* [YOCTO #3947] Signed-off-by: Martin Jansa martin.ja...@gmail.com Looks ok to me. Acked-by: Khem Raj raj.k...@gmail.com ---

Re: [OE-core] [PATCH V3] Add file information to package information window

2013-04-04 Thread Paul Eggleton
On Thursday 04 April 2013 11:20:34 Andrei Dinu wrote: Removed the package files parsing routine from the packageinfo.bbclass file and added it to the package.bbclass file. Signed-off-by: Andrei Dinu andrei.adrianx.d...@intel.com --- meta/classes/package.bbclass | 12

Re: [OE-core] [PATCH V3] Add file information to package information window

2013-04-04 Thread Andrei Dinu
Hi Paul, Thanks again! preparing for a V4 right now. Cheers, Andrei On 04/04/2013 01:02 PM, Paul Eggleton wrote: On Thursday 04 April 2013 11:20:34 Andrei Dinu wrote: Removed the package files parsing routine from the packageinfo.bbclass file and added it to the package.bbclass file.

[OE-core] [PATCH V4] Add file information to package information window

2013-04-04 Thread Andrei Dinu
Removed the package files parsing routine from the packageinfo.bbclass file and added it to the package.bbclass file. Signed-off-by: Andrei Dinu andrei.adrianx.d...@intel.com --- meta/classes/package.bbclass | 10 ++ meta/classes/packageinfo.bbclass | 20 2

[OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Mihai Prica
Enables qemu to run images with video output without the need for vncviewer. Signed-off-by: Mihai Prica mihai.pr...@intel.com --- meta/recipes-devtools/qemu/qemu.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc

[OE-core] [PATCH] python: adding missing runtime dependency python-io to python-pprint

2013-04-04 Thread Lukas Bulwahn
When trying to import python-pprint on a minimal image, it reports that the cStringIO python module is missing. This is provided with python-io, so we add python-io as runtime dependency. The complete observed trace was: Python 2.7.3 (default, Apr 4 2013, 07:45:36) [GCC 4.7.2] on linux2 Type

Re: [OE-core] [PATCH] elfutils: split libraries into separate packages

2013-04-04 Thread Marcin Juszkiewicz
W dniu 03.04.2013 22:59, Saul Wold pisze: On 04/03/2013 01:47 PM, Marcin Juszkiewicz wrote: W dniu 03.04.2013 17:50, Saul Wold pisze: This change seems to cause some issues with multilib build with lib32 on x86-64: I have to admit that I never did any multilib builds with OE. Can you point

Re: [OE-core] [PATCH] rm_work: keep do_fetch, do_write_srcrev stamps

2013-04-04 Thread Richard Purdie
On Wed, 2013-04-03 at 18:35 +0200, Martin Jansa wrote: * otherwise do_fetch/do_write_srcrev/do_rmwork is reexecuted for each recipe included in image on every build Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/rm_work.bbclass | 8 1 file changed, 8

Re: [OE-core] [PATCH 2/2] udev: enable multilib support

2013-04-04 Thread Radu Moisan
On 04/03/2013 08:58 PM, Koen Kooi wrote: Op 3 apr. 2013, om 18:25 heeft Radu Moisan radu.moi...@intel.com het volgende geschreven: Use base_libdir in place of hardcoded /lib Fixes [YOCTO #4096] Signed-off-by: Radu Moisan radu.moi...@intel.com --- meta/recipes-core/udev/udev.inc |1 + 1

Re: [OE-core] [PATCH 2/2] udev: enable multilib support

2013-04-04 Thread Koen Kooi
Op 4 apr. 2013, om 14:45 heeft Radu Moisan radu.moi...@intel.com het volgende geschreven: On 04/03/2013 08:58 PM, Koen Kooi wrote: Op 3 apr. 2013, om 18:25 heeft Radu Moisan radu.moi...@intel.com het volgende geschreven: Use base_libdir in place of hardcoded /lib Fixes [YOCTO #4096]

Re: [OE-core] experiences with images based on current layer heads

2013-04-04 Thread Richard Purdie
On Wed, 2013-04-03 at 16:02 +0200, Andreas Müller wrote: Hi, when migration of systemd to oe-core turned to unbuildable I decided to freeze my images and stopped further tests. Now that many issues were fixed and we are close to another release I built my standard xfce-based image based on

[OE-core] [PATCHv2 1/2][for-danny] linux-dtb: Add simple DTB symlinks for devicetree

2013-04-04 Thread Chase Maupin
* This is similar to the symlinks provided for the kernel image in the /boot directory of a file system. The goal is to have simply named symlinks in /boot that mirror the device tree name in the kernel sources. This is so that programs like U-Boot can easily find the default device tree

[OE-core] [PATCH 2/2][for-danny] linux-dtb: fix whitespace in bash functions

2013-04-04 Thread Chase Maupin
* Fix the whitespace in the base functions to use TAB instead of spaces. This is to address feedback from: Darren Hart dvh...@linux.intel.com * This patch has already been accepted into the master branch

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Burton, Ross
On 4 April 2013 08:37, Koen Kooi k...@dominion.thruhere.net wrote: 1) console-image already using systemd, used as-is 2) gdm-image already using systemd, used as-is 3) console-image already using systemd, gdm will be opkg-installed at some point. What will be different between 2 clean

Re: [OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Khem Raj
On Apr 4, 2013, at 5:09 AM, Mihai Prica mihai.pr...@intel.com wrote: Enables qemu to run images with video output without the need for vncviewer. Signed-off-by: Mihai Prica mihai.pr...@intel.com --- meta/recipes-devtools/qemu/qemu.inc |4 ++-- 1 file changed, 2 insertions(+), 2

Re: [OE-core] New OE layer index now available

2013-04-04 Thread Nicolas Dechesne
hi, this is a really useful addition! thanks! On Fri, Mar 29, 2013 at 10:34 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: The index also supports multiple branches, but for the moment there is only a master branch configured as I'd like to have people check the layer data before

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Andreas Müller
On Thu, Apr 4, 2013 at 4:30 PM, Burton, Ross ross.bur...@intel.com wrote: In my world order, console-image uses the default.target-multi-user.target as defined by systemd. The gdm package as it's a graphical session manager (like xserver-nodm-init) should switch the alternative

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Burton, Ross
On 4 April 2013 16:17, Andreas Müller schnitzelt...@googlemail.com wrote: On Thu, Apr 4, 2013 at 4:30 PM, Burton, Ross ross.bur...@intel.com wrote: In my world order, console-image uses the default.target-multi-user.target as defined by systemd. The gdm package as it's a graphical session

Re: [OE-core] New OE layer index now available

2013-04-04 Thread Paul Eggleton
On Thursday 04 April 2013 17:01:07 Nicolas Dechesne wrote: i was thinking it might be useful (in fact at least it would be very useful for me right now) to get version 'history' for each supported branch. if i understand the design correctly, i first need to set the branch I want to search,

Re: [OE-core] [RFC][PATCH 1/2] packagedata: show error when there are multiple pkgdata directories

2013-04-04 Thread Martin Jansa
On Wed, Apr 03, 2013 at 12:14:33PM +0200, Martin Jansa wrote: * when PACKAGE_ARCH is changed e.g. from MACHINE_ARCH to TUNE_PKGARCH get_subpkgedata_fn is still reading old MACHINE_ARCH directory instead of newer with TUNE_PKGARCH This is too strict in some cases, e.g.: ERROR: More then one

Re: [OE-core] [oe][PATCH] eglinfo: Add recipes for x11 and fb backends

2013-04-04 Thread Saul Wold
I am going to defer this to 1.5 when it opens up, I still need to review the recipe, but wanted to give you a heads up about the deferral. Thanks Sau! On 04/03/2013 12:26 PM, Carlos Rafael Giani wrote: eglinfo is a small utility for printing out information about EGL as well as

Re: [OE-core] [RFC][PATCH 1/2] packagedata: show error when there are multiple pkgdata directories

2013-04-04 Thread Paul Eggleton
On Thursday 04 April 2013 17:39:30 Martin Jansa wrote: On Wed, Apr 03, 2013 at 12:14:33PM +0200, Martin Jansa wrote: * when PACKAGE_ARCH is changed e.g. from MACHINE_ARCH to TUNE_PKGARCH get_subpkgedata_fn is still reading old MACHINE_ARCH directory instead of newer with TUNE_PKGARCH

Re: [OE-core] [PATCH] rm_work: keep do_fetch, do_write_srcrev stamps

2013-04-04 Thread Martin Jansa
On Thu, Apr 04, 2013 at 01:31:57PM +0100, Richard Purdie wrote: On Wed, 2013-04-03 at 18:35 +0200, Martin Jansa wrote: * otherwise do_fetch/do_write_srcrev/do_rmwork is reexecuted for each recipe included in image on every build Signed-off-by: Martin Jansa martin.ja...@gmail.com

Re: [OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Prica, Mihai
-Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Thursday, April 04, 2013 5:59 PM To: Prica, Mihai Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture On Apr 4, 2013, at 5:09

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Koen Kooi
Op 4 apr. 2013, om 16:30 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 4 April 2013 08:37, Koen Kooi k...@dominion.thruhere.net wrote: 1) console-image already using systemd, used as-is 2) gdm-image already using systemd, used as-is 3) console-image already using

Re: [OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Khem Raj
On Apr 4, 2013, at 8:56 AM, Prica, Mihai mihai.pr...@intel.com wrote: I sent a patch to meta-virtualization that just enabled SDL using a bbappend and the maintainers said I should to integrate this into poky. I talked with Richard and he said I should use a PACKAGECONFIG and enable sdl

Re: [OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Richard Purdie
On Thu, 2013-04-04 at 15:56 +, Prica, Mihai wrote: On Apr 4, 2013, at 5:09 AM, Mihai Prica mihai.pr...@intel.com wrote: Enables qemu to run images with video output without the need for vncviewer. Signed-off-by: Mihai Prica mihai.pr...@intel.com ---

[OE-core] [PATCH] utils: add helper to get all non-system packages

2013-04-04 Thread Ross Burton
For example if PACKAGES is foo foo-data foo-dev foo-doc, this will return foo-data. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/lib/oe/tests/test_utils.py | 27 +++ meta/lib/oe/utils.py| 16 2 files changed, 43 insertions(+)

[OE-core] [PATCH 1/2] systemd: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-04 Thread Martin Jansa
* fixes udev configure in run-postinsts failing with: update-rc.d: /etc/init.d/systemd-udev: file does not exist because systemd-udev is installed only with sysvinit in features but update-rc.d was always called from PN postinst Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [PATCH 2/2] dbus: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-04 Thread Martin Jansa
* fixes udev configure in run-postinsts failing with: update-rc.d: /etc/init.d/dbus-1: file does not exist because dbus-udev is installed only with sysvinit in features but update-rc.d was always called from PN postinst Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

Re: [OE-core] [PATCH 1/2] systemd: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-04 Thread Richard Purdie
On Thu, 2013-04-04 at 18:42 +0200, Martin Jansa wrote: * fixes udev configure in run-postinsts failing with: update-rc.d: /etc/init.d/systemd-udev: file does not exist because systemd-udev is installed only with sysvinit in features but update-rc.d was always called from PN postinst

Re: [OE-core] [PATCH 1/2] systemd: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-04 Thread Martin Jansa
On Thu, Apr 04, 2013 at 05:46:48PM +0100, Richard Purdie wrote: On Thu, 2013-04-04 at 18:42 +0200, Martin Jansa wrote: * fixes udev configure in run-postinsts failing with: update-rc.d: /etc/init.d/systemd-udev: file does not exist because systemd-udev is installed only with sysvinit in

Re: [OE-core] [oe][PATCH] eglinfo: Add recipes for x11 and fb backends

2013-04-04 Thread Otavio Salvador
On Thu, Apr 4, 2013 at 12:41 PM, Saul Wold s...@linux.intel.com wrote: I am going to defer this to 1.5 when it opens up, I still need to review the recipe, but wanted to give you a heads up about the deferral. Any reasoning to defer it when it adds a good tool for validation and test? It also

[OE-core] [PATCH 1/2] liberation-fonts: remove 1.06

2013-04-04 Thread Ross Burton
1.06 requires fontforge-native to build, which as we don't have this version has never been used. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../ttf-fonts/liberation-fonts_1.06.bb | 45 1 file changed, 45 deletions(-) delete mode 100644

[OE-core] [PATCH 2/2] libxcb: remove obsolete version 1.1.91

2013-04-04 Thread Ross Burton
We have 1.9 and git snapshot recipes, we don't also need this ancient version. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/xcb/libxcb_1.1.91.bb |4 1 file changed, 4 deletions(-) delete mode 100644 meta/recipes-graphics/xcb/libxcb_1.1.91.bb diff --git

Re: [OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Khem Raj
On Apr 4, 2013, at 9:18 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: I'd ultimately like to see PACKAGECONFIG used here but we haven't managed the right patchset yet so I took this one earlier today as a short term fix :/. i think its not a good thing for headless systems as

[OE-core] [PATCH] oe.terminal: add tmux classes

2013-04-04 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com This adds two new Terminal classes. It's separated into two, so that opening a split inside a tmux window is preferred to the other terminal types, but opening a tmux session is prioritized only slightly higher than screen. - tmuxrunning: Open a

Re: [OE-core] [PATCH] oe.terminal: add tmux classes

2013-04-04 Thread Christopher Larson
On Thu, Apr 4, 2013 at 11:41 AM, Christopher Larson kerg...@gmail.comwrote: From: Christopher Larson chris_lar...@mentor.com This adds two new Terminal classes. It's separated into two, so that opening a split inside a tmux window is preferred to the other terminal types, but opening a tmux

[OE-core] [PATCHv2] oe.terminal: add tmux classes

2013-04-04 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com This adds two new Terminal classes. It's separated into two, so that opening a split inside a tmux window is preferred to the other terminal types, but opening a tmux session is prioritized only slightly higher than screen. - tmuxrunning: Open a

[OE-core] [PATCH v4] elfutils: split libraries into separate packages

2013-04-04 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- meta/recipes-devtools/elfutils/elfutils_0.148.bb | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb

[OE-core] [PATCH] site: add endianness information for libmemcached

2013-04-04 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- meta/site/endian-big| 3 +++ meta/site/endian-little | 2 ++ 2 files changed, 5 insertions(+) diff --git a/meta/site/endian-big b/meta/site/endian-big index 29edc8d..b99e96c 100644 --- a/meta/site/endian-big +++

Re: [OE-core] [PATCH] Enable additional kernel parameters for syslinux

2013-04-04 Thread Konrad Scherer
On 04/03/2013 01:48 PM, Burton, Ross wrote: On 3 April 2013 18:47, Mark Hatle mark.ha...@windriver.com wrote: Add additional parameter 'SYSLINUX_KERNEL_ARGS' in order to allow for specific kernel parameters to be set when using syslinux. Why would you use this and not APPEND? (or am I totally

Re: [OE-core] experiences with images based on current layer heads

2013-04-04 Thread Andreas Müller
On Wed, Apr 3, 2013 at 4:02 PM, Andreas Müller schnitzelt...@googlemail.com wrote: Hi, when migration of systemd to oe-core turned to unbuildable I decided to freeze my images and stopped further tests. Now that many issues were fixed and we are close to another release I built my standard

Re: [OE-core] [oe][PATCH] eglinfo: Add recipes for x11 and fb backends

2013-04-04 Thread Richard Purdie
On Thu, 2013-04-04 at 14:09 -0300, Otavio Salvador wrote: On Thu, Apr 4, 2013 at 12:41 PM, Saul Wold s...@linux.intel.com wrote: I am going to defer this to 1.5 when it opens up, I still need to review the recipe, but wanted to give you a heads up about the deferral. Any reasoning to

Re: [OE-core] [PATCH 1/2] systemd: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-04 Thread Richard Purdie
On Thu, 2013-04-04 at 18:55 +0200, Martin Jansa wrote: On Thu, Apr 04, 2013 at 05:46:48PM +0100, Richard Purdie wrote: On Thu, 2013-04-04 at 18:42 +0200, Martin Jansa wrote: * fixes udev configure in run-postinsts failing with: update-rc.d: /etc/init.d/systemd-udev: file does not exist

Re: [OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Richard Purdie
On Thu, 2013-04-04 at 11:07 -0700, Khem Raj wrote: On Apr 4, 2013, at 9:18 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: I'd ultimately like to see PACKAGECONFIG used here but we haven't managed the right patchset yet so I took this one earlier today as a short term fix

[OE-core] [PATCH 0/1] Fix coreutils build on uclibc

2013-04-04 Thread Khem Raj
coreutils after upgrade has started to fail to build on uclibc targets, this series of patches fix the build on uclibc as well as on eglibc is working normal. The following changes since commit 2587a33134fde80dd1367629d9def45ac70256ee: site: add endianness information for libmemcached

[OE-core] [PATCH 1/1] coreutils: Fix build on uclibc after upgrade to 8.21

2013-04-04 Thread Khem Raj
This upgrade started to breaking build on uclibc the patches in there fixes the build. What patches do are explained in patch headers Signed-off-by: Khem Raj raj.k...@gmail.com --- ...d-ltr-and-lpthread-for-getting-spawn-func.patch | 15 ...sys_time.in.h-Fix-use-of-restrict-keyword.patch

[OE-core] [PATCHv3] oe.terminal: add tmux classes

2013-04-04 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com This adds two new Terminal classes. It's separated into two, so that opening a split inside a tmux window is preferred to the other terminal types, but opening a tmux session is prioritized only slightly higher than screen. - tmuxrunning: Open a