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

2013-04-03 Thread Samuel Stirtzel
2013/4/3 Burton, Ross : > On 3 April 2013 15:51, Samuel Stirtzel 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 developer: >> "No your software won't work wit

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

2013-04-03 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 --- meta/classes/insane.bbclass |

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

2013-04-03 Thread Samuel Stirtzel
2013/4/3 Richard Purdie : > On Wed, 2013-04-03 at 16:51 +0200, Samuel Stirtzel wrote: >> 2013/4/3 Burton, Ross : >> > Hi, >> > >> > On 2 April 2013 15:15, Samuel Stirtzel wrote: >> > For xserver-nodm-init we would then have something like: >> > inherit update-alternatives >> > ALTERNAT

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

2013-04-03 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 sel

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

2013-04-03 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 > --- > meta/classes/icecc.bbclass | 37 + > 1 file changed, 33 insertions(+)

[OE-core] [PATCH] rpm-postinsts: Split out run-postinsts

2013-04-03 Thread Saul Wold
This patch allows for the run-postinsts script to be provided outside of the rpm package itself and not pull in all the associated build dependencies. [YOCTO 4175] Signed-off-by: Saul Wold --- meta/recipes-devtools/rpm/rpm-postinsts.bb | 50 meta/recipes-devtools/

[OE-core] [PATCH 2/2] pointercal-xinput: Import recipe from Meta-OpenEmbedded

2013-04-03 Thread Otavio Salvador
This should be used to provide calibration information for xinput based touchscreens. Signed-off-by: Otavio Salvador --- .../pointercal/pointercal-xinput/pointercal.xinput| 1 + meta/recipes-bsp/pointercal/pointercal-xinput_0.0.bb | 19 +++ 2 files changed, 20 insertions(+)

[OE-core] [PATCH 1/2] pointercal: Move override files from 'files' to 'pointercal' directory

2013-04-03 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-bsp/pointercal/{files => pointercal}/COPYING | 0 .../recipes-bsp/pointercal/{files => pointercal}/pointercal | 0 .../pointercal/{files => pointercal}/qemuarm/pointercal | 0 .../pointercal/{files => pointercal}/qemuarmv6/pointercal |

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

2013-04-03 Thread Saul Wold
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 me to config options I need to set to get suc

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

2013-04-03 Thread Marcin Juszkiewicz
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 me to config options I need to set to get such build done? ___

[OE-core] [PATCH 2/3] udev-extraconf: Add rule adding input devices to input group

2013-04-03 Thread Darren Hart
Fixes [YOCTO 4164](2/3) Add all /dev/input/* devices to the input group with g+rw. This is needed for rootless X without adding a security hole by making the device o+rw. Signed-off-by: Darren Hart Cc: Saul Wold Cc: Radu Moisan Cc: Ross Burton --- .../udev/udev-extraconf/localextra.rules

[OE-core] [PATCH 3/3] xserver-nodm-init: Add xuser to input group

2013-04-03 Thread Darren Hart
Fixes [YOCTO 4164](3/3) Input devices come and go, so a single chmod in this init script is not adequate to ensure rootless X servers can use input devices. The o+rw method also introduces a security hole. The newly added input group and input udev rule address this in a secure way. Ensure the x

[OE-core] [PATCH 1/3] base-passwd: Add input group

2013-04-03 Thread Darren Hart
Fixes [YOCTO 4164](1/3) Add input group for the /dev/input/* devices. This is needed for rootless X without adding a security hole by making the device o+rw. Signed-off-by: Darren Hart Cc: Saul Wold --- .../base-passwd/base-passwd-3.5.26/input.patch | 22 .../recipes

[OE-core] [PATCH V2 0/3] Add input group and udev rule to fix rootless X

2013-04-03 Thread Darren Hart
Fix [YOCTO 4164] (usb mouse and keyboard don't work at liveboot on atom-pc) by adding an input group and a udev rule to make all /dev/input/* devices added to the input group with g+rw permissions. Drop the o+rw setting from xserver-nodm-init. Tested on atom-pc from current poky master using core-

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

2013-04-03 Thread Carlos Rafael Giani
eglinfo is a small utility for printing out information about EGL as well as about its client APIs, OpenGL / OpenGLES 1.x / OpenGLES 2.x / OpenVG. Signed-off-by: Carlos Rafael Giani --- meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.bb | 11 ++ meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.bb

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

2013-04-03 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] linux-dtb: fix whitespace in bash functions

2013-04-03 Thread Chase Maupin
* Fix the whitespace in the base functions to use TAB instead of spaces. This is to address feedback from: Darren Hart Signed-off-by: Chase Maupin --- meta/recipes-kernel/linux/linux-dtb.inc | 86 +++--- 1 files changed, 43 insertions(+), 43 deletions(-) di

Re: [OE-core] [PATCH 0/3] Add input group and udev rule to fix rootless X

2013-04-03 Thread Burton, Ross
On 3 April 2013 19:37, Darren Hart wrote: >>> udev: Add rule adding input devices to input group >> >> Please put this in udev-extraconf so that systemd's udev can use it too. > > Do you mean instead of udev? I didn't see udev-extraconf in the package > built for core-image-sato for atom-pc... Ye

Re: [OE-core] [PATCH 0/3] Add input group and udev rule to fix rootless X

2013-04-03 Thread Darren Hart
On 04/03/2013 11:37 AM, Darren Hart wrote: > On 04/03/2013 01:09 AM, Ross Burton wrote: >> On Tuesday, 2 April 2013 at 23:42, Darren Hart wrote: >>> udev: Add rule adding input devices to input group >> >> Please put this in udev-extraconf so that systemd's udev can use it too. > > Do you mean i

Re: [OE-core] [PATCH 0/3] Add input group and udev rule to fix rootless X

2013-04-03 Thread Darren Hart
On 04/03/2013 01:09 AM, Ross Burton wrote: > On Tuesday, 2 April 2013 at 23:42, Darren Hart wrote: >> udev: Add rule adding input devices to input group > > Please put this in udev-extraconf so that systemd's udev can use it too. Do you mean instead of udev? I didn't see udev-extraconf in the pac

[OE-core] [PATCH 1/1] icon-naming-utils: import version 0.8.90 from meta-oe

2013-04-03 Thread Paul Eggleton
* Use newer version 0.8.90 * Updates to a BBCLASSEXTENDed recipe instead of just a native recipe * Use PV in SRC_URI instead of hardcoded version number In copying over the recipe from meta-oe, some minor changes were made: * Preserve the existing OE-Core nativeperl wrapper usage * Drop setting of

[OE-core] [PATCH 0/1] Bring in overlayed recipe from meta-oe

2013-04-03 Thread Paul Eggleton
This is one of the last remaining recipes from meta-oe that we need to bring over to OE-Core. I realise this is late in the cycle, but the impact should be minimal and would help reduce the overlap of meta-oe which is a beneficial thing in itself. I have tested building and running a Sato image wit

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

2013-04-03 Thread Khem Raj
On Apr 3, 2013, at 11:02 AM, "Burton, Ross" wrote: > On 3 April 2013 18:58, Koen Kooi wrote: >> NACK! The udev maintainers have been clear that it is always /lib/udev, even >> on 64 bit systems, so you're not fixing a problem, you're creating an extra >> one. > > Radu, can you do a multilib

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

2013-04-03 Thread Burton, Ross
On 3 April 2013 18:58, Koen Kooi wrote: > NACK! The udev maintainers have been clear that it is always /lib/udev, even > on 64 bit systems, so you're not fixing a problem, you're creating an extra > one. Radu, can you do a multilib udev build and see what continues to fall into /lib64, so we ca

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

2013-04-03 Thread Koen Kooi
Op 3 apr. 2013, om 18:25 heeft Radu Moisan het volgende geschreven: > Use base_libdir in place of hardcoded /lib > Fixes [YOCTO #4096] > > Signed-off-by: Radu Moisan > --- > meta/recipes-core/udev/udev.inc |1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-core/udev/udev

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

2013-04-03 Thread Burton, Ross
On 3 April 2013 18:47, Mark Hatle 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 misunderstanding something?) Ross

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

2013-04-03 Thread Mark Hatle
From: Konrad Scherer Add additional parameter 'SYSLINUX_KERNEL_ARGS' in order to allow for specific kernel parameters to be set when using syslinux. Signed-off-by: Konrad Scherer Signed-off-by: Mark Hatle --- meta/classes/syslinux.bbclass | 5 + 1 file changed, 5 insertions(+) diff --git

Re: [OE-core] [PATCH] linux-dtb: Add simple DTB symlinks for devicetree

2013-04-03 Thread Maupin, Chase
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On > Behalf Of Bruce Ashfield > Sent: Wednesday, April 03, 2013 11:10 AM > To: Darren Hart > Cc: openembedded-core@lists.openembedded.org; Maupin, Chase

Re: [OE-core] [PATCH] linux-dtb: Add simple DTB symlinks for devicetree

2013-04-03 Thread Maupin, Chase
> -Original Message- > From: Darren Hart [mailto:dvh...@linux.intel.com] > Sent: Tuesday, April 02, 2013 3:54 PM > To: Maupin, Chase > Cc: openembedded-core@lists.openembedded.org; Ashfield, Bruce > Subject: Re: [OE-core] [PATCH] linux-dtb: Add simple DTB symlinks > for devicetree > > >

Re: [OE-core] [PATCHv2] buildhistory: record tag names and show warning when the same tag corresponds to different revision

2013-04-03 Thread Paul Eggleton
On Wednesday 03 April 2013 10:49:36 Martin Jansa wrote: > * persistent cache records tag-srcrev mappings, but is not shared between > builders > * when tag is moved in remote repo, all builders should rebuild > the component to use the same source, show warning when revision is > different than wh

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

2013-04-03 Thread Martin Jansa
* otherwise do_fetch/do_write_srcrev/do_rmwork is reexecuted for each recipe included in image on every build Signed-off-by: Martin Jansa --- meta/classes/rm_work.bbclass | 8 1 file changed, 8 insertions(+) diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass in

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

2013-04-03 Thread Radu Moisan
Use base_libdir in place of hardcoded /lib Fixes [YOCTO #4096] Signed-off-by: Radu Moisan --- meta/recipes-core/udev/udev.inc |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index e358d2d..6fd0240 100644 --- a/meta/recipes-

[OE-core] [PATCH 1/2] initramfs-live-boot: enable multilib support

2013-04-03 Thread Radu Moisan
Use base_libdir instead harcoded /lib Fixes [YOCTO #4096] Signed-off-by: Radu Moisan --- .../initrdscripts/initramfs-live-boot_1.0.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb b/meta/recipes-core/initrdscripts/initram

[OE-core] [PATCH 0/2 v2] Udev multilib fixes

2013-04-03 Thread Radu Moisan
Changed /lib with ${base_libdir} Fixes [YOCTO #4096] Radu Moisan (2): initramfs-live-boot: enable multilib support udev: enable multilib support .../initrdscripts/initramfs-live-boot_1.0.bb |1 + meta/recipes-core/udev/udev.inc|1 + 2 files changed, 2 insert

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

2013-04-03 Thread Paul Eggleton
Hi Andrei, On Wednesday 03 April 2013 18:30:47 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 > --- > meta/classes/package.bbclass | 10 ++ > meta/classes

Re: [OE-core] [PATCH] linux-dtb: Add simple DTB symlinks for devicetree

2013-04-03 Thread Bruce Ashfield
On 13-04-02 04:53 PM, Darren Hart wrote: On 03/29/2013 09:48 AM, Chase Maupin wrote: * 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 ker

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

2013-04-03 Thread Saul Wold
On 04/03/2013 08:51 AM, Radu Moisan wrote: Changed /lib with ${base_libdir} Fixes Bugz[4096] Please include the bug information in the actual commit messages not in the covoer letter. The correct format is: [YOCTO #4096] Thanks Sau! Radu Moisan (2): initramfs-live-boot: enabl

Re: [OE-core] [PATCH] lttng: updated lttng-ust to 2.1.2

2013-04-03 Thread Saul Wold
On 04/03/2013 08:20 AM, maxin.j...@enea.com wrote: From: "Maxin B. John" lttng-ust: upgrade to the latest version 2.1.2 Also updated HOMEPAGE and BUGTRACKER. We appreciate the update, as we are now in the stabilization period for the 1.4 release we are going to hold package updated unless t

Re: [OE-core] [PATCH] linux-dtb: Add simple DTB symlinks for devicetree

2013-04-03 Thread Darren Hart
On 04/03/2013 07:20 AM, Maupin, Chase wrote: >> -Original Message- >> From: Darren Hart [mailto:dvh...@linux.intel.com] >> Sent: Tuesday, April 02, 2013 3:54 PM >> To: Maupin, Chase >> Cc: openembedded-core@lists.openembedded.org; Ashfield, Bruce >> Subject: Re: [OE-core] [PATCH] linux-dt

Re: [OE-core] [PATCH 0/3] Add input group and udev rule to fix rootless X

2013-04-03 Thread Darren Hart
On 04/03/2013 01:09 AM, Ross Burton wrote: > On Tuesday, 2 April 2013 at 23:42, Darren Hart wrote: >> udev: Add rule adding input devices to input group > > Please put this in udev-extraconf so that systemd's udev can use it too. OK, will do. -- Darren Hart Intel Open Source Technology Center

[OE-core] [PATCH 0/2] Udev multilib fixes

2013-04-03 Thread Radu Moisan
Changed /lib with ${base_libdir} Fixes Bugz[4096] Radu Moisan (2): initramfs-live-boot: enable multilib support udev: enable multilib support .../initrdscripts/initramfs-live-boot_1.0.bb |1 + meta/recipes-core/udev/udev.inc|1 + 2 files changed, 2 insertion

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

2013-04-03 Thread Radu Moisan
Use base_libdir in place of hardcoded /lib Signed-off-by: Radu Moisan --- meta/recipes-core/udev/udev.inc |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index e358d2d..6fd0240 100644 --- a/meta/recipes-core/udev/udev.inc +

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

2013-04-03 Thread Saul Wold
On 03/20/2013 02:11 AM, Marcin Juszkiewicz wrote: Elfutils contains libraries which are often used by other applications/libraries. But sometimes there are also conflicting packages needed - for example libdw-dev conflicts with libdwarf-dev because both provide /usr/include/dwarf.h header file.

[OE-core] [PATCH 1/2] initramfs-live-boot: enable multilib support

2013-04-03 Thread Radu Moisan
Use base_libdir instead harcoded /lib Signed-off-by: Radu Moisan --- .../initrdscripts/initramfs-live-boot_1.0.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb

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

2013-04-03 Thread Saul Wold
On 04/03/2013 08:20 AM, Alex DAMIAN wrote: From: Alexandru DAMIAN libproxy uses glib-2.0, but the depends is missing Fixes intermittent build errors. Signed-off-by: Alexandru DAMIAN --- meta/classes/core-image.bbclass |4 ++-- meta/recipes-support/libproxy/libproxy_0.4

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

2013-04-03 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 --- meta/classes/package.bbclass | 10 ++ meta/classes/packageinfo.bbclass | 20 2 files changed, 10 insertions(+)

Re: [OE-core] [PATCH 2/2] core-image-sato.bb: increase free space size

2013-04-03 Thread Saul Wold
On 04/02/2013 11:16 PM, qi.c...@windriver.com wrote: From: Chen Qi Sato images, by default, have about 100M free space. This is not enough and it blocks automatic testing. This patch fixes this problem by setting the default value of IMAGE_OVERHEAD_FACTOR to "2.0" in the sato image recipe. We

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

2013-04-03 Thread Burton, Ross
On 3 April 2013 15:51, Samuel Stirtzel 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 developer: > "No your software won't work with OE-core / Yocto Project with

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

2013-04-03 Thread Richard Purdie
On Wed, 2013-04-03 at 16:51 +0200, Samuel Stirtzel wrote: > 2013/4/3 Burton, Ross : > > Hi, > > > > On 2 April 2013 15:15, Samuel Stirtzel wrote: > > For xserver-nodm-init we would then have something like: > > inherit update-alternatives > > ALTERNATIVE_${PN} = "systemd-def-target" >

[OE-core] [PATCH] lttng: updated lttng-ust to 2.1.2

2013-04-03 Thread maxin.john
From: "Maxin B. John" lttng-ust: upgrade to the latest version 2.1.2 Also updated HOMEPAGE and BUGTRACKER. Signed-off-by: Maxin B. John --- meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb | 33 -- meta/recipes-kernel/lttng/lttng-ust_2.1.2.bb | 33 ++

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

2013-04-03 Thread Alex DAMIAN
From: Alexandru DAMIAN libproxy uses glib-2.0, but the depends is missing Fixes intermittent build errors. Signed-off-by: Alexandru DAMIAN --- meta/classes/core-image.bbclass |4 ++-- meta/recipes-support/libproxy/libproxy_0.4.7.bb |2 +- 2 files changed, 3 insertions(

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

2013-04-03 Thread Samuel Stirtzel
2013/4/3 Burton, Ross : > Hi, > > On 2 April 2013 15:15, Samuel Stirtzel wrote: > For xserver-nodm-init we would then have something like: > inherit update-alternatives > ALTERNATIVE_${PN} = "systemd-def-target" > ALTERNATIVE_TARGET[systemd-def-target] = > "${systemd_unitdir}/s

[OE-core] [oe][oe-core][PATCH v2] gst-ffmpeg: configure-fix patch used wrong test

2013-04-03 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- .../recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch b/meta/recipes-multimedia/gstreamer/gst-ffm

[OE-core] [PATCH] qemu script: explicitly set 32 bit depth

2013-04-03 Thread Alex DAMIAN
From: Alexandru DAMIAN Qemu update from 1.2 to 1.4 now allows for 16bit depth in guests, whereby previously only 32bit depth was supported. However, the new support is broken, so we force 32bit depth in all cases. MUST_REVERT: on qemu update, if 16bit depth support is working ok Fixes [YOCTO #3

[OE-core] LinuxTag 2013

2013-04-03 Thread Florian Boor
Hi all, even though there was no feedback about my note about LinuxTag I decided to apply for a stand there. The idea is to share a booth with other embedded projects... this time some more people I know applied for a shared Embedded-Linux booth. This does not necessarily mean that I intend to to

Re: [OE-core] [PATCH] linux-dtb: Add simple DTB symlinks for devicetree

2013-04-03 Thread Maupin, Chase
> -Original Message- > From: Darren Hart [mailto:dvh...@linux.intel.com] > Sent: Tuesday, April 02, 2013 3:54 PM > To: Maupin, Chase > Cc: openembedded-core@lists.openembedded.org; Ashfield, Bruce > Subject: Re: [OE-core] [PATCH] linux-dtb: Add simple DTB symlinks > for devicetree > > >

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

2013-04-03 Thread Burton, Ross
Hi, On 2 April 2013 15:15, Samuel Stirtzel wrote: For xserver-nodm-init we would then have something like: inherit update-alternatives ALTERNATIVE_${PN} = "systemd-def-target" ALTERNATIVE_TARGET[systemd-def-target] = "${systemd_unitdir}/system/graphical.target" ALTER

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

2013-04-03 Thread Andreas Müller
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 latest layer HEADs. With this I face some issues which I would l

Re: [OE-core] [PATCH 2/2] gst-plugins-bad: disable librsvg when x11 is disabled

2013-04-03 Thread Rogerio Nunes
On Wed, Apr 3, 2013 at 7:57 AM, Otavio Salvador wrote: > On Wed, Apr 3, 2013 at 8:30 AM, Burton, Ross > wrote: > > On 3 April 2013 01:34, Rogerio Nunes wrote: > >> librsvg depends on gtk+, which in turn does not support framebuffer > >> as backend in current version (2.15.24). This patch disable

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

2013-04-03 Thread Richard Purdie
On Wed, 2013-04-03 at 14:58 +0300, 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 > --- > meta/classes/package.bbclass | 14 ++ > meta/classes/packagei

[OE-core] [PATCH] libproxy: add dependency on libffi

2013-04-03 Thread Alex DAMIAN
From: Alexandru DAMIAN libproxy uses libffi, but the depends is missing Fixes intermittent build errors. Signed-off-by: Alexandru DAMIAN --- meta/recipes-support/libproxy/libproxy_0.4.7.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libproxy/lib

Re: [OE-core] [PATCH 1/1] core-image-sato.bb: increase free space size

2013-04-03 Thread Otavio Salvador
On Wed, Apr 3, 2013 at 7:38 AM, Burton, Ross wrote: > On 2 April 2013 03:30, wrote: >> From: Chen Qi >> >> Sato images, by default, have about 100M free space. This is not enough >> and it blocks automatic testing. >> >> This patch fixes this problem by overriding the IMAGE_OVERHEAD_FACTOR >> i

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

2013-04-03 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 --- meta/classes/package.bbclass | 14 ++ meta/classes/packageinfo.bbclass | 20 2 files changed, 14 insertion

Re: [OE-core] [PATCH 2/2] gst-plugins-bad: disable librsvg when x11 is disabled

2013-04-03 Thread Otavio Salvador
On Wed, Apr 3, 2013 at 8:30 AM, Burton, Ross wrote: > On 3 April 2013 01:34, Rogerio Nunes wrote: >> librsvg depends on gtk+, which in turn does not support framebuffer >> as backend in current version (2.15.24). This patch disables librsvg >> when x11 is not in the distro. > > One of my plans is

Re: [OE-core] [PATCH 2/2] gst-plugins-bad: disable librsvg when x11 is disabled

2013-04-03 Thread Burton, Ross
On 3 April 2013 01:34, Rogerio Nunes wrote: > librsvg depends on gtk+, which in turn does not support framebuffer > as backend in current version (2.15.24). This patch disables librsvg > when x11 is not in the distro. One of my plans is to make every optional dependency a packageconfig option in

Re: [OE-core] [PATCH 1/1] core-image-sato.bb: increase free space size

2013-04-03 Thread Burton, Ross
On 2 April 2013 03:30, wrote: > From: Chen Qi > > Sato images, by default, have about 100M free space. This is not enough > and it blocks automatic testing. > > This patch fixes this problem by overriding the IMAGE_OVERHEAD_FACTOR > in the sato image recipe. If a particular build needs more dis

[OE-core] [RFC][PATCH 2/2] packagedata: Show error when trying to change PE/PV/PR from runtime/pkgdata

2013-04-03 Thread Martin Jansa
* causes build failure before do_package_write_ipk fails when trying to use wrong WORKDIR --- meta/classes/packagedata.bbclass | 15 +++ 1 file changed, 15 insertions(+) diff --git a/meta/classes/packagedata.bbclass b/meta/classes/packagedata.bbclass index 120cd64..b22458e 100644 ---

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

2013-04-03 Thread Martin Jansa
* 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 --- meta/lib/oe/packagedata.py | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/meta/lib/oe/p

[OE-core] [PATCHv2] buildhistory: record tag names and show warning when the same tag corresponds to different revision

2013-04-03 Thread Martin Jansa
* persistent cache records tag-srcrev mappings, but is not shared between builders * when tag is moved in remote repo, all builders should rebuild the component to use the same source, show warning when revision is different than what was used in last build Signed-off-by: Martin Jansa ---

Re: [OE-core] [PATCH] buildhistory: record tag names and show warning when the same tag corresponds to different revision

2013-04-03 Thread Martin Jansa
On Mon, Apr 01, 2013 at 02:50:44PM +0200, Martin Jansa wrote: > * persistent cache records tag-srcrev mappings, but is not shared between > builders > * when tag is moved in remote repo, all builders should rebuild the component > to > use the same source, show warning when revision is differen

Re: [OE-core] [PATCH 0/3] Add input group and udev rule to fix rootless X

2013-04-03 Thread Ross Burton
On Tuesday, 2 April 2013 at 23:42, Darren Hart wrote: > udev: Add rule adding input devices to input group Please put this in udev-extraconf so that systemd's udev can use it too. Ross ___ Openembedded-core mailing list Openembedded-core@lists.opene

[OE-core] [PATCH] classes/sstate: avoid traceback when no files have been staged

2013-04-03 Thread Paul Eggleton
If no files have been staged we want to continue without error instead of showing a traceback. Fixes [YOCTO #4056]. Signed-off-by: Paul Eggleton --- meta/classes/sstate.bbclass |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/classes/sstate.bbclass b/meta/classes/