[OE-core] [PATCH] qemuimage-testlib: rename qemuppc image

2012-01-23 Thread Saul Wold
A recent set of changes changed the kernel name from bzImage to vmlinux, this test needs to change also. Signed-off-by: Saul Wold --- scripts/qemuimage-testlib |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib index

Re: [OE-core] bitbake.lock?

2012-01-23 Thread Martin Jansa
On Mon, Jan 23, 2012 at 03:12:35PM -0700, Gary Thomas wrote: > I've noticed that recent versions of bitbake leave this file > in the build directory. > > What is it for & why is it left around? see http://git.openembedded.org/bitbake/commit/?id=6004cbf36c980c2574c1c9153df81a7c55317e17 and http:/

Re: [OE-core] bitbake.lock?

2012-01-23 Thread Chris Larson
On Mon, Jan 23, 2012 at 3:12 PM, Gary Thomas wrote: > I've noticed that recent versions of bitbake leave this file > in the build directory. > > What is it for & why is it left around? It's used to ensure only one bitbake runs against a given build directory at a time. I'm not sure why it's left

[OE-core] bitbake.lock?

2012-01-23 Thread Gary Thomas
I've noticed that recent versions of bitbake leave this file in the build directory. What is it for & why is it left around? -- Gary Thomas | Consulting for the MLB Associates |Embedded world -

[OE-core] [PATCH v2 07/21] libxft: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb b/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb index b558490..498700a 100644 --- a/meta/reci

[OE-core] [PATCH v2 14/21] syslinux: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/syslinux/syslinux_4.03.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/syslinux/syslinux_4.03.bb b/meta/recipes-devtools/syslinux/syslinux_4.03.bb index 2d32f7b..97bf7ce 100644 --- a/meta/rec

[OE-core] [PATCH v2 08/21] sqlite3: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/sqlite/sqlite3.inc |6 -- meta/recipes-support/sqlite/sqlite3_3.7.9.bb |2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index

[OE-core] [PATCH v2 19/21] binutils: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/binutils/binutils.inc |1 - meta/recipes-devtools/binutils/binutils_2.22.bb |2 +- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.i

[OE-core] [PATCH v2 06/21] sysfsutils: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb index 0b3f04a..3e4fdda 100644 --- a/m

[OE-core] [PATCH v2 09/21] apr-util: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/apr/apr-util_1.4.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/apr/apr-util_1.4.1.bb b/meta/recipes-support/apr/apr-util_1.4.1.bb index d0e19b0..029cf7e 100644 --- a/meta/recipes-support/apr

[OE-core] [PATCH v2 00/21] Refactor -dev packages to move *.a to -staticdev packages

2012-01-23 Thread Saul Wold
This patchset, move the remaining static *.a archives from their -dev packages to the appropriate -staticdev, I have reviewed these and also looked at the buildhistory output (very useful tool, thanks Paul E.) The following are the remaining libraries that need to remain in their -dev packages:

[OE-core] [PATCH v2 01/21] Fix Upstream-Status entries

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- .../busybox-1.19.3/busybox-1.19.3-getty.patch |2 +- .../libtool/libtool/fix-rpath.patch|2 +- .../qemu/qemu-0.14.0/arm-bgr.patch |2 +- .../qemu/qemu-0.15.1/arm-bgr.patch |2 +- .../libzypp/libzypp/

[OE-core] [PATCH v2 20/21] libgcc: Seperate out libgcov.a from libgcc-dev

2012-01-23 Thread Saul Wold
libgcov.a is moved to it's own libgcov-dev package, instead of being part of libgcc-dev. Signed-off-by: Saul Wold --- meta/recipes-devtools/gcc/gcc-4.6.inc |2 +- meta/recipes-devtools/gcc/libgcc_4.6.bb |4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipe

[OE-core] [PATCH v2 18/21] eglibc: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-core/eglibc/eglibc-package.inc |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc index 020f558..e5a9b9d 100644 --- a/meta/recipes-cor

[OE-core] [PATCH v2 21/21] gcc: move shared .a to their own package

2012-01-23 Thread Saul Wold
Keep the *_nonshared.a in the libgcc-dev package as required for linking, moved the other *.a libraries into their respective packages (libstdc++ and libssp). Signed-off-by: Saul Wold --- meta/recipes-devtools/gcc/gcc-4.6.inc |2 +- meta/recipes-devtools/gcc/gcc-package-runtime.i

[OE-core] [PATCH v2 16/21] opkg: move common code & metadata into opkg.inc to reduce code duplication

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/opkg/opkg.inc | 43 +++- meta/recipes-devtools/opkg/opkg_0.1.8.bb | 44 + meta/recipes-devtools/opkg/opkg_svn.bb | 42 +--- 3 files changed, 44 insertions(+)

[OE-core] [PATCH v2 17/21] opkg: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/opkg/opkg.inc |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index b03eaf7..a67066f 100644 --- a/meta/recipes-devtools/opkg/opkg.inc +++ b/

[OE-core] [PATCH v2 11/21] tiff: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-multimedia/libtiff/tiff_3.9.5.bb |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia/libtiff/tiff_3.9.5.bb b/meta/recipes-multimedia/libtiff/tiff_3.9.5.bb index 7d60326..78a4859 100644 --- a/meta/recipes

[OE-core] [PATCH v2 12/21] gstreamer: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- .../gstreamer/gst-ffmpeg_0.10.13.bb|5 +++-- .../gstreamer/gst-plugins-bad_0.10.22.bb |2 +- .../gstreamer/gst-plugins-package.inc |9 + 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/meta/reci

[OE-core] [PATCH v2 15/21] tcp-wrappers: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- .../tcp-wrappers/tcp-wrappers_7.6.bb |9 + 1 files changed, 5 insertions(+), 4 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 985e848..9b865ba

[OE-core] [PATCH v2 13/21] libtool: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/libtool/libtool-2.4.2.inc |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/libtool/libtool-2.4.2.inc b/meta/recipes-devtools/libtool/libtool-2.4.2.inc index a8ea0ae..d55b2bd 100644 --- a/meta

[OE-core] [PATCH v2 10/21] mpeg2dec: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb index 351962f..fd45640 100644

[OE-core] [PATCH v2 05/21] libsoup: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/libsoup/libsoup_2.2.105.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-support/libsoup/libsoup_2.2.105.bb b/meta/recipes-support/libsoup/libsoup_2.2.105.bb index 6ad90b8..cd0f552 100644 --- a/meta/

[OE-core] [PATCH v2 04/21] augeas: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/augeas/augeas.inc |7 --- meta/recipes-extended/augeas/augeas_0.10.0.bb |2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/augeas/augeas.inc b/meta/recipes-extended/augeas/augeas.inc ind

[OE-core] [PATCH v2 03/21] avahi-ui: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-connectivity/avahi/avahi-ui_0.6.30.bb |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.30.bb b/meta/recipes-connectivity/avahi/avahi-ui_0.6.30.bb index bcc1f41..d7b9ed8 100644 ---

[OE-core] [PATCH v2 02/21] apmd: refactor packages for staticdev

2012-01-23 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-bsp/apmd/apmd_3.2.2-14.bb |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb index bf53cc6..9847c49 100644 --- a/meta/recipes-bsp/apmd/apmd_3.2.

Re: [OE-core] [PATCH 0/4] qemuppc: replace emulation of qemuppc

2012-01-23 Thread Bruce Ashfield
On Mon, Jan 23, 2012 at 10:44 AM, Bruce Ashfield wrote: > On Sat, Jan 21, 2012 at 9:29 AM, Bruce Ashfield > wrote: >> On Sat, Jan 21, 2012 at 6:48 AM, Richard Purdie >> wrote: >>> On Fri, 2012-01-20 at 23:12 -0500, Bruce Ashfield wrote: On Fri, Jan 20, 2012 at 10:50 PM, Saul Wold wrote: >>

[OE-core] [PATCH 1/1] linux-yocto/qemuppc: fix console and ethernet

2012-01-23 Thread Bruce Ashfield
Two issues are fixed with this commit, the ability to use the keyboard on a graphical qemu boot and enabling ethernet by default on a 3.0 kernel. The keyboard is fixed via the same method as the other simulations with the addition of console=tty on the qemu command line. Ethernet is fixed by addi

Re: [OE-core] [PATCH 0/1] V2 qemuppc/kernel: replace emulation of qemuppc

2012-01-23 Thread Bruce Ashfield
On 12-01-13 12:52 AM, Liming Wang wrote: On 2012-1-12 21:45, Bruce Ashfield wrote: On 12-01-12 03:42 AM, Liming Wang wrote: v2 change log: - disable CONFIG_DEVTMPFS option to avoid /dev/console pointing to serial. Otherwise, keyboard doesn't work well on X-windows. This looks fine to me, but

[OE-core] [PATCH 0/1] linux-yocto/qemuppc: fix console and ethernet

2012-01-23 Thread Bruce Ashfield
Richard/Saul, As was discussed on the mailing list ethernet wasn't working out of the box on the 3.0 kernel (but it was in 3.2, hence why my boots missed it). I bundled this together with a console fix. The commit says it all: [ Two issues are fixed with this commit, the ability to use the ke

Re: [OE-core] [PATCH] tzdata_2011n: provide pkg_postinst and timezone defaults

2012-01-23 Thread Mark Hatle
On 1/23/12 8:21 AM, Andrea Adami wrote: On Sun, Jan 15, 2012 at 12:22 PM, Koen Kooi wrote: Op 15 jan. 2012, om 12:17 heeft Andrea Adami het volgende geschreven: On Sat, Jan 14, 2012 at 4:10 PM, Koen Kooi wrote: Op 14 jan. 2012, om 14:07 heeft Andrea Adami het volgende geschreven: * Take

Re: [OE-core] [PATCH 18/20] eglibc: refactor packages for staticdev

2012-01-23 Thread Saul Wold
On 01/22/2012 12:30 PM, Phil Blundell wrote: On Fri, 2012-01-20 at 21:18 -0800, Saul Wold wrote: @@ -54,6 +56,7 @@ RDEPENDS_${PN}-utils += "bash" FILES_${PN}-pcprofile = "${base_libdir}/libpcprofile.so" FILES_eglibc-thread-db${PKGSUFFIX} = "${base_libdir}/libthread_db.so.* ${base_libdir}/li

Re: [OE-core] [PATCH 16/20] opkg: move common code & metadata into opkg.inc to reduce code duplication

2012-01-23 Thread Saul Wold
On 01/20/2012 10:13 PM, Otavio Salvador wrote: Seems to have a confusion between: PR_INC and INC_PR. Already fixed in the actual branch, noticed this right after I sent this request. Sau! On Sat, Jan 21, 2012 at 03:18, Saul Wold mailto:s...@linux.intel.com>> wrote: Signed-off-by: Saul

Re: [OE-core] [PATCH 0/4] qemuppc: replace emulation of qemuppc

2012-01-23 Thread Bruce Ashfield
On Sat, Jan 21, 2012 at 9:29 AM, Bruce Ashfield wrote: > On Sat, Jan 21, 2012 at 6:48 AM, Richard Purdie > wrote: >> On Fri, 2012-01-20 at 23:12 -0500, Bruce Ashfield wrote: >>> On Fri, Jan 20, 2012 at 10:50 PM, Saul Wold wrote: >>> > On 01/05/2012 12:37 AM, Liming Wang wrote: >>> >> >>> >> Hi R

Re: [OE-core] Different libdir in libstdc++.la for qemux86-64 causing issues

2012-01-23 Thread Martin Jansa
On Tue, Jan 17, 2012 at 02:09:48PM +0100, Martin Jansa wrote: > Hi, > > I was wondering why eve (elementary+webkit based browser) always fails > to link when building for qemux86-64 (works for other MACHINEs I'm > using). > > After fixing gnutls pulling system libs to every EFL build I ended with

Re: [OE-core] [PATCH] tzdata_2011n: provide pkg_postinst and timezone defaults

2012-01-23 Thread Andrea Adami
On Sun, Jan 15, 2012 at 12:22 PM, Koen Kooi wrote: > > Op 15 jan. 2012, om 12:17 heeft Andrea Adami het volgende geschreven: > >> On Sat, Jan 14, 2012 at 4:10 PM, Koen Kooi >> wrote: >>> >>> Op 14 jan. 2012, om 14:07 heeft Andrea Adami het volgende geschreven: >>> * Take the extra bits in d

[OE-core] [oe-core][PATCH 0/2] Initscripts cosmetics

2012-01-23 Thread Martin Jansa
The following changes since commit ac162df288f6d8f68c1764fad0ab2d33b9cee281: distro_tracking: update libpng, libgdbus, opensp, nfs-utils manual check dates (2012-01-20 16:35:08 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/pull h

[OE-core] [oe-core][PATCH 2/2] initscripts: remove space from shebang, just cosmetics

2012-01-23 Thread Martin Jansa
* at least in initscripts it's consistent now Signed-off-by: Martin Jansa --- .../initscripts/initscripts-1.0/devpts.sh |2 +- meta/recipes-core/initscripts/initscripts-1.0/halt |2 +- .../initscripts/initscripts-1.0/reboot |2 +- .../initscripts/initscripts-1.0/

[OE-core] [oe-core][PATCH 1/2] initscripts: add shebang where it was missing completely

2012-01-23 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../initscripts/initscripts-1.0/bootmisc.sh|1 + .../initscripts/initscripts-1.0/checkfs.sh |1 + .../initscripts/initscripts-1.0/checkroot.sh |1 + .../initscripts/initscripts-1.0/hostname.sh|1 + .../initscripts/inits

Re: [OE-core] [PATCH 02/18] pixman: upgrade to 0.24.2

2012-01-23 Thread Koen Kooi
This has a bbappend in meta-oe, please give an heads up when it's going in to avoid parsing breakage. Op 22 jan. 2012, om 19:06 heeft Shane Wang het volgende geschreven: > Signed-off-by: Shane Wang > --- > .../{pixman_0.24.0.bb => pixman_0.24.2.bb} |4 ++-- > 1 files changed, 2 inse