[OE-core] [PATCH] subversion: upgraded to 1.7.9

2013-05-08 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu --- .../fix-install-depends.patch |0 .../{subversion-1.7.8 => subversion-1.7.9}/libtool2.patch |0 .../subversion/{subversion_1.7.8.bb => subversion_1.7.9.bb}|4 ++-- 3 files changed, 2 insertions(+

Re: [OE-core] [RFC] bbclass for automatic generation of binary recipes

2013-05-08 Thread Robert Yang
On 05/08/2013 02:36 PM, Erik Botö wrote: Hi, On Wed, May 8, 2013 at 8:11 AM, Robert Yang wrote: Is it similar to meta/classes/package.bbclass ? // Robert I would say it's in addition to package.bbclass. Hi Erik, Sorry, I meant this one meta/classes/bin_package.bbclass :-) // Robert

Re: [OE-core] [RFC] bbclass for automatic generation of binary recipes

2013-05-08 Thread Erik Botö
On Wed, May 8, 2013 at 9:12 AM, Robert Yang wrote: > > > On 05/08/2013 02:36 PM, Erik Botö wrote: >> >> Hi, >> >> On Wed, May 8, 2013 at 8:11 AM, Robert Yang >> wrote: >>> >>> >>> Is it similar to meta/classes/package.bbclass ? >>> >>> // Robert >> >> >> I would say it's in addition to package.bb

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

2013-05-08 Thread Darren Hart
Always discuss them upstream first. If they are accepted upstream, THEN, we can roll them into oe-core if we don't want to bring in everything that landed before them too. But always discuss changes to a project to the project before doing so in oe-core. Thanks, Darren On 05/07/2013 06:49 PM, Ro

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

2013-05-08 Thread Robert Yang
On 05/08/2013 03:39 PM, Darren Hart wrote: Always discuss them upstream first. If they are accepted upstream, THEN, we can roll them into oe-core if we don't want to bring in everything that landed before them too. But always discuss changes to a project to the project before doing so in oe-cor

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

2013-05-08 Thread Darren Hart
On 05/08/2013 12:48 AM, Robert Yang wrote: > > > On 05/08/2013 03:39 PM, Darren Hart wrote: >> Always discuss them upstream first. If they are accepted upstream, THEN, >> we can roll them into oe-core if we don't want to bring in everything >> that landed before them too. But always discuss chang

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

2013-05-08 Thread Robert Yang
On 05/08/2013 03:51 PM, Darren Hart wrote: On 05/08/2013 12:48 AM, Robert Yang wrote: On 05/08/2013 03:39 PM, Darren Hart wrote: Always discuss them upstream first. If they are accepted upstream, THEN, we can roll them into oe-core if we don't want to bring in everything that landed before

Re: [OE-core] [RFC] bbclass for automatic generation of binary recipes

2013-05-08 Thread Robert Yang
On 05/08/2013 03:35 PM, Erik Botö wrote: On Wed, May 8, 2013 at 9:12 AM, Robert Yang wrote: On 05/08/2013 02:36 PM, Erik Botö wrote: Hi, On Wed, May 8, 2013 at 8:11 AM, Robert Yang wrote: Is it similar to meta/classes/package.bbclass ? // Robert I would say it's in addition to pa

[OE-core] [PATCH] diffstat: upgraded to 1.57

2013-05-08 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu --- .../diffstat/diffstat/aclocal.patch| 34 .../{diffstat_1.55.bb => diffstat_1.57.bb} |8 ++--- 2 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 meta/recipes-devtools/diffstat/diffstat/acloca

[OE-core] [PATCH 1/1] libtool-nativesdk: rename to nativesdk-libtool

2013-05-08 Thread wenzong.fan
From: Wenzong Fan Rename nativesdk item to prefix vs suffix. Some minor changes for getting it works after renamed: * append patches dir 'libtool/' to FILESEXTRAPATHS * update ${S}, append '${datadir}/libtool/*' to FILES_${PN} Signed-off-by: Wenzong Fan --- ...tivesdk_2.4.2.bb => nati

[OE-core] [PATCH 0/1] libtool-nativesdk: rename to nativesdk-libtool

2013-05-08 Thread wenzong.fan
From: Wenzong Fan Rename nativesdk item to prefix vs suffix. Some minor changes for getting it works after renamed: * append patches dir 'libtool/' to FILESEXTRAPATHS * update ${S}, append '${datadir}/libtool/*' to FILES_${PN} The following changes since commit 9895d2c074156fee338d9

[OE-core] [PATCH] kexec-tools: upgraded to 2.0.4

2013-05-08 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu --- .../kexec/{kexec-tools_2.0.3.bb => kexec-tools_2.0.4.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-kernel/kexec/{kexec-tools_2.0.3.bb => kexec-tools_2.0.4.bb} (55%) diff --git a/meta/recipes-kernel/kexec/kexec

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

2013-05-08 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 ++---

[OE-core] [PATCH 1/1] bootimg.bbclass: add comment for NOHDD

2013-05-08 Thread Robert Yang
Add comment for NOHDD which is used for skipping building the HDDIMG if set to 1 Signed-off-by: Robert Yang --- meta/classes/bootimg.bbclass |1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index b7ddf42..117929e 100644 --- a/meta

[OE-core] [PATCH 0/1] bootimg.bbclass: add comment for NOHDD

2013-05-08 Thread Robert Yang
The following changes since commit 9895d2c074156fee338d91aed7cfb0800477c622: maintainers.inc: update sbc pkg maintainer (2013-05-07 13:58:26 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/nohdd http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?

Re: [OE-core] gcc-cross-initial Failure (is a meta-aarch64 screw up)

2013-05-08 Thread Marcin Juszkiewicz
W dniu 08.05.2013 08:43, Marcin Juszkiewicz pisze: > I will sort it out today. Should be solved now. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[OE-core] [PATCH 0/1] python: remove the default optimization

2013-05-08 Thread Robert Yang
The following changes since commit 9895d2c074156fee338d91aed7cfb0800477c622: maintainers.inc: update sbc pkg maintainer (2013-05-07 13:58:26 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/python http://git.pokylinux.org/cgit.cgi/poky-contrib/log/

[OE-core] [PATCH 1/1] python: remove the default optimization

2013-05-08 Thread Robert Yang
We had hard coded python-native and python's default optimization to 1, which made the "assert" statement didn't work, and removed the "-O/-OO" (optimization options), the target python had a "-N" option to disable the default optimization, but the native python didn't. I think that we can set the

Re: [OE-core] [RFC] bbclass for automatic generation of binary recipes

2013-05-08 Thread Erik Botö
On Wed, May 8, 2013 at 10:01 AM, Robert Yang wrote: > On 05/08/2013 03:35 PM, Erik Botö wrote: >> >> On Wed, May 8, 2013 at 9:12 AM, Robert Yang >> wrote: >>> >>> On 05/08/2013 02:36 PM, Erik Botö wrote: Hi, On Wed, May 8, 2013 at 8:11 AM, Robert Yang wrote: > >

[OE-core] [PATCH 1/1] bbclass: bb.fatal() clean up

2013-05-08 Thread Robert Yang
The bb.fatal() is defined as: def fatal(*args): logger.critical(''.join(args)) sys.exit(1) So anything after bb.fatal() in the same code block doesn't have any effect, e.g.: bb.fatal("%s_%s: %s" % (var, pkg, e)) raise e The "raise e" should be removed. I searched all the files

[OE-core] [PATCH 0/1] bbclass: bb.fatal() clean up

2013-05-08 Thread Robert Yang
The following changes since commit 9895d2c074156fee338d91aed7cfb0800477c622: maintainers.inc: update sbc pkg maintainer (2013-05-07 13:58:26 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/fatal http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?

Re: [OE-core] [PATCH] diffstat: upgraded to 1.57

2013-05-08 Thread Laurentiu Palcu
On Wed, May 08, 2013 at 11:11:22AM +0300, Bogdan Marinescu wrote: > Signed-off-by: Bogdan Marinescu > --- > .../diffstat/diffstat/aclocal.patch| 34 > > .../{diffstat_1.55.bb => diffstat_1.57.bb} |8 ++--- > 2 files changed, 38 insertions(+), 4

Re: [OE-core] [CONSOLIDATED PULL 00/23] Updated Pull

2013-05-08 Thread Jonathan Liu
On 8/05/2013 4:52 PM, Saul Wold wrote: Richard, This is an updated version of the C-Pull, it address the udev, binutils and final gcc-4.8 patches. I will propose a 4.8 patch to update to that version later this week. I have another batch of change, but I screwed up the push to MUT before build

Re: [OE-core] gcc-cross-initial Failure (is a meta-aarch64 screw up)

2013-05-08 Thread Jack Mitchell
On 08/05/13 03:23, Khem Raj wrote: Hi Jack since I was playing with archlinux today, I could reproduce this gcc ICE problem with angstrom. Actual issue has been already fixed with http://git.openembedded.org/openembedded-core/commit/?id=b1dc91969f9bb0c2a3a4336f5e9a2f57aabb9f78 but it was stil

[OE-core] [PATCH] iproute2: upgrade to 3.9.0

2013-05-08 Thread Cristian Iorga
patches removed; already included in upstream. Signed-off-by: Cristian Iorga --- ...tion-error-of-m_ipt.c-with-Werror-enabled.patch | 46 - .../0001-ip-fix-ipv6-ntable-on-ppc64.patch | 142 - ...ncy-on-sizeof-__u64-sizeof-unsigned-long-.patch | 213 ---

[OE-core] [PATCH] autogen: upgraded to 5.17.3

2013-05-08 Thread Bogdan Marinescu
'guile.patch' updated for the new version. Signed-off-by: Bogdan Marinescu --- ...gen-native_5.12.bb => autogen-native_5.17.3.bb} |6 +- meta/recipes-devtools/autogen/files/guile.patch| 79 +++- 2 files changed, 45 insertions(+), 40 deletions(-) rename meta/recipes-dev

Re: [OE-core] [yocto] Status Update

2013-05-08 Thread Burton, Ross
On 7 May 2013 18:57, Trevor Woerner wrote: > I've looked through the list of patches and don't seem to find > anything that will do what my patch needs to do in order to build > qemu-1.2.0 on openSuSE 12.3. Would you consider adding the attached > patch for Danny? (normally I'd send it in-line but

[OE-core] [PATCH] byacc: upgraded to 20130304

2013-05-08 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu --- .../byacc/{byacc_20121003.bb => byacc_20130304.bb} |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) rename meta/recipes-extended/byacc/{byacc_20121003.bb => byacc_20130304.bb} (73%) diff --git a/meta/recipes-extended/byacc/byacc_2

[OE-core] [PATCH 1/4] gdb: AArch64 lacks lttng support

2013-05-08 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz --- meta/recipes-devtools/gdb/gdb-common.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index f574d5c..6f42dff 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++

[OE-core] [PATCH 4/4] gdb: tabs -> spaces

2013-05-08 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz --- meta/recipes-devtools/gdb/gdb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index a620eca..3321a24 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recip

[OE-core] [PATCH 2/4] gdb: add 7.6 version

2013-05-08 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz --- meta/recipes-devtools/gdb/gdb-7.6.inc | 11 ++ .../gdb/gdb-7.6/gdbserver-cflags-last.diff | 25 ++ .../recipes-devtools/gdb/gdb-cross-canadian_7.6.bb | 5 + meta/recipes-devtools/gdb/gdb-cross_7.6.bb

[OE-core] [PATCH 3/4] gdb: move checksums to versioned include

2013-05-08 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz --- meta/recipes-devtools/gdb/gdb-common.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 6f42dff..deb3841 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc ++

[OE-core] [PATCH] gdb: upgraded to 7.6

2013-05-08 Thread Bogdan Marinescu
'gdbserver-cflags-last.diff' was integrated into upstream. Signed-off-by: Bogdan Marinescu --- meta/recipes-devtools/gdb/gdb-common.inc|6 ++ ...-canadian_7.5.1.bb => gdb-cross-canadian_7.6.bb} |2 -- .../gdb/{gdb-cross_7.5.1.bb => gdb-cross_7.6.bb}|2 -- meta/rec

Re: [OE-core] [PATCH 1/1] bbclass: bb.fatal() clean up

2013-05-08 Thread Mike Looijmans
On 05/08/2013 11:06 AM, Robert Yang wrote: The bb.fatal() is defined as: def fatal(*args): logger.critical(''.join(args)) sys.exit(1) So anything after bb.fatal() in the same code block doesn't have any effect, e.g.: bb.fatal("%s_%s: %s" % (var, pkg, e)) raise e The "raise

[OE-core] [PATCH] gnutls: upgrade to 2.12.23

2013-05-08 Thread Ross Burton
Importantly, this fixes CVE-2013-1619. Upstream doesn't use GNU as a host, so update the SRC_URI. remove-gets.patch isn't required anymore, obsolete_automake_macros.patch is merged upstream, and gnutls_fix_for_automake_1.12.1.patch doesn't seem to be needed. It was merged and reverted upstream,

Re: [OE-core] [yocto] Status Update

2013-05-08 Thread Trevor Woerner
On Wed, May 8, 2013 at 6:35 AM, Burton, Ross wrote: > On 7 May 2013 18:57, Trevor Woerner wrote: >> I've looked through the list of patches and don't seem to find >> anything that will do what my patch needs to do in order to build >> qemu-1.2.0 on openSuSE 12.3. Would you consider adding the att

[OE-core] [PATCH] oprofileui(-server): upgraded to GIT revision f168b8bf

2013-05-08 Thread Bogdan Marinescu
'obsolete_automake_macros.patch' is not needed anymore, because it was integrated in the specified commit. Signed-off-by: Bogdan Marinescu --- .../obsolete_automake_macros.patch | 20 .../oprofile/oprofileui-server_git.bb |7 ++- meta/r

[OE-core] [PATCH] btrfs-tools: upgraded to 0.20-rc1

2013-05-08 Thread Bogdan Marinescu
'fix_use_of_gcc.patch' was integrated in the main repository. Signed-off-by: Bogdan Marinescu --- .../btrfs-tools/btrfs-tools/fix_use_of_gcc.patch | 31 .../btrfs-tools/btrfs-tools_git.bb |9 ++ 2 files changed, 3 insertions(+), 37 deletions(-) d

Re: [OE-core] [PATCH 2/4] gdb: add 7.6 version

2013-05-08 Thread Saul Wold
On 05/08/2013 04:43 AM, Marcin Juszkiewicz wrote: Signed-off-by: Marcin Juszkiewicz --- meta/recipes-devtools/gdb/gdb-7.6.inc | 11 ++ .../gdb/gdb-7.6/gdbserver-cflags-last.diff | 25 ++ .../recipes-devtools/gdb/gdb-cross-canadian_7.6.bb | 5

Re: [OE-core] [PATCH] gdb: upgraded to 7.6

2013-05-08 Thread Saul Wold
On 05/08/2013 04:59 AM, Bogdan Marinescu wrote: 'gdbserver-cflags-last.diff' was integrated into upstream. Was it really? I note that the patch from Marcin still incorporates a similar patch, please verify this should not be a rebase. Sau! Signed-off-by: Bogdan Marinescu --- meta/recip

Re: [OE-core] [PATCH] btrfs-tools: upgraded to 0.20-rc1

2013-05-08 Thread Saul Wold
On 05/08/2013 06:33 AM, Bogdan Marinescu wrote: 'fix_use_of_gcc.patch' was integrated in the main repository. Signed-off-by: Bogdan Marinescu --- .../btrfs-tools/btrfs-tools/fix_use_of_gcc.patch | 31 .../btrfs-tools/btrfs-tools_git.bb |9 ++

[OE-core] [PATCH 0/9] Package Updates (libxi, json-glib, js, pciutils, libfontenc, qemu, ethtool, pixman, gpgme)

2013-05-08 Thread Ionut Radu
*** BLURB HERE *** Ionut Radu (9): libxi: updated from 1.7 to 1.7.1 json-glib: updated from 0.15.2 to 0.16.0 js: updated from 1.7.0+1.8.0rc1 to 185-1.0.0 pciutils: updated from 3.1.10 to 3.2. libfontenc: Updated from 1.1.1 to 1.1.2 qemu: Updated from 1.4.0 to 1.4.1 ethtool: Updated f

[OE-core] [PATCH 0/9] Package Updates (libxi, json-glib, js, pciutils, libfontenc, qemu, ethtool, pixman, gpgme)

2013-05-08 Thread Ionut Radu
*** BLURB HERE *** Ionut Radu (9): libxi: updated from 1.7 to 1.7.1 json-glib: updated from 0.15.2 to 0.16.0 js: updated from 1.7.0+1.8.0rc1 to 185-1.0.0 pciutils: updated from 3.1.10 to 3.2. libfontenc: Updated from 1.1.1 to 1.1.2 qemu: Updated from 1.4.0 to 1.4.1 ethtool: Updated f

[OE-core] [PATCH 1/9] libxi: updated from 1.7 to 1.7.1

2013-05-08 Thread Ionut Radu
Signed-off-by: Ionut Radu --- meta/recipes-graphics/xorg-lib/{libxi_1.7.bb => libxi_1.7.1.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxi_1.7.bb => libxi_1.7.1.bb} (81%) diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.7.bb b/met

[OE-core] [PATCH 2/9] json-glib: updated from 0.15.2 to 0.16.0

2013-05-08 Thread Ionut Radu
Signed-off-by: Ionut Radu --- .../json-glib/{json-glib_0.15.2.bb => json-glib_0.16.0.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/json-glib/{json-glib_0.15.2.bb => json-glib_0.16.0.bb} (79%) diff --git a/meta/recipes-gnome/json-glib/json-gl

[OE-core] [PATCH 3/9] js: updated from 1.7.0+1.8.0rc1 to 185-1.0.0

2013-05-08 Thread Ionut Radu
Signed-off-by: Ionut Radu --- .../js/{js_1.7.0+1.8.0rc1.bb => js_185-1.0.0.bb}|7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-support/js/{js_1.7.0+1.8.0rc1.bb => js_185-1.0.0.bb} (85%) diff --git a/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb

[OE-core] [PATCH 4/9] pciutils: updated from 3.1.10 to 3.2.

2013-05-08 Thread Ionut Radu
Signed-off-by: Ionut Radu --- .../configure.patch |0 .../guess-fix.patch |0 .../lib-build-fix.patch |0 .../makefile.patch | 18 ++ .../

[OE-core] [PATCH 5/9] libfontenc: Updated from 1.1.1 to 1.1.2

2013-05-08 Thread Ionut Radu
Signed-off-by: Ionut Radu --- .../xorg-lib/{libfontenc_1.1.1.bb => libfontenc_1.1.2.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libfontenc_1.1.1.bb => libfontenc_1.1.2.bb} (70%) diff --git a/meta/recipes-graphics/xorg-lib/lib

[OE-core] [PATCH 6/9] qemu: Updated from 1.4.0 to 1.4.1

2013-05-08 Thread Ionut Radu
0001-doc-Fix-texinfo-table-markup-in-qemu-options.hx.patch and 3f08ffb4a4741d147634761dc053ed386243a0de.patch were backported in 1.4.1 Signed-off-by: Ionut Radu --- meta/recipes-devtools/qemu/qemu.inc |1 - meta/recipes-devtools/qemu/{qemu_1.4.0.bb => qemu_1.4.1.bb}

[OE-core] [PATCH 7/9] ethtool: Updated from 3.8 to 3.9

2013-05-08 Thread Ionut Radu
Signed-off-by: Ionut Radu --- meta/recipes-extended/ethtool/{ethtool_3.8.bb => ethtool_3.9.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_3.8.bb => ethtool_3.9.bb} (78%) diff --git a/meta/recipes-extended/ethtool/ethtool_3.8.bb b

[OE-core] [PATCH 8/9] pixman: Update from 0.29.2 to 0.29.4

2013-05-08 Thread Ionut Radu
Signed-off-by: Ionut Radu --- .../xorg-lib/{pixman_0.29.2.bb => pixman_0.29.4.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-graphics/xorg-lib/{pixman_0.29.2.bb => pixman_0.29.4.bb} (88%) diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.

[OE-core] [PATCH 9/9] gpgme: Updated from 1.4.0 to 1.4.1

2013-05-08 Thread Ionut Radu
Signed-off-by: Ionut Radu --- .../{gpgme-1.4.0 => gpgme-1.4.1}/disable_gpgconf_check.patch |0 meta/recipes-support/gpgme/{gpgme_1.4.0.bb => gpgme_1.4.1.bb}|6 ++ 2 files changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/gpgme/{gpgme-1.4.0 => gpgme-1.4.1}/

Re: [OE-core] [CONSOLIDATED PULL 00/23] Updated Pull

2013-05-08 Thread Richard Purdie
On Tue, 2013-05-07 at 23:52 -0700, Saul Wold wrote: > Andreas Müller (2): > systemd: do not recommend udev-extraconf for udev > udev: do not recommend udev-extraconf > > Andrei Dinu (1): > SLiRP support in runqemu This reverts the various other changes made to the script to fix locking race

Re: [OE-core] [PATCH v4] SLiRP support in runqemu

2013-05-08 Thread Saul Wold
On 04/29/2013 11:42 PM, Andrei Dinu wrote: runqemu script now takes argument "slirp" in order to run networking on the qemu machine, without root privileges. changed the runqemu-internal script in order not to activate the tap devices if the option is set. Also trimmed the cleanup function so th

Re: [OE-core] [PATCH 3/9] js: updated from 1.7.0+1.8.0rc1 to 185-1.0.0

2013-05-08 Thread Burton, Ross
On 8 May 2013 15:41, Ionut Radu wrote: > Signed-off-by: Ionut Radu Is there anything in oe-core that still needs this? I suspect we only had it for Web, but as we dropped the non-webkit Web a while back I don't think we're actually building this at all (apart from in world builds) so should we

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

2013-05-08 Thread Tomas Frydrych
I think it would makes sense to move clutter related packages from oe-core into a dedicated layer: * AFAIK nothing in oe-core requires cogl/clutter/mx, * The packages in oe-core are effectively unmaintained, several upstream releases behind, and pretty much unusable, * The somewhat random natur

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

2013-05-08 Thread Phil Blundell
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 requires cogl/clutter/mx, > > * The packages in oe-core are effectively unmaintained, several upstream > r

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

2013-05-08 Thread Richard Purdie
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 requires cogl/clutter/mx, > > * The packages in oe-core are effectively unmaintained, several upstream > r

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

2013-05-08 Thread Tomas Frydrych
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 requires cogl/clutter/mx, >> >> * The packages in oe-core are

Re: [OE-core] [PATCH] gmp: updated to 5.1.1

2013-05-08 Thread Saul Wold
On 05/07/2013 06:00 AM, Bogdan Marinescu wrote: A number of patches are now part of the upstream. Tested by compiling and running core-image-minimal/qemux86. This patch is not applying cleaning, please verify it. see below Signed-off-by: Bogdan Marinescu --- .../gmp/gmp-5.1.0/187b7b1646e

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

2013-05-08 Thread Tomas Frydrych
On 08/05/13 16:23, Phil Blundell wrote: > One particular issue for us is that the clutter recipes as they stand in > oe-core are very X11-centric. We don't have X and, instead, use the > eglnative backend. It'd be handy for us if some putative refactoring of > the recipes made them more friendly

Re: [OE-core] [PATCH 3/9] js: updated from 1.7.0+1.8.0rc1 to 185-1.0.0

2013-05-08 Thread Saul Wold
On 05/08/2013 07:55 AM, Burton, Ross wrote: On 8 May 2013 15:41, Ionut Radu wrote: Signed-off-by: Ionut Radu Is there anything in oe-core that still needs this? I suspect we only had it for Web, but as we dropped the non-webkit Web a while back I don't think we're actually building this at

Re: [OE-core] [PATCH 4/9] pciutils: updated from 3.1.10 to 3.2.

2013-05-08 Thread Saul Wold
On 05/08/2013 07:41 AM, Ionut Radu wrote: Signed-off-by: Ionut Radu --- .../configure.patch |0 .../guess-fix.patch |0 .../lib-build-fix.patch |0 .../makefile.patch

Re: [OE-core] [PATCH] qt4: remove trailing slash from prefix

2013-05-08 Thread Paul Barker
On 7 May 2013 10:05, Paul Barker wrote: > The trailing slashs on "Prefix=${prefix}/" and "-prefix ${prefix}/" are passed > through to the generated pkgconfig files and may be joined to paths like > "/include" yielding a final path with a double forward-slash (eg. > "/usr//include"). This may end u

Re: [OE-core] [PATCH] qt4: remove trailing slash from prefix

2013-05-08 Thread Martin Jansa
On Wed, May 08, 2013 at 07:07:57PM +0100, Paul Barker wrote: > On 7 May 2013 10:05, Paul Barker wrote: > > The trailing slashs on "Prefix=${prefix}/" and "-prefix ${prefix}/" are > > passed > > through to the generated pkgconfig files and may be joined to paths like > > "/include" yielding a fina

[OE-core] [PATCH] runqemu: Replace use of ifconfig with ip

2013-05-08 Thread Khem Raj
ifconfig and its ilk (net-tools package) is deprecated in favour of iproute2 package and is now removed by many distro's e.g. Archlinux. So we replace ifconfig with ip utility Signed-off-by: Khem Raj --- scripts/runqemu-gen-tapdevs | 6 +++--- scripts/runqemu-ifup| 6 +++--- scripts/ru

[OE-core] [PATCH 1/1] sysvinit-inittab: start runlevel 5 after terminals

2013-05-08 Thread Joe Slater
If xserver is started before getty is attached to virtual terminals, the server might lose the ability to accept keyboard input, so we go to runlevel 5 at the very end of inittab. --- .../recipes-core/sysvinit/sysvinit-inittab/inittab |4 +++- .../sysvinit/sysvinit-inittab_2.88dsf.bb

Re: [OE-core] [PATCH] runqemu: Replace use of ifconfig with ip

2013-05-08 Thread Trevor Woerner
On Wed, May 8, 2013 at 3:40 PM, Khem Raj wrote: > ifconfig and its ilk (net-tools package) is deprecated in favour of iproute2 > package > and is now removed by many distro's e.g. Archlinux. So we replace ifconfig > with ip utility > > Signed-off-by: Khem Raj > --- > scripts/runqemu-gen-tapdev

Re: [OE-core] [PATCH] runqemu: Replace use of ifconfig with ip

2013-05-08 Thread Khem Raj
On May 8, 2013, at 1:15 PM, Trevor Woerner wrote: > On Wed, May 8, 2013 at 3:40 PM, Khem Raj wrote: >> ifconfig and its ilk (net-tools package) is deprecated in favour of iproute2 >> package >> and is now removed by many distro's e.g. Archlinux. So we replace ifconfig >> with ip utility >> >

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

2013-05-08 Thread Joe Slater
The default location for bootlog is volatile, so we change it to something that is not. --- meta/recipes-core/sysvinit/sysvinit/bootlogd.init | 19 --- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/sysvinit/sysvinit/bootlogd.init b/meta/recipe

Re: [OE-core] [PATCH 1/1] bbclass: bb.fatal() clean up

2013-05-08 Thread Robert Yang
On 05/08/2013 08:03 PM, Mike Looijmans wrote: On 05/08/2013 11:06 AM, Robert Yang wrote: The bb.fatal() is defined as: def fatal(*args): logger.critical(''.join(args)) sys.exit(1) So anything after bb.fatal() in the same code block doesn't have any effect, e.g.: bb.fatal("%s_

Re: [OE-core] [PATCH 1/1] bbclass: bb.fatal() clean up

2013-05-08 Thread Chris Larson
On Wed, May 8, 2013 at 7:14 PM, Robert Yang wrote: > On 05/08/2013 08:03 PM, Mike Looijmans wrote: > >> On 05/08/2013 11:06 AM, Robert Yang wrote: >> >>> The bb.fatal() is defined as: >>> >>> def fatal(*args): >>> logger.critical(''.join(args)) >>> sys.exit(1) >>> >>> So anything after b

[OE-core] [PATCH 2/3] boot-directdisk: Scope HDDDIR and HDDIMG variables to avoid conflicts

2013-05-08 Thread Jonathan Liu
These variables should not be shared with other image classes. The bootimg class also has an HDDDIR variable that could be overwritten if executing concurrently in the same image recipe. Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 25 - 1 file c

[OE-core] [PATCH 3/3] image-vmdk: Fix error recreating symbolic link

2013-05-08 Thread Jonathan Liu
If the vmdk image symbolic link already exists from a previous build, overwrite it instead of returning an error. Signed-off-by: Jonathan Liu --- meta/classes/image-vmdk.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/image-vmdk.bbclass b/meta/classes/ima

[OE-core] [PATCH v9 1/3] syslinux: Update to 4.06

2013-05-08 Thread Jonathan Liu
Patches are now part of upstream or no longer needed. Added new util-linux dependency for isohybrid. Paths updated to reflect directory structure changes. Add CFLAGS and LDFLAGS overrides. [YOCTO #4438] Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 4 +-

Re: [OE-core] [PATCH 1/1] bbclass: bb.fatal() clean up

2013-05-08 Thread Robert Yang
On 05/09/2013 10:23 AM, Chris Larson wrote: On Wed, May 8, 2013 at 7:14 PM, Robert Yang wrote: On 05/08/2013 08:03 PM, Mike Looijmans wrote: On 05/08/2013 11:06 AM, Robert Yang wrote: The bb.fatal() is defined as: def fatal(*args): logger.critical(''.join(args)) sys.exit(1)

Re: [OE-core] [PATCH 2/4] gdb: add 7.6 version

2013-05-08 Thread Khem Raj
On May 8, 2013, at 4:43 AM, Marcin Juszkiewicz wrote: > Signed-off-by: Marcin Juszkiewicz > --- > meta/recipes-devtools/gdb/gdb-7.6.inc | 11 ++ > .../gdb/gdb-7.6/gdbserver-cflags-last.diff | 25 ++ > .../recipes-devtools/gdb/gdb-cross-canadian_7.

Re: [OE-core] [PATCH 1/4] gdb: AArch64 lacks lttng support

2013-05-08 Thread Khem Raj
looks good. Acked-by: Khem Raj On May 8, 2013, at 4:43 AM, Marcin Juszkiewicz wrote: > Signed-off-by: Marcin Juszkiewicz > --- > meta/recipes-devtools/gdb/gdb-common.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-devtools/gdb/gdb-common.inc > b/meta/recipes-devtoo

Re: [OE-core] [PATCH 3/4] gdb: move checksums to versioned include

2013-05-08 Thread Khem Raj
not if we have 1 version. On May 8, 2013, at 4:43 AM, Marcin Juszkiewicz wrote: > Signed-off-by: Marcin Juszkiewicz > --- > meta/recipes-devtools/gdb/gdb-common.inc | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/meta/recipes-devtools/gdb/gdb-common.inc > b/meta/recipes-devtools/gd

Re: [OE-core] [PATCH 4/4] gdb: tabs -> spaces

2013-05-08 Thread Khem Raj
Acked-by: Khem Raj On May 8, 2013, at 4:43 AM, Marcin Juszkiewicz wrote: > Signed-off-by: Marcin Juszkiewicz > --- > meta/recipes-devtools/gdb/gdb.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-devtools/gdb/gdb.inc > b/meta/recipes-devtools/gdb/gdb.