Re: [OE-core] [PATCH 0/5] Enable VPN support in ConnMan

2013-05-10 Thread Saul Wold
On 05/10/2013 05:33 AM, Jukka Rissanen wrote: Hi, this patchset enables OpenVPN, vpnc, L2TP and PPTP VPN technogies in ConnMan and fixes this bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=4456 The VPN support is activated if DISTRO_FEATURES contains vpn string. This also create a dep

Re: [OE-core] proposal to move cogl, clutter and related recipes from oe-core to dedicated meta-clutter layer

2013-05-10 Thread Richard Purdie
On Fri, 2013-05-10 at 17:22 -0300, Otavio Salvador wrote: > On Fri, May 10, 2013 at 2:19 PM, Richard Purdie > wrote: > > On Fri, 2013-05-10 at 17:39 +0100, Tomas Frydrych wrote: > >> On 10/05/13 12:32, Richard Purdie wrote: > >> > On Fri, 2013-05-10 at 11:56 +0100, Tomas Frydrych wrote: > >> >> On

Re: [OE-core] [PATCH 1/1] sysvinit: modify bootlog location

2013-05-10 Thread Saul Wold
On 05/10/2013 02:42 AM, Burton, Ross wrote: On 9 May 2013 00:03, Joe Slater wrote: The default location for bootlog is volatile, so we change it to something that is not. If this is a problem, why not make /var/log not volatile? I never understood why the log directory was volatile to be hon

Re: [OE-core] [PATCH 2/4] e2fsprogs: let debugfs do sparse copy

2013-05-10 Thread Darren Hart
On 05/07/2013 02:48 AM, Robert Yang wrote: > Let debugfs do sparse copy when src is a sparse file, just like > "cp --sparse=auto" > > [YOCTO #3848] > > Signed-off-by: Robert Yang > --- > .../e2fsprogs/e2fsprogs-1.42.7/sparse_copy.patch | 114 > > .../recipes-devtools/

Re: [OE-core] [PATCH 1/4] e2fsprogs: the max length of debugfs argument is too short

2013-05-10 Thread Darren Hart
This one looks reasonable to me. Be sure to add your patch header to the patch itself, add your Signed-off-by, and submit upstream for feedback before merging with oe-core. -- Darren On 05/07/2013 02:48 AM, Robert Yang wrote: > The max length of debugfs argument is 256 which is too short, the > a

Re: [OE-core] proposal to move cogl, clutter and related recipes from oe-core to dedicated meta-clutter layer

2013-05-10 Thread Otavio Salvador
On Fri, May 10, 2013 at 5:37 PM, Mark Hatle wrote: > On 5/10/13 3:22 PM, Otavio Salvador wrote: >> Well if layers make life harder it invalidates one of points of Yocto >> which I always liked and depends on heavily - modular design. > > One of the key pieces of the oe-core, it must be able to wor

Re: [OE-core] proposal to move cogl, clutter and related recipes from oe-core to dedicated meta-clutter layer

2013-05-10 Thread Martin Jansa
On Fri, May 10, 2013 at 05:22:47PM -0300, Otavio Salvador wrote: > Well if layers make life harder it invalidates one of points of Yocto > which I always liked and depends on heavily - modular design. +1 people are using many layers, so oe-core being regularly tested together with some other laye

Re: [OE-core] proposal to move cogl, clutter and related recipes from oe-core to dedicated meta-clutter layer

2013-05-10 Thread Mark Hatle
On 5/10/13 3:22 PM, Otavio Salvador wrote: On Fri, May 10, 2013 at 2:19 PM, Richard Purdie wrote: On Fri, 2013-05-10 at 17:39 +0100, Tomas Frydrych wrote: On 10/05/13 12:32, Richard Purdie wrote: On Fri, 2013-05-10 at 11:56 +0100, Tomas Frydrych wrote: On 10/05/13 10:05, Richard Purdie wrote

Re: [OE-core] proposal to move cogl, clutter and related recipes from oe-core to dedicated meta-clutter layer

2013-05-10 Thread Otavio Salvador
On Fri, May 10, 2013 at 2:19 PM, Richard Purdie wrote: > On Fri, 2013-05-10 at 17:39 +0100, Tomas Frydrych wrote: >> On 10/05/13 12:32, Richard Purdie wrote: >> > On Fri, 2013-05-10 at 11:56 +0100, Tomas Frydrych wrote: >> >> On 10/05/13 10:05, Richard Purdie wrote: >> > The closely track upstream

Re: [OE-core] proposal to move cogl, clutter and related recipes from oe-core to dedicated meta-clutter layer

2013-05-10 Thread Richard Purdie
On Fri, 2013-05-10 at 17:39 +0100, Tomas Frydrych wrote: > On 10/05/13 12:32, Richard Purdie wrote: > > On Fri, 2013-05-10 at 11:56 +0100, Tomas Frydrych wrote: > >> On 10/05/13 10:05, Richard Purdie wrote: > > The closely track upstream is the key part and I think the core can do > > this, apart f

Re: [OE-core] proposal to move cogl, clutter and related recipes from oe-core to dedicated meta-clutter layer

2013-05-10 Thread Tomas Frydrych
On 10/05/13 12:32, Richard Purdie wrote: > On Fri, 2013-05-10 at 11:56 +0100, Tomas Frydrych wrote: >> On 10/05/13 10:05, Richard Purdie wrote: > The closely track upstream is the key part and I think the core can do > this, apart from the ~six week stabilisation window. If you mean you are prepar

[OE-core] [PATCH 2/3] runqemu-internal: support for ext2 and ext4 not only ext3

2013-05-10 Thread Stefan Stanacar
Don't check only for ext3 fstype, we can boot ext2 and ext4 just as well. Signed-off-by: Stefan Stanacar --- scripts/runqemu-internal | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index f11706d..3bd0a09 1007

[OE-core] [PATCH 1/3] scripts/runqemu: add ext4 to the list of extracted extensions

2013-05-10 Thread Stefan Stanacar
Signed-off-by: Stefan Stanacar --- scripts/runqemu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index 8ed1226..9bd35de 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -384,7 +384,8 @@ if [ -e "$ROOTFS" -a -z "$FSTYPE" ]; then #

[OE-core] [PATCH 0/3] qemuimagetest support for more FSTYPES

2013-05-10 Thread Stefan Stanacar
The following changes since commit 88a7b041fbf2583472aa9408a33dd8881223a0c1: bitbake: pysh: Say what kind of token isn't implemented (2013-05-10 13:35:10 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib stefans/qemutests2 http://git.yoctoproject.org/c

[OE-core] [PATCH 3/3] imagetest-qemu.bbclass, qemuimage-testlib: add support for more FSTYPES

2013-05-10 Thread Stefan Stanacar
qemuimage-testlib hardcodes ext3 as fs type. This adds support for more images types which are supported by runqemu: ext[234]/jffs2/btrfs. I've skipped (for now) vmdk (which qemu can boot) because: - we don't have network on images without connman because of the way runqemu starts vmdk images (ca

[OE-core] [PATCH 8/8] libdrm: upgrade to 2.4.44

2013-05-10 Thread Laurentiu Palcu
Removed part of the installtests.patch since tests can now be installed giving an option to configure script. Signed-off-by: Laurentiu Palcu --- meta/recipes-graphics/drm/libdrm.inc |1 + .../recipes-graphics/drm/libdrm/installtests.patch | 26 .../drm/{l

[OE-core] [PATCH 4/8] xf86-input-mouse: upgrade to 1.9.0

2013-05-10 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- ...ut-mouse_1.8.1.bb => xf86-input-mouse_1.9.0.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-mouse_1.8.1.bb => xf86-input-mouse_1.9.0.bb} (73%) diff --git a/meta/recipes-graphics/xorg-d

[OE-core] [PATCH 5/8] xf86-input-synaptics: upgrade to 1.7.0

2013-05-10 Thread Laurentiu Palcu
Licence checksum changed because RedHat adjusted the copyright years. Signed-off-by: Laurentiu Palcu --- ...tics_1.6.3.bb => xf86-input-synaptics_1.7.0.bb} |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.6.3.bb =>

[OE-core] [PATCH 2/8] xf86-video-intel: upgrade to 2.21.6

2013-05-10 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- ...-intel_2.21.3.bb => xf86-video-intel_2.21.6.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.3.bb => xf86-video-intel_2.21.6.bb} (84%) diff --git a/meta/recipes-graphics/xorg

[OE-core] [PATCH 1/8] xf86-video-vmware: upgrade to 13.0.1

2013-05-10 Thread Laurentiu Palcu
Removed the backported patch. Signed-off-by: Laurentiu Palcu --- .../xf86-video-vmware/Kill-mibstore.patch | 63 ...mware_13.0.0.bb => xf86-video-vmware_13.0.1.bb} |8 +-- 2 files changed, 2 insertions(+), 69 deletions(-) delete mode 100644 meta/recipes-grap

[OE-core] [PATCH 3/8] xf86-input-keyboard: upgrade to 1.7.0

2013-05-10 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- ...board_1.6.2.bb => xf86-input-keyboard_1.7.0.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-keyboard_1.6.2.bb => xf86-input-keyboard_1.7.0.bb} (70%) diff --git a/meta/recipes-graphics/

[OE-core] [PATCH 6/8] xf86-input-evdev: upgrade to 2.8.0

2013-05-10 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- ...ut-evdev_2.7.3.bb => xf86-input-evdev_2.8.0.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.7.3.bb => xf86-input-evdev_2.8.0.bb} (81%) diff --git a/meta/recipes-graphics/xorg-d

[OE-core] [PATCH 7/8] xproto: upgrade to 7.0.24

2013-05-10 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- .../{xproto_7.0.23.bb => xproto_7.0.24.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-proto/{xproto_7.0.23.bb => xproto_7.0.24.bb} (72%) diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.23.b

[OE-core] [PATCH 0/8] Package upgrades

2013-05-10 Thread Laurentiu Palcu
Hi all, This patchset contains some X related package upgrades. Basic functional tests were done with a qemux86 core-image-sato image and on a lenovo ideapad s10-3t netbook. Also, all packages were build tested for all architectures (with the exception of xf86-video-intel and xf86-video-vmware).

Re: [OE-core] [PATCH 4/4] image_types.bbclass: replace genext2fs with populate-extfs.sh

2013-05-10 Thread Jonathan Liu
On 7/05/2013 7:48 PM, Robert Yang wrote: -oe_mkext4fs () { - genext2fs -b $ROOTFS_SIZE -d ${IMAGE_ROOTFS} ${EXTRA_IMAGECMD} $1 - tune2fs -O extents,uninit_bg,dir_index,has_journal $1 - e2fsck -yfDC0 $1 || chk=$? - case $chk in - 0|1|2) - ;; - *) -

Re: [OE-core] [PATCH 1/2] classes/image: show an error on invalid IMAGE_FEATURES

2013-05-10 Thread Paul Eggleton
On Thursday 09 May 2013 15:49:18 Chris Larson wrote: > On Thu, May 9, 2013 at 9:24 AM, Paul Eggleton > wrote: > > > > If the user specifies an invalid feature in IMAGE_FEATURES, show an > > error during parsing. Valid IMAGE_FEATURES are drawn from > > PACKAGE_GROUP_ definitions, COMPLEMENTARY_GLO

Re: [OE-core] [PATCH 0/5] Enable VPN support in ConnMan

2013-05-10 Thread Burton, Ross
Hi Jukka, On 10 May 2013 13:33, Jukka Rissanen wrote: > this patchset enables OpenVPN, vpnc, L2TP and PPTP VPN > technogies in ConnMan and fixes this bug > https://bugzilla.yoctoproject.org/show_bug.cgi?id=4456 I've chatted with Jukka online already, but I'll put this on the list for clarity. T

[OE-core] [PATCH] librsvg: update gdk-pixbuf loader cache when staging native package

2013-05-10 Thread Tomas Frydrych
From: Tomas Frydrych librsvg installs an svg loader for gdk-pixbuf; in order for the native version of the loader to be usable by gdk-pixbuf-native we have to update the loader cache. Signed-off-by: Tomas Frydrych --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 11 +++ 1 file chan

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

2013-05-10 Thread Martin Jansa
On Fri, Apr 19, 2013 at 05:32:43PM -0700, Khem Raj wrote: > > On Apr 2, 2013, at 7:22 AM, Khem Raj wrote: > > > Thanks Martin, elfutils test case is now reduced and reported others I will > > take a look. > > > I have pushed a fix for elfutils issue to the pull branch. please retest and > re

Re: [OE-core] Changes in Linaro layers for OpenEmbedded

2013-05-10 Thread Tom Gall
I'll also add that we (the Graphics Working Group) are using it as we're bringing up the graphics stack on ARMv8. Patches soon. On Fri, May 10, 2013 at 12:23 AM, Fathi Boudra wrote: > Hi, > > On 9 May 2013 19:57, Marcin Juszkiewicz wrote: >> Who will maintain those layers after my leave? This w

[OE-core] [PATCH 5/5] connman: Add PPTP support

2013-05-10 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen --- meta/recipes-connectivity/connman/connman.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 43b363b..d9ab234 100644 --- a/meta/recipes-connectivity/conn

[OE-core] [PATCH 3/5] connman: Add vpnc support

2013-05-10 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen --- meta/recipes-connectivity/connman/connman.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index e8e41ed..4917f94 100644 --- a/meta/recipes-connectivity/connm

[OE-core] [PATCH 4/5] connman: Add L2TP support

2013-05-10 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen --- meta/recipes-connectivity/connman/connman.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 4917f94..43b363b 100644 --- a/meta/recipes-connectivity/conn

[OE-core] [PATCH 0/5] Enable VPN support in ConnMan

2013-05-10 Thread Jukka Rissanen
Hi, this patchset enables OpenVPN, vpnc, L2TP and PPTP VPN technogies in ConnMan and fixes this bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=4456 The VPN support is activated if DISTRO_FEATURES contains vpn string. Cheers, Jukka Jukka Rissanen (5): connman: Enable VPN support conn

[OE-core] [PATCH 1/5] connman: Enable VPN support

2013-05-10 Thread Jukka Rissanen
If DISTRO_FEATURES contains vpn, then enable vpn support in ConnMan. Signed-off-by: Jukka Rissanen --- meta/recipes-connectivity/connman/connman.inc | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/m

[OE-core] [PATCH 2/5] connman: Add OpenVPN support

2013-05-10 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen --- meta/recipes-connectivity/connman/connman.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 3f01803..e8e41ed 100644 --- a/meta/recipes-connectivity/con

Re: [OE-core] meta-qt5 - problems with pkgconfig-0.25

2013-05-10 Thread Martin Jansa
On Thu, Dec 20, 2012 at 03:26:41PM +0100, Erik Botö wrote: > Hi, > > (This message was previously posted to openembedded-devel, but I got > feedback that it might belong here) > > When I build qtbase using https://github.com/meta-qt5/meta-qt5 I get cross > compiler badness warnings, it uses some

[OE-core] [PATCH] cdrtools-native : upgrade to 3.00

2013-05-10 Thread Andrei Dinu
upgraded from 2.01 -> 3.00 License file md5 changed because more information from the owner was added to it. Updated the patches because they didn't apply. Signed-off-by: Andrei Dinu --- .../cdrtools-native/glibc-conflict-rename.patch| 228 .../cdrtools/cdrtools-nativ

Re: [OE-core] proposal to move cogl, clutter and related recipes from oe-core to dedicated meta-clutter layer

2013-05-10 Thread Richard Purdie
On Fri, 2013-05-10 at 11:56 +0100, Tomas Frydrych wrote: > Hi Richard, > > On 10/05/13 10:05, Richard Purdie wrote: > >> Yes, I could have submitted clutter 1.12 recipes to oe-core in some form > >> and shape in the last 6 months, and we would have had a less outdated > >> package in oe-core; but

Re: [OE-core] [PATCH] flex: updated to 2.5.37

2013-05-10 Thread Burton, Ross
On 10 May 2013 11:50, Phil Blundell wrote: > Or you could replace the shell wrapper that create_wrapper() currently > generates with either a compiled binary or a Python script. That would > allow you to execl("/path/foo.real", "foo", ...), which I don't think > you can do in shell but which woul

Re: [OE-core] proposal to move cogl, clutter and related recipes from oe-core to dedicated meta-clutter layer

2013-05-10 Thread Tomas Frydrych
Hi Richard, On 10/05/13 10:05, Richard Purdie wrote: >> Yes, I could have submitted clutter 1.12 recipes to oe-core in some form >> and shape in the last 6 months, and we would have had a less outdated >> package in oe-core; but nevertheless outdated, since again the clutter >> 1.14 release came t

Re: [OE-core] [PATCH] flex: updated to 2.5.37

2013-05-10 Thread Phil Blundell
On Fri, 2013-05-10 at 11:46 +0100, Phil Blundell wrote: > On Fri, 2013-05-10 at 11:32 +0100, Richard Purdie wrote: > > On Fri, 2013-05-10 at 12:20 +0200, Martin Jansa wrote: > > > On Fri, May 10, 2013 at 01:15:10PM +0300, Bogdan Marinescu wrote: > > > > Removed the patches to flex, because they are

[OE-core] [PATCH 3/3] bitbake.conf: export STRINGS

2013-05-10 Thread Martin Jansa
* remove STRINGS export from systemd Signed-off-by: Martin Jansa --- meta/conf/bitbake.conf | 1 + meta/recipes-core/systemd/systemd_199.bb | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 86a4831..fda7bc8

[OE-core] [PATCH 2/3] tcp-wrappers: fix indentation

2013-05-10 Thread Martin Jansa
--- .../tcp-wrappers/tcp-wrappers_7.6.bb | 40 +++--- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb index 3586a35..c7954e7 100644 --- a/m

[OE-core] [PATCH 1/3] tcp-wrappers: Rename conflicting variable STRINGS in Makefile

2013-05-10 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../tcp-wrappers-7.6/rename_strings_variable.patch | 35 ++ .../tcp-wrappers/tcp-wrappers_7.6.bb | 1 + 2 files changed, 36 insertions(+) create mode 100644 meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rename_strings_vari

Re: [OE-core] [PATCH] flex: updated to 2.5.37

2013-05-10 Thread Phil Blundell
On Fri, 2013-05-10 at 11:32 +0100, Richard Purdie wrote: > On Fri, 2013-05-10 at 12:20 +0200, Martin Jansa wrote: > > On Fri, May 10, 2013 at 01:15:10PM +0300, Bogdan Marinescu wrote: > > > Removed the patches to flex, because they are now applied to the > > > latest version. > > > > Can you check

Re: [OE-core] [PATCH] flex: updated to 2.5.37

2013-05-10 Thread Martin Jansa
On Fri, May 10, 2013 at 11:32:12AM +0100, Richard Purdie wrote: > On Fri, 2013-05-10 at 12:20 +0200, Martin Jansa wrote: > > On Fri, May 10, 2013 at 01:15:10PM +0300, Bogdan Marinescu wrote: > > > Removed the patches to flex, because they are now applied to the > > > latest version. > > > > Can yo

Re: [OE-core] [PATCH] flex: updated to 2.5.37

2013-05-10 Thread Richard Purdie
On Fri, 2013-05-10 at 12:20 +0200, Martin Jansa wrote: > On Fri, May 10, 2013 at 01:15:10PM +0300, Bogdan Marinescu wrote: > > Removed the patches to flex, because they are now applied to the > > latest version. > > Can you check if 2.5.37 still reports flex.real when you call > flex --version? >

[OE-core] [PATCHv2] flex: fix reported executable name caused by OE wrapper

2013-05-10 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-devtools/flex/flex.inc | 15 ++- .../flex/flex/drop.suffix.from.wrapper.patch| 21 + 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-devtools/flex/flex/drop.suff

Re: [OE-core] [PATCH] flex: updated to 2.5.37

2013-05-10 Thread Martin Jansa
On Fri, May 10, 2013 at 01:15:10PM +0300, Bogdan Marinescu wrote: > Removed the patches to flex, because they are now applied to the > latest version. Can you check if 2.5.37 still reports flex.real when you call flex --version? If yes, please integrate http://lists.linuxtogo.org/pipermail/openem

Re: [OE-core] [PATCH] flex: updated to 2.5.37

2013-05-10 Thread Marinescu, Bogdan A
On Fri, May 10, 2013 at 1:15 PM, Bogdan Marinescu < bogdan.a.marine...@intel.com> wrote: > Removed the patches to flex, because they are now applied to the > latest version. > > Signed-off-by: Bogdan Marinescu > --- > .../flex/flex/avoid-FORTIFY-warnings.patch | 59 > --

[OE-core] [PATCH] flex: updated to 2.5.37

2013-05-10 Thread Bogdan Marinescu
Removed the patches to flex, because they are now applied to the latest version. Signed-off-by: Bogdan Marinescu --- .../flex/flex/avoid-FORTIFY-warnings.patch | 59 .../flex/int-is-not-the-same-size-as-size_t.patch | 42 -- meta/recipes-devtools/fle

Re: [OE-core] [PATCH 1/1] sysvinit: modify bootlog location

2013-05-10 Thread Burton, Ross
On 9 May 2013 00:03, Joe Slater wrote: > The default location for bootlog is volatile, > so we change it to something that is not. If this is a problem, why not make /var/log not volatile? I never understood why the log directory was volatile to be honest. Ross

Re: [OE-core] [PATCH] qemuimage-testlib: test all supported FSTYPES

2013-05-10 Thread Richard Purdie
On Fri, 2013-05-10 at 12:22 +0300, Stefan Stanacar wrote: > Right now qemuimage-testlib hardcodes ext3 as fs type. > We should respect IMAGE_FSTYPES and boot all images > that runqemu supports. > > Signed-off-by: Stefan Stanacar > --- > meta/classes/imagetest-qemu.bbclass | 25 ++

[OE-core] [PATCH] qemuimage-testlib: test all supported FSTYPES

2013-05-10 Thread Stefan Stanacar
Right now qemuimage-testlib hardcodes ext3 as fs type. We should respect IMAGE_FSTYPES and boot all images that runqemu supports. Signed-off-by: Stefan Stanacar --- meta/classes/imagetest-qemu.bbclass | 25 ++--- scripts/qemuimage-testlib | 21 ++---

Re: [OE-core] proposal to move cogl, clutter and related recipes from oe-core to dedicated meta-clutter layer

2013-05-10 Thread Richard Purdie
On Wed, 2013-05-08 at 17:20 +0100, Tomas Frydrych wrote: > On 08/05/13 16:23, Richard Purdie wrote: > > On Wed, 2013-05-08 at 16:11 +0100, Tomas Frydrych wrote: > >> I think it would makes sense to move clutter related packages from > >> oe-core into a dedicated layer: > >> > >> * AFAIK nothing in

[OE-core] [PATCH 1/1] image-vmdk.bbclass: disable the NOISO = "1"

2013-05-10 Thread Robert Yang
The vmdk needed hddimg which was generated by do_bootimg in the past, but do_bootimg generated both iso and hddimg, so we set NOISO = "1", it now uses do_bootdirectdisk, doesn't use do_bootimg anymore, so we don't need NOISO = "1", and need remove it, otherwise: IMAGE_FSTYPES += "live vmdk" Would

[OE-core] [PATCH 0/1] image-vmdk.bbclass: disable the NOISO = "1"

2013-05-10 Thread Robert Yang
The following changes since commit e5d077d57f7d150d5a0bb67fdc1c87a94091cafe: bitbake: lib: print is a function in moderm python, covert remaining users (2013-05-09 22:28:24 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/noiso http://git.pokylinu

[OE-core] LinuxTag 2013 - last call

2013-05-10 Thread Florian Boor
Hi all, On 03.04.2013 16:23, Florian Boor wrote: This does not necessarily mean that I intend to to there alone! Everyone is invited to come and help with the booth. Of course any additional support is appreciated as well. Who has some interesting project/hardware/software/usecase related to Op