[OE-core] [PATCH v3] busybox: Upgrade to v1.21.0

2013-04-02 Thread Radu Moisan
Removed obsolete patches Added a few fixes from upstream (http://busybox.net/downloads/fixes-1.21.0/) *busybox-1.21.0-mdev.patch *busybox-1.21.0-platform.patch *busybox-1.21.0-xz.patch Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../busybox/busybox-1.20.2/B921600.patch | 24

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

2013-04-02 Thread Gary Thomas
On 2013-04-01 20:30, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com 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. [YOCTO

Re: [OE-core] [PATCH 1/1] systemd: Upgrade to 199

2013-04-02 Thread Erik Botö
Hi, On Thu, Mar 28, 2013 at 8:48 AM, Khem Raj raj.k...@gmail.com wrote: udevadm is now moved from /usr/bin to /bin so account for that bash completions for udevadm should be packages with udev-utils since thats where udevadm itself is, they were in systemd package which is not correct

Re: [OE-core] [PATCH 1/2] image.bbclass: allow override for ROOTFS_BOOTSTRAP_INSTALL

2013-04-02 Thread Richard Purdie
On Tue, 2013-04-02 at 11:31 +0800, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Previously, if 'package-management' is in IMAGE_FEATURES, this variable is set to , otherwise, it's ${ROOTFS_PKGMANAGE_BOOTSTRAP}. It works fine with deb and ipk, because their postinsts rely

[OE-core] [PATCH] package_deb.bbclass: fix 'armel' override

2013-04-02 Thread Bogdan Marinescu
The 'armel' override for DKPG_ARCH was causing the meta-toolchain build to fail. The assignment was moved to an anonymous fragment of Python code, so it doesn't affect the assignments in cross-canadian.bbclass anymore, thus fixing the issue. [YOCTO #4080] Signed-off-by: Bogdan Marinescu

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

2013-04-02 Thread Radu Moisan
This fixes a service dependency issue; While graphical.target is the default mode, systemd will try to start display-manager.service which is not available. For xserver-nodm-init we would then have something like: inherit update-alternatives ALTERNATIVE_${PN} = systemd-def-target

[OE-core] [PATCH] build-appliance-image: fix git proxy access

2013-04-02 Thread Cristian Iorga
Updated the name of git proxy access script. Fixes [YOCTO #4161] Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-graphics/builder/files/builder_hob_start.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2013-04-02 Thread Samuel Stirtzel
2013/4/2 Radu Moisan radu.moi...@intel.com: This fixes a service dependency issue; While graphical.target is the default mode, systemd will try to start display-manager.service which is not available. For xserver-nodm-init we would then have something like: inherit update-alternatives

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

2013-04-02 Thread Radu Moisan
On 04/02/2013 04:02 PM, Samuel Stirtzel wrote: 2013/4/2 Radu Moisan radu.moi...@intel.com: This fixes a service dependency issue; While graphical.target is the default mode, systemd will try to start display-manager.service which is not available. For xserver-nodm-init we would then have

[OE-core] Removing qt4-embedded-gles for tisdk-rootfs-image

2013-04-02 Thread David Hirst
How can I remove qt40embedded-gles from the tisdk-rootfs-image. I do not feel that I require it, I am looking for a one liner removal but I seem to be going in circles, Any pointer would be great -- David Hirst hirst...@gmail.com ___ Openembedded-core

Re: [OE-core] [PATCH 1/1] systemd: Upgrade to 199

2013-04-02 Thread Khem Raj
Erik Thanks, Yes this should fix it. On Apr 2, 2013, at 3:58 AM, Erik Botö erik.b...@pelagicore.com wrote: Hi, On Thu, Mar 28, 2013 at 8:48 AM, Khem Raj raj.k...@gmail.com wrote: udevadm is now moved from /usr/bin to /bin so account for that bash completions for udevadm should be

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

2013-04-02 Thread Samuel Stirtzel
2013/4/2 Radu Moisan radu.moi...@intel.com: On 04/02/2013 04:02 PM, Samuel Stirtzel wrote: 2013/4/2 Radu Moisan radu.moi...@intel.com: This fixes a service dependency issue; While graphical.target is the default mode, systemd will try to start display-manager.service which is not

Re: [OE-core] [RFT] GCC 4.8 recipes

2013-04-02 Thread Khem Raj
Thanks Martin, elfutils test case is now reduced and reported others I will take a look. On Apr 1, 2013, at 2:52 AM, Martin Jansa martin.ja...@gmail.com wrote: On Sat, Mar 30, 2013 at 10:03:19AM +0100, Martin Jansa wrote: And now the rest of qemuarm gcc-4.8 world failure

Re: [OE-core] [PATCH] alsa-tools: Update autotools.patch

2013-04-02 Thread Saul Wold
On 03/29/2013 06:18 AM, Trevor Woerner wrote: I'm seeing this exact same error when I perform a bitbake world, and have been for the last couple days I believe this is a real problem, and I suggested to Nobuhiro that using PACKAGECONFIG with gtk+ would be a better solution, but have not see a

Re: [OE-core] [OE-Core][PATCH] eglibc: Let eglibc-extra-nss-dev exist as empty package

2013-04-02 Thread Richard Purdie
On Mon, 2013-04-01 at 20:18 -0700, Khem Raj wrote: eglibc-extra-nss-dev is a dependency for libc6-dev but the package is empty and is not created as a result target install of libc6-dev fails. This will create an empty package [Yocto Bug #4168] Signed-off-by: Khem Raj raj.k...@gmail.com

Re: [OE-core] [PATCH 0/1][yocto-kernel-cache]meta: update atom-pc-wifi.cfg for audit purposes

2013-04-02 Thread Bruce Ashfield
On Mon, Apr 1, 2013 at 10:34 PM, Hongxu Jia hongxu@windriver.com wrote: The following changes since commit 0fac9380caa5eaf8038536413366511c48b579b0: meta: Remove Cedartrail Machine (2013-02-10 23:54:01 -0500) are available in the git repository at:

Re: [OE-core] [PATCH 0/2] make rpm-postinsts installed on target

2013-04-02 Thread Richard Purdie
On Tue, 2013-04-02 at 11:31 +0800, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com The following changes since commit 92aeb31341b28b193d616ab5cf38af1b9673e37d: qemuimage-testlib: Fix quoting issue (2013-03-30 17:26:56 +) are available in the git repository at:

Re: [OE-core] Removing qt4-embedded-gles for tisdk-rootfs-image

2013-04-02 Thread David Hirst
How can I remove qt4-embedded-gles from the tisdk-rootfs-image. I do not feel that I require it, I am looking for a one liner removal but I seem to be going in circles, Any pointer would be great On Tue, Apr 2, 2013 at 10:04 AM, David Hirst hirst...@gmail.com wrote: How can I remove

Re: [OE-core] Removing qt4-embedded-gles for tisdk-rootfs-image

2013-04-02 Thread Phil Blundell
On Tue, 2013-04-02 at 13:25 -0400, David Hirst wrote: How can I remove qt4-embedded-gles from the tisdk-rootfs-image. That recipe doesn't seem to exist in OE-core at all. I think you need to take it up with whoever provided those files to you. p.

Re: [OE-core] [PATCH] alsa-tools: Update autotools.patch

2013-04-02 Thread Otavio Salvador
On Tue, Apr 2, 2013 at 12:59 PM, Saul Wold saul.w...@intel.com wrote: On 03/29/2013 06:18 AM, Trevor Woerner wrote: I'm seeing this exact same error when I perform a bitbake world, and have been for the last couple days I believe this is a real problem, and I suggested to Nobuhiro that using

Re: [OE-core] [OE-Core][PATCH] eglibc: Let eglibc-extra-nss-dev exist as empty package

2013-04-02 Thread Khem Raj
On Apr 2, 2013, at 9:46 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-04-01 at 20:18 -0700, Khem Raj wrote: eglibc-extra-nss-dev is a dependency for libc6-dev but the package is empty and is not created as a result target install of libc6-dev fails. This will

Re: [OE-core] [OE-Core][PATCH] eglibc: Let eglibc-extra-nss-dev exist as empty package

2013-04-02 Thread Mark Hatle
On 4/2/13 2:27 PM, Khem Raj wrote: On Apr 2, 2013, at 9:46 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-04-01 at 20:18 -0700, Khem Raj wrote: eglibc-extra-nss-dev is a dependency for libc6-dev but the package is empty and is not created as a result target

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

2013-04-02 Thread Darren Hart
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 kernel sources. This is so that programs

Re: [OE-core] [PATCH 1/1] opkg: create run-scripts file conditionally

2013-04-02 Thread Saul Wold
On 03/25/2013 11:43 PM, Kang Kai wrote: This bug occurs on rpm-based sdk image. update-alternatives-cworth is default installed into sato image. And for sato-sdk image, it installs every related dev packages. update-alternatives-cworth is from opkg, so opkg-dev is installed and it requires

[OE-core] Xuser has no permissions for event devices (no keyboard and mouse in X)

2013-04-02 Thread Darren Hart
Current master atom-pc build + pending 3.8 kernel update us using rootless X, but X fails to open the event devices. Do we need some kind of default group permissions for the /dev/input/* devices? root@atom-pc:/etc/X11# cat /var/log/Xorg.0.log | grep EE | grep event [3430478.394] (EE) evdev:

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

2013-04-02 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

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

2013-04-02 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 dvh...@linux.intel.com Cc: Saul Wold s...@linux.intel.com --- .../base-passwd/base-passwd-3.5.26/input.patch

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

2013-04-02 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 dvh...@linux.intel.com Cc: Saul Wold s...@linux.intel.com Cc: Radu Moisan radu.moi...@intel.com

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

2013-04-02 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

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

2013-04-02 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

[OE-core] [PATCH] alsa-tools: Update autotools.patch

2013-04-02 Thread Rogerio Nunes
My approach was to add PACKAGECONFIG with gtk+ and a new patch, instead of modifying autotools.patch. This way we only eliminate some more sub-modules when not using x11 in distro. I'm sending my patches now. From: otavio.salva...@gmail.com

Re: [OE-core] [oe-core v3] rpm: split out run-postinsts

2013-04-02 Thread Saul Wold
On 04/01/2013 12:55 AM, ChenQi wrote: On 03/28/2013 12:18 PM, Zhenhua Luo wrote: 1. Split out run-postinsts script into separated package, sometimes only the postinsts script is required to run all postinsts scripts in /etc/rpm-postinsts/ instead of the whole rpm package. This change

[OE-core] [PATCH 1/2] alsa-tools: fix build when x11 and gtk+ not available

2013-04-02 Thread Rogerio Nunes
Current verion of gtk+ (2.15.24) does not accept pure framebuffer as backend and some alsa-tools sub-modules depend on gtk+. This patch removes those sub-modules from the build only when x11 is not set in DISTRO_FEATURES. Signed-off-by: Rogerio Nunes ronu...@gmail.com ---

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

2013-04-02 Thread Rogerio Nunes
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. Signed-off-by: Rogerio Nunes ronu...@gmail.com --- .../gstreamer/gst-plugins-bad_0.10.23.bb |7 +-- 1 file

Re: [OE-core] [PATCH 1/1] opkg: create run-scripts file conditionally

2013-04-02 Thread Kang Kai
On 2013年04月03日 05:02, Saul Wold wrote: On 03/25/2013 11:43 PM, Kang Kai wrote: This bug occurs on rpm-based sdk image. update-alternatives-cworth is default installed into sato image. And for sato-sdk image, it installs every related dev packages. update-alternatives-cworth is from opkg, so

Re: [OE-core] [PATCH 0/1][yocto-kernel-cache]meta: update atom-pc-wifi.cfg for audit purposes

2013-04-02 Thread Hongxu Jia
On 04/03/2013 01:01 AM, Bruce Ashfield wrote: On Mon, Apr 1, 2013 at 10:34 PM, Hongxu Jia hongxu@windriver.com wrote: The following changes since commit 0fac9380caa5eaf8038536413366511c48b579b0: meta: Remove Cedartrail Machine (2013-02-10 23:54:01 -0500) are available in the git