[OE-core] [PATCH 0/1] binutils-cross: autotools dependence is needed

2013-08-29 Thread Hongxu Jia
The following changes since commit b467b99a5d25efe5eadfb07dbecba608575256ac: linux-yocto: switch genericx86 to use common-pc (2013-08-24 09:37:49 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-binutils-cross http://git.pokylinux.org/cgit.cgi

[OE-core] [PATCH 1/1] binutils-cross: autotools dependence is needed

2013-08-29 Thread Hongxu Jia
Reproduce: 1. bitbake binutils-cross 2. rm -rf tmp 3. bitbake binutils-cross -ccleansstate 4. bitbake binutils-cross failed at do_configure task ... tmp/work/i586-poky-linux/binutils-cross/2.23.2-r4/temp/run.do_configure.3170: line 115: gnu-configize: command not found ERROR: Failed to run gnu-con

Re: [OE-core] [PATCH] packagegroup-self-hosted: Add missing python code

2013-08-29 Thread Iorga, Cristian
ACK. -Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Friday, August 30, 2013 2:06 AM To: Iorga, Cristian; openembedded-core@lists.openembedded.org Subject: [PATCH] packagegroup-self-hosted: Add missing python code These are in the Toolchain list, so they should als

Re: [OE-core] [Question] libxml: How about add --with-catalog to EXTRA_OECONF ?

2013-08-29 Thread Li Zhijian
libxml2 is built successfully with option of --with-catalog,and xmlcatalog work well Maybe I would send a patch to fix it. Thanks Li at 2013-8-29 14:52, Robert Yang wrote: I took a look at the libxml's git log, didn't see the explicit reason that why use the --without-catalog, so it seems

Re: [OE-core] [PATCH 0/1] remove the unnecessary protocol parameters

2013-08-29 Thread Randy MacLeod
On 13-08-29 09:56 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang What I did to remove these: I checked that we only use git and svn: $ find meta \( -name *.bb -o -name *.inc -o -name *.bbclass \) -exec sed -n 's/.*"\(\w*:\/\/\).*\(;protocol=\w*\)/\1 \2/p' {} \; | sort | uniq git:// ;

[OE-core] [PATCH 0/1] busybox: configure system user id to range from 100 to 999

2013-08-29 Thread Qi.Chen
From: Chen Qi The following changes since commit 44c3f72684c5c920ce8af1da54a2268047342589: lib/oeqa/runtime: smart: add checks for smart output (2013-08-26 16:29:18 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/busybox-system-user http://git

[OE-core] [PATCH 1/1] busybox: configure system user id to range from 100 to 999

2013-08-29 Thread Qi.Chen
From: Chen Qi Previously, the range was 0 to 0. This made it impossible to use busybox's adduser utility to add a system user. The following error would appear. adduser: no uids left This patch fixes this problem by giving it a reasonable range. Signed-off-by: Chen Qi --- meta/recipes-

Re: [OE-core] qemu-native build regularly failing

2013-08-29 Thread Marko Lindqvist
On 22 August 2013 17:27, Saul Wold wrote: > On 08/22/2013 06:03 AM, Paul Eggleton wrote: >> >> On Thursday 22 August 2013 15:56:39 Marko Lindqvist wrote: >>> >>> On 21 August 2013 19:33, Marko Lindqvist wrote: On 21 August 2013 01:15, Marko Lindqvist wrote: > > On 21 August 201

Re: [OE-core] Busybox adduser cannot create system user "no uids left"

2013-08-29 Thread ChenQi
On 08/29/2013 11:19 PM, Samuel Stirtzel wrote: Hi, with the current master/HEAD it seems impossible to create system users with busybox. root@overo:~# which adduser /usr/sbin/adduser root@overo:~# ls -la /usr/sbin/adduser lrwxrwxrwx1 root root19 Aug 29 2013 /usr/sbin/addus

[OE-core] [PATCH 0/1] remove the unnecessary protocol parameters

2013-08-29 Thread jackie.huang
From: Jackie Huang What I did to remove these: I checked that we only use git and svn: $ find meta \( -name *.bb -o -name *.inc -o -name *.bbclass \) -exec sed -n 's/.*"\(\w*:\/\/\).*\(;protocol=\w*\)/\1 \2/p' {} \; | sort | uniq git:// ;protocol=git \ git:// ;protocol=git" git:// ;protocol=git;

Re: [OE-core] [PATCH 1/1] sstate.bbclass: check before open the manifest

2013-08-29 Thread Robert Yang
On 08/30/2013 01:00 AM, Richard Purdie wrote: On Thu, 2013-08-29 at 09:13 -0400, Robert Yang wrote: The python stack trace would be printed if we: $ bitbake make (the make-3.82 will be built) // Edit make.inc $ bitbake make-3.81 This is at best hiding the real problem. Why is bitbake buildi

[OE-core] [PATCH 1/2] util-linux: package mkfs.cramfs and fsck.cramfs

2013-08-29 Thread Andrea Adami
The recipe builds the two utils which are unpackaged. Signed-off-by: Andrea Adami --- meta/recipes-core/util-linux/util-linux.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 961bcc5..8a1

[OE-core] [PATCH 2/2] image_types.bbclass: use mkfs.cramfs instead of makecramfs

2013-08-29 Thread Andrea Adami
The former is provided by util-linux and the latter is now to be removed for meta-filesystems. This allows to generate cramfs images whithout extra layers. Signed-off-by: Andrea Adami --- meta/classes/image_types.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/me

[OE-core] [PATCH 0/2] Simplify the creation of cramfs images

2013-08-29 Thread Andrea Adami
Extending the util-linux recipe allows the creation of cramfs images with tools contained in oe-core. The cramfs recipe in meta-filesystems will be removed so there will be any conflict nor replacement of cramfs-native. This fixes as well an HOB bug (missing helper for cramfs). Andrea Adami (2):

[OE-core] [PATCH] packagegroup-self-hosted: Add missing python code

2013-08-29 Thread Saul Wold
These are in the Toolchain list, so they should also be installed on the build appliance [YOCTO #5061] Signed-off-by: Saul Wold --- meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-core/packagegroups/packagegroup

Re: [OE-core] [PATCH] u-boot: update to 2013.07 - Beagleboard XM Issue?

2013-08-29 Thread Otavio Salvador
On Mon, Aug 26, 2013 at 3:13 PM, Saul Wold wrote: > On 08/26/2013 11:06 AM, Laszlo Papp wrote: >> >> On Mon, Aug 26, 2013 at 7:04 PM, Saul Wold > > wrote: >> >> On 08/26/2013 10:56 AM, Laszlo Papp wrote: >> >> What exactly is the problem for beagle board? >

Re: [OE-core] [PATCH 2/2] lttng-ust: Update to version 2.2.1

2013-08-29 Thread Otavio Salvador
On Thu, Aug 29, 2013 at 10:37 AM, Tom Zanussi wrote: > Update lttng-ust to version 2.2.1 to correspond to the LTTng 2.2 > "Cuda" - Tracer toolchain stable release. > > This also removes all the local lttng-ust patches, which are now > upstream. > > Signed-off-by: Tom Zanussi I fully agree with t

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Bruce Ashfield
On Thu, Aug 29, 2013 at 3:32 PM, wrote: > > >> Original Message >> Subject: Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float >> configuration - Kernel panic >> From: Bruce Ashfield >> Date: Thu, August 29, 2013 3:16 pm >> To: Elvis Dowson >> Cc: rewitt , OpenEm

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Bruce Ashfield
On Thu, Aug 29, 2013 at 3:25 PM, Elvis Dowson wrote: > > On Aug 29, 2013, at 11:16 PM, Bruce Ashfield wrote: > >> linux-yocto-3.10 is pretty much the standard kernel, unless you want to use >> the extra features I've merged, it is vanilla. >> >> You are going overboard with the definitions. What

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Elvis Dowson
On Aug 29, 2013, at 11:16 PM, Bruce Ashfield wrote: > linux-yocto-3.10 is pretty much the standard kernel, unless you want to use > the extra features I've merged, it is vanilla. > > You are going overboard with the definitions. What the build really needs, > it'll > generate on it's own. If y

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Bruce Ashfield
On Thu, Aug 29, 2013 at 3:01 PM, Elvis Dowson wrote: > > On Aug 29, 2013, at 10:53 PM, wrote: > >> I actually set up a build to get a vexpress-a15 booting in qemu with >> neon support. However, I didn't use the yocto kernel and just pointed at >> my own defconfig and kernel version 3.10.7. If it

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Elvis Dowson
On Aug 29, 2013, at 10:53 PM, wrote: > I actually set up a build to get a vexpress-a15 booting in qemu with > neon support. However, I didn't use the yocto kernel and just pointed at > my own defconfig and kernel version 3.10.7. If it would be helpful for > you, I could put my changes up on gith

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Bruce Ashfield
On Thu, Aug 29, 2013 at 2:53 PM, wrote: > > >> Original Message >> Subject: Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float >> configuration - Kernel panic >> From: Elvis Dowson >> Date: Thu, August 29, 2013 12:28 pm >> To: Bruce Ashfield >> Cc: OpenEmbedded Co

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread rewitt
> Original Message > Subject: Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float > configuration - Kernel panic > From: Elvis Dowson > Date: Thu, August 29, 2013 12:28 pm > To: Bruce Ashfield > Cc: OpenEmbedded Core Mailing List > > > > On Aug 29, 2013, at 8:23

[OE-core] [Patch v2] linux-firmware: package Marvell SD8787 firmware

2013-08-29 Thread Peter A. Bigot
Also split out Marvell license as separate package. Signed-off-by: Peter A. Bigot --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/reci

Re: [OE-core] [WIP][PATCH 17/20] librsvg: Fix dependencies for PACKAGECONFIG gdkpixbuf

2013-08-29 Thread Martin Jansa
On Thu, Aug 29, 2013 at 10:49:03AM -0700, Saul Wold wrote: > On 08/29/2013 09:03 AM, Martin Jansa wrote: > > * without gtk+ or gdk-pixbuf available it gets disabled even with > > --enable-pixbuf-loader > > > > Signed-off-by: Martin Jansa > > --- > > meta/recipes-gnome/librsvg/librsvg_2.32.1.bb

Re: [OE-core] [PATCH 2/2] linux-firmware: package Marvell SD8787 firmware

2013-08-29 Thread Peter A. Bigot
On 08/29/2013 12:42 PM, Saul Wold wrote: On 08/26/2013 02:49 PM, Peter A. Bigot wrote: From: "Peter A. Bigot" Also split out Marvell license as separate package. Signed-off-by: Peter A. Bigot --- .../linux-firmware/linux-firmware_git.bb | 14 -- 1 file changed, 1

[OE-core] [PATCH] lib/oeqa/utils: qemurunner: fix when runqemu errors out

2013-08-29 Thread Stefan Stanacar
When qemu doesn't start or runqemu errors out (some wrong option passed or sudo needs a password for setting tap) we want to display the output but oe-core commit 9de7fe11967576f4a8b24e653c6b9a02e5f6d85b/ poky commit 51588936d4a8cde3c9bb05800240c0a0f5dedf8d changed the kill method and broke this c

Re: [OE-core] [WIP][PATCH 17/20] librsvg: Fix dependencies for PACKAGECONFIG gdkpixbuf

2013-08-29 Thread Saul Wold
On 08/29/2013 09:03 AM, Martin Jansa wrote: * without gtk+ or gdk-pixbuf available it gets disabled even with --enable-pixbuf-loader Signed-off-by: Martin Jansa --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-

Re: [OE-core] [PATCH 2/2] linux-firmware: package Marvell SD8787 firmware

2013-08-29 Thread Saul Wold
On 08/26/2013 02:49 PM, Peter A. Bigot wrote: From: "Peter A. Bigot" Also split out Marvell license as separate package. Signed-off-by: Peter A. Bigot --- .../linux-firmware/linux-firmware_git.bb | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] Why is "bitbake core-image-minimal" building gtk docs?

2013-08-29 Thread Laszlo Papp
On Thu, Aug 29, 2013 at 5:19 PM, Laszlo Papp wrote: > On Wed, Aug 21, 2013 at 3:59 PM, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > >> Regardless of whether you use mirrors or not, if you set >> BB_GENERATE_MIRROR_TARBALLS it will create tarballs in DL_DIR of the git >> reposi

Re: [OE-core] [PATCH 1/1] sstate.bbclass: check before open the manifest

2013-08-29 Thread Richard Purdie
On Thu, 2013-08-29 at 09:13 -0400, Robert Yang wrote: > The python stack trace would be printed if we: > > $ bitbake make (the make-3.82 will be built) > // Edit make.inc > $ bitbake make-3.81 This is at best hiding the real problem. Why is bitbake building make-3.82 when you asked for make-3.81?

Re: [OE-core] [PATCH] gtk+3: don't split immodules if we have none

2013-08-29 Thread Chris Larson
On Wed, Aug 28, 2013 at 10:36 PM, Martin Jansa wrote: > On Wed, Aug 28, 2013 at 05:05:38PM -0700, Chris Larson wrote: > > On Wed, Aug 28, 2013 at 4:13 PM, Saul Wold wrote: > > > > > On 08/28/2013 09:12 AM, Christopher Larson wrote: > > > > > >> From: Christopher Larson > > >> > > >> Currently we

[OE-core] [PATCH 2/2] gtk+3: pull forward the gtk+2 hardcoded libtool patch

2013-08-29 Thread Christopher Larson
From: Christopher Larson Without this, it tries to run ./libtool, not the sys-prefixed libtool, which fails, resulting in dynamic modules being disabled, which in turn results in compiling the immodules directly into the gtk+3 library. I tried switching it to using $LIBTOOL rather than hardcodin

[OE-core] [PATCH 1/2] gtk+3: only set GTKIMMODULES_PACKAGES if we have immodules

2013-08-29 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/recipes-gnome/gtk+/gtk+3.inc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index f4d5254..e769ca5 100644 --- a/meta/recipes-gnome/

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Elvis Dowson
On Aug 29, 2013, at 8:23 PM, Bruce Ashfield wrote: > On 13-08-29 10:02 AM, Elvis Dowson wrote: >> Hi Bruce, >> >> On Aug 29, 2013, at 4:35 PM, Bruce Ashfield >> wrote: >> >>> With that, it's always been a manual setup for me in the past. The typical >>> workflow is to test them via the user

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Bruce Ashfield
On 13-08-29 10:02 AM, Elvis Dowson wrote: Hi Bruce, On Aug 29, 2013, at 4:35 PM, Bruce Ashfield wrote: With that, it's always been a manual setup for me in the past. The typical workflow is to test them via the usermode NFS boot. Have you given that a go ? Does yocto have some wrapper scri

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Elvis Dowson
On Aug 29, 2013, at 8:17 PM, Khem Raj wrote: > > On Aug 29, 2013, at 1:50 AM, Elvis Dowson wrote: > also take a look at meta-linaro, they test armv7+ qemu regularly. >> >> I built core-image-minimal using meta-linaro, using genericarmv7 machine but >> it just generates an Image file fo

Re: [OE-core] Why is "bitbake core-image-minimal" building gtk docs?

2013-08-29 Thread Laszlo Papp
On Wed, Aug 21, 2013 at 3:59 PM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > Regardless of whether you use mirrors or not, if you set > BB_GENERATE_MIRROR_TARBALLS it will create tarballs in DL_DIR of the git > repositories. You can then stop trying to check in the /git/ and /gi

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Bruce Ashfield
On 13-08-29 12:17 PM, Khem Raj wrote: On Aug 29, 2013, at 1:50 AM, Elvis Dowson wrote: also take a look at meta-linaro, they test armv7+ qemu regularly. I built core-image-minimal using meta-linaro, using genericarmv7 machine but it just generates an Image file for the kernel and a tar.gz

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Khem Raj
On Aug 29, 2013, at 1:50 AM, Elvis Dowson wrote: >>> also take a look at meta-linaro, they test armv7+ qemu regularly. > > I built core-image-minimal using meta-linaro, using genericarmv7 machine but > it just generates an Image file for the kernel and a tar.gz rootfs. It > doesn't look like

Re: [OE-core] appears to be inconsistency re: base-files between oe-core and meta-angstrom

2013-08-29 Thread Chris Larson
On Thu, Aug 29, 2013 at 4:57 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Thu, 2013-08-29 at 12:49 +0100, Phil Blundell wrote: > > On Thu, 2013-08-29 at 07:37 -0400, Robert P. J. Day wrote: > > > distroless. i realize i *could* set a value for DISTRO, but it would > > > s

[OE-core] [PATCH v2] lib/oeqa/runtime: syslog: fix test for logger in case of systemd

2013-08-29 Thread Stefan Stanacar
Recently syslog behaviour changed for systemd images (log it's in a buffer not in /var/log/messages), account for the new stuff. Signed-off-by: Stefan Stanacar --- meta/lib/oeqa/runtime/syslog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/runtime/syslog.py

[OE-core] [PATCH] lib/oeqa/runtime: syslog: fix test for logger in case of systemd

2013-08-29 Thread Stefan Stanacar
Recently syslog behaviour changed for systemd images (log it's in a buffer not in /var/log/messages), account for the new stuff. Signed-off-by: Stefan Stanacar --- meta/lib/oeqa/runtime/syslog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/runtime/syslog.py

[OE-core] [WIP][PATCH 16/20] lame: Add dependency on ncurses

2013-08-29 Thread Martin Jansa
* it's autodetected and configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa --- meta/recipes-multimedia/lame/lame_3.99.5.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-multimedia/lame/lame_3.99.5.bb b/meta/recipes-multimedia/lame/lame_3.99.5.bb in

[OE-core] [WIP][PATCH 20/20] qemu: Add PACKAGECONFIG for nss, uuid, tls and curses

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-devtools/qemu/qemu.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 97e9b7b..c8a2182 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtool

[OE-core] [WIP][PATCH 12/20] x11vnc: Add PACKAGECONFIG for xfixes, xinerama, xrandr and xdamage

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb b/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb index 4b8bed4..7c404e3 100644 --- a/meta/recipes-graphics/x11vnc/x

[OE-core] [WIP][PATCH 18/20] subversion: Add dependency on file for libmagic

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-devtools/subversion/subversion_1.7.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/subversion/subversion_1.7.10.bb b/meta/recipes-devtools/subversion/subversion_1.7.10.bb index f77656b..4acd70b 100644 --

[OE-core] [WIP][PATCH 09/20] tcl: Add dependency on zlib

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-devtools/tcltk/tcl_8.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.0.bb b/meta/recipes-devtools/tcltk/tcl_8.6.0.bb index 7273182..8d4df30 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6

[OE-core] [WIP][PATCH 15/20] glib-networking: Add PACKAGECONFIG for p11-kit

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-core/glib-networking/glib-networking_2.36.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb b/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb index 863a4eb..5200b94 1006

[OE-core] [WIP][PATCH 10/20] weston: Add PACKAGECONFIG for poppler

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../0001-configure-Allow-to-disable-poppler.patch | 43 ++ meta/recipes-graphics/wayland/weston_1.1.0.bb | 2 + 2 files changed, 45 insertions(+) create mode 100644 meta/recipes-graphics/wayland/weston/0001-configure-Allow-to-disable-po

[OE-core] [WIP][PATCH 19/20] systemd: Add PACKAGECONFIG for cryptsetup

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-core/systemd/systemd_206.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_206.bb b/meta/recipes-core/systemd/systemd_206.bb index f05aa1b..0511813 100644 --- a/meta/recipes-core/systemd/systemd_206.bb +++ b/meta

[OE-core] [WIP][PATCH 07/20] matchbox-wm: Add dependency on libxfixes and libxcursor

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb | 2 +- meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb b/meta/recipes-graphics/ma

[OE-core] [WIP][PATCH 14/20] consolekit: Add patch to explicitly disable polkit when not enabled

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../allow.to.disable.polkit.support.patch | 33 ++ .../recipes-support/consolekit/consolekit_0.4.6.bb | 4 +-- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-support/consolekit/consolekit/allow.to.d

[OE-core] [WIP][PATCH 17/20] librsvg: Fix dependencies for PACKAGECONFIG gdkpixbuf

2013-08-29 Thread Martin Jansa
* without gtk+ or gdk-pixbuf available it gets disabled even with --enable-pixbuf-loader Signed-off-by: Martin Jansa --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-

[OE-core] [WIP][PATCH 11/20] wget: Add dependency on libpcre

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-extended/wget/wget.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index de9b620..7af55c4 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/rec

[OE-core] [WIP][PATCH 13/20] guile: Add PACKAGECONFIG for readline

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-devtools/guile/guile_2.0.9.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/guile/guile_2.0.9.bb b/meta/recipes-devtools/guile/guile_2.0.9.bb index 0dd61ff..0cbc216 100644 --- a/meta/recipes-devtools/guile/guile_2.0.9.bb

[OE-core] [WIP][PATCH 08/20] telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../telepathy/telepathy-mission-control_5.15.0.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5

[OE-core] [WIP][PATCH 06/20] libmatchbox: Add PACKAGECONFIG for png

2013-08-29 Thread Martin Jansa
* enable it by default, because it's more likely that people were building libmatchbox after libpng than before * with png disabled it also fails, because of missing csetjmp include | mbpixbuf.c:128:3: error: unknown type name 'jmp_buf' |jmp_buf setjmp_buffer; /* for return to caller */

[OE-core] [WIP][PATCH 04/20] xf86-input-synaptics: Add dependency on libxtst

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb | 2 +- meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7

[OE-core] [WIP][PATCH 00/20] Deterministic dependencies II

2013-08-29 Thread Martin Jansa
WIP because verification build is still running and I must admit that I'm mostly testing that all dependencies are correctly "disabled" and in the end deterministic. I'm not testing if every possible combination of PACKAGECONFIG options provide sufficient dependency tree. But it would be nice t

[OE-core] [WIP][PATCH 03/20] aspell: Add PACKAGECONFIG for curses

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-support/aspell/aspell_0.60.6.1.bb | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/meta/recipes-support/aspell/aspell_0.60.6.1.bb b/meta/recipes-support/aspell/aspell_0.60.6.1.bb index 64611cb..b196d96 100644 --- a/meta

[OE-core] [WIP][PATCH 05/20] xdypinfo: Add dependency on libxcomposite

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb index c853926..3688e1b 100644 --- a/meta/recipe

[OE-core] [WIP][PATCH 02/20] libunique: Add PACKAGECONFIG for dbus

2013-08-29 Thread Martin Jansa
* dbus-glib was missing in DEPENDS in order to enable dbus backend but because dbus was in DEPENDS lets enable this PACKAGECONFIG by default Signed-off-by: Martin Jansa --- meta/recipes-gnome/libunique/libunique_1.1.6.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a

[OE-core] [WIP][PATCH 01/20] gstreamer1.0-libav: Add PACKAGECONFIG for orc

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc index c77a085..3d996bc 100644 --- a/met

[OE-core] OSTree as an output target for OE

2013-08-29 Thread Colin Walters
...is something I'd love to see. I don't have much time in the immediate future to work on it myself, but I'd just like to raise the visibility of the project here because I am very much keeping in mind the needs of embedded systems. Or at least what I perceive them to be; my job is not embedded,

Re: [OE-core] [PATCH 1/1] list-packageconfig-flags.py: fix searching bitbake module failed

2013-08-29 Thread Paul Eggleton
On Wednesday 28 August 2013 12:30:01 Hongxu Jia wrote: > Run list-packageconfig-flags.py on wrlinux's platform in which > the oe-core layer and bitbake layer in different directories: > > ../layers/oe-core/scripts/contrib/list-packageconfig-flags.py > Traceback (most recent call last): > Fil

[OE-core] Busybox adduser cannot create system user "no uids left"

2013-08-29 Thread Samuel Stirtzel
Hi, with the current master/HEAD it seems impossible to create system users with busybox. root@overo:~# which adduser /usr/sbin/adduser root@overo:~# ls -la /usr/sbin/adduser lrwxrwxrwx1 root root19 Aug 29 2013 /usr/sbin/adduser -> /bin/busybox.nosuid root@overo:~# adduser -

Re: [OE-core] Why is "bitbake core-image-minimal" building gtk docs?

2013-08-29 Thread Martin Jansa
On Thu, Aug 29, 2013 at 04:01:20PM +0100, Laszlo Papp wrote: > On Wed, Aug 21, 2013 at 12:04 PM, Martin Jansa wrote: > > > It does, all you need to do is enable BB_GENERATE_MIRROR_TARBALLS > > > > I need all the three lines or just the last? > > SOURCE_MIRROR_URL ?= "file://${DL_DIR}" > INHERI

Re: [OE-core] Why is "bitbake core-image-minimal" building gtk docs?

2013-08-29 Thread Laszlo Papp
On Wed, Aug 21, 2013 at 12:04 PM, Martin Jansa wrote: > It does, all you need to do is enable BB_GENERATE_MIRROR_TARBALLS > I need all the three lines or just the last? SOURCE_MIRROR_URL ?= "file://${DL_DIR}" INHERIT += "own-mirrors" BB_GENERATE_MIRROR_TARBALLS = "1" _

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Elvis Dowson
Hi Bruce, On Aug 29, 2013, at 4:35 PM, Bruce Ashfield wrote: > With that, it's always been a manual setup for me in the past. The typical > workflow is to test them via the usermode NFS boot. Have you given > that a go ? Does yocto have some wrapper script/command to setup nfs boot automatical

[OE-core] [PATCH 2/2] lttng-ust: Update to version 2.2.1

2013-08-29 Thread Tom Zanussi
Update lttng-ust to version 2.2.1 to correspond to the LTTng 2.2 "Cuda" - Tracer toolchain stable release. This also removes all the local lttng-ust patches, which are now upstream. Signed-off-by: Tom Zanussi --- .../lttng-ust/build-Fix-out-of-tree-build.patch| 28 .../

[OE-core] [PATCH 1/2] lttng-tools: Update to version 2.2.3

2013-08-29 Thread Tom Zanussi
Update lttng-tools to version 2.2.3 to correspond to the LTTng 2.2 "Cuda" - Tracer toolchain stable release. Signed-off-by: Tom Zanussi --- .../lttng/{lttng-tools_2.2.0.bb => lttng-tools_2.2.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/

[OE-core] [PATCH 0/2] lttng: update remaining recipes

2013-08-29 Thread Tom Zanussi
lttng-modules was updated a couple days ago to fix a build problem with the new kernel; this patchset adds the remaining updates for the other recipes for the corresponding lttng "Cuda" release. Tested on crownbay hardware using the examples described in the Yocto Tracing and Profiling Manual:

[OE-core] [PATCH 1/1] sstate.bbclass: check before open the manifest

2013-08-29 Thread Robert Yang
The python stack trace would be printed if we: $ bitbake make (the make-3.82 will be built) // Edit make.inc $ bitbake make-3.81 [snip] *** 0004:mfile = open(manifest) 0005:entries = mfile.readlines() 0006:mfile.close() 0007: 0008:for entry in entries: Exceptio

[OE-core] [PATCH 0/1] state.bbclass: check before open the manifest

2013-08-29 Thread Robert Yang
The following changes since commit 5745e45b18e5099e94b4d5a73bc97dc6d4cdc91f: buildtools-tarball: Add python-pkgutil (2013-08-29 00:23:20 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/sstate http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=r

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Bruce Ashfield
On 13-08-29 12:36 AM, Elvis Dowson wrote: On Aug 29, 2013, at 2:43 AM, Bruce Ashfield wrote: On 13-08-28 11:16 AM, Elvis Dowson wrote: Hi, I get the following error while running the bitbake linux-yocto command for a qemu machine conf that I'm building. The build system is unable to

Re: [OE-core] appears to be inconsistency re: base-files between oe-core and meta-angstrom

2013-08-29 Thread Richard Purdie
On Thu, 2013-08-29 at 12:49 +0100, Phil Blundell wrote: > On Thu, 2013-08-29 at 07:37 -0400, Robert P. J. Day wrote: > > distroless. i realize i *could* set a value for DISTRO, but it would > > seem that i shouldn't have to in order to avoid a build error. > > Well, either you're using angstrom

Re: [OE-core] appears to be inconsistency re: base-files between oe-core and meta-angstrom

2013-08-29 Thread Robert P. J. Day
On Thu, 29 Aug 2013, Phil Blundell wrote: > On Thu, 2013-08-29 at 07:37 -0400, Robert P. J. Day wrote: > > distroless. i realize i *could* set a value for DISTRO, but it would > > seem that i shouldn't have to in order to avoid a build error. > > Well, either you're using angstrom or you aren't.

[OE-core] looking for recommendation for cutting edge OE build for beagle black

2013-08-29 Thread Robert P. J. Day
i asked about this on the beagle ML but i figured some folks here would have massively useful advice, so here goes. for the purposes of classroom instruction, i'm looking for an OE-based build for the beaglebone black (BBB) with the following properties: * works with some set of existing lay

Re: [OE-core] appears to be inconsistency re: base-files between oe-core and meta-angstrom

2013-08-29 Thread Phil Blundell
On Thu, 2013-08-29 at 07:37 -0400, Robert P. J. Day wrote: > distroless. i realize i *could* set a value for DISTRO, but it would > seem that i shouldn't have to in order to avoid a build error. Well, either you're using angstrom or you aren't. If you do want to use it then you ought to set DIS

Re: [OE-core] appears to be inconsistency re: base-files between oe-core and meta-angstrom

2013-08-29 Thread Martin Jansa
On Thu, Aug 29, 2013 at 07:37:17AM -0400, Robert P. J. Day wrote: > On Thu, 29 Aug 2013, Martin Jansa wrote: > > > On Thu, Aug 29, 2013 at 07:00:45AM -0400, Robert P. J. Day wrote: > > > On Thu, 29 Aug 2013, Martin Jansa wrote: > > > > > > > On Thu, Aug 29, 2013 at 06:29:17AM -0400, Robert P. J. D

Re: [OE-core] appears to be inconsistency re: base-files between oe-core and meta-angstrom

2013-08-29 Thread Robert P. J. Day
On Thu, 29 Aug 2013, Martin Jansa wrote: > On Thu, Aug 29, 2013 at 07:00:45AM -0400, Robert P. J. Day wrote: > > On Thu, 29 Aug 2013, Martin Jansa wrote: > > > > > On Thu, Aug 29, 2013 at 06:29:17AM -0400, Robert P. J. Day wrote: > > > > > > > > trying to build a "hardware-bringup-image" defined

Re: [OE-core] [RFC PATCH 5/8] lib/oeqa/utils/qemurunner.py: class to handle qemu instance

2013-08-29 Thread Colin Walters
On Thu, 2013-08-29 at 11:18 +, Stanacar, StefanX wrote: > That sounds really cool, nice job! > I might be wrong but doesn't that require virtio support in the target > kernel (which is something we can't expect to have)? Yes...although you could do the same over TCP, it'd just require more g

Re: [OE-core] appears to be inconsistency re: base-files between oe-core and meta-angstrom

2013-08-29 Thread Martin Jansa
On Thu, Aug 29, 2013 at 07:00:45AM -0400, Robert P. J. Day wrote: > On Thu, 29 Aug 2013, Martin Jansa wrote: > > > On Thu, Aug 29, 2013 at 06:29:17AM -0400, Robert P. J. Day wrote: > > > > > > trying to build a "hardware-bringup-image" defined in angstrom layer > > > and running into: > > > > >

Re: [OE-core] [RFC PATCH 5/8] lib/oeqa/utils/qemurunner.py: class to handle qemu instance

2013-08-29 Thread Stanacar, StefanX
Hi Colin, On Mon, 2013-08-05 at 21:50 +0200, Colin Walters wrote: > On Fri, 2013-06-28 at 13:04 +0300, Stefan Stanacar wrote: > > > +self.streampath = '/tmp/qemuconnection.%s' % os.getpid() > > That's a security problem on shared machines. I know this is a late reply, sorry, I missed th

Re: [OE-core] appears to be inconsistency re: base-files between oe-core and meta-angstrom

2013-08-29 Thread Robert P. J. Day
On Thu, 29 Aug 2013, Martin Jansa wrote: > On Thu, Aug 29, 2013 at 06:29:17AM -0400, Robert P. J. Day wrote: > > > > trying to build a "hardware-bringup-image" defined in angstrom layer > > and running into: > > > > ERROR: QA Issue: Fixup Perms: Unable to correct directory link, target > > alre

Re: [OE-core] appears to be inconsistency re: base-files between oe-core and meta-angstrom

2013-08-29 Thread Martin Jansa
On Thu, Aug 29, 2013 at 06:29:17AM -0400, Robert P. J. Day wrote: > > trying to build a "hardware-bringup-image" defined in angstrom layer > and running into: > > ERROR: QA Issue: Fixup Perms: Unable to correct directory link, target > already exists: /var/log -> /var/volatile/log > ERROR: QA

[OE-core] appears to be inconsistency re: base-files between oe-core and meta-angstrom

2013-08-29 Thread Robert P. J. Day
trying to build a "hardware-bringup-image" defined in angstrom layer and running into: ERROR: QA Issue: Fixup Perms: Unable to correct directory link, target already exists: /var/log -> /var/volatile/log ERROR: QA Issue: Fixup Perms: Unable to correct directory link, target already exists: /v

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Elvis Dowson
>> also take a look at meta-linaro, they test armv7+ qemu regularly. I built core-image-minimal using meta-linaro, using genericarmv7 machine but it just generates an Image file for the kernel and a tar.gz rootfs. It doesn't look like its useful out of the box for a QEMU image. Additionally you

[OE-core] [PATCH 2/5] [v5] lighttpd: Add systemd support

2013-08-29 Thread Shakeel, Muhammad
From: Muhammad Shakeel - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel --- .../lighttpd/files/lighttpd.service| 12 meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 15 +-- 2 files changed, 25 insertions(+), 2 deletions(-) d

[OE-core] [PATCH 4/5] [v5] nfs-utils: Add systemd support

2013-08-29 Thread Shakeel, Muhammad
From: Muhammad Shakeel - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel --- .../nfs-utils/nfs-utils/nfs-mountd.service | 11 ++ .../nfs-utils/nfs-utils/nfs-server.service | 18 ++ .../nfs-utils/nfs-utils/nfs-statd.service | 12 +

[OE-core] [PATCH 1/5] [v5] openssh: Add systemd support

2013-08-29 Thread Shakeel, Muhammad
From: Muhammad Shakeel -Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel --- .../openssh/openssh-6.2p2/sshd.socket | 11 ++ .../openssh/openssh-6.2p2/sshd@.service|9 + .../openssh/openssh-6.2p2/sshdgenkeys.service | 10 +++

[OE-core] [PATCH 3/5] [v5] rpcbind: Add systemd support

2013-08-29 Thread Shakeel, Muhammad
From: Muhammad Shakeel - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel --- meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf |3 +++ .../rpcbind/rpcbind/rpcbind.service| 14 ++ meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | 16

[OE-core] [PATCH 5/5] [v5] systemd: Remove base_libdir if installed only for systemd_unitdir

2013-08-29 Thread Shakeel, Muhammad
From: Muhammad Shakeel If a recipe installs systemd_unitdir and it is a non-systemd build than systemd.bbclass deletes systemd_unitdir (/lib/systemd/) but not base_libdir (/lib). In this case if base_libdir is empty than following QA Issue is reported. ERROR: QA Issue: openssh: Files/directories

Re: [OE-core] [PATCH] u-boot: update to 2013.07

2013-08-29 Thread jhuang0
On 8/28/2013 11:50 AM, Randy MacLeod wrote: On 13-08-27 07:29 PM, Richard Purdie wrote: On Tue, 2013-08-27 at 22:08 +0200, Martin Jansa wrote: On Tue, Aug 27, 2013 at 03:57:09PM -0400, Randy MacLeod wrote: On 13-08-23 05:48 AM, Laszlo Papp wrote: Signed-off-by: Laszlo Papp --- meta/reci