[OE-core] [PATCH 0/8 v6] Uprev RPM to 5.4.9

2012-06-05 Thread Mark Hatle
rash (2012-05-30 17:37:58 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/rpm http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/rpm Mark Hatle (8): rpm: Upgrade RPM to 5.4.8 (db to 5.3.15) rpm: Upgrade RPM to 5.4.9 ossp-uuid: Ad

[OE-core] [PATCH 8/8 v6] package_rpm: Verify that the package manifests are not empty

2012-06-05 Thread Mark Hatle
files..) Signed-off-by: Mark Hatle --- meta/classes/package_rpm.bbclass | 59 ++ 1 files changed, 34 insertions(+), 25 deletions(-) diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index b84c044..bb9aa1a 100644 --- a/meta/classes

[OE-core] [PATCH 5/6] gettext: install libgettextlib.a before removing it

2012-06-06 Thread Mark Hatle
From: Joe Slater In a multiple job build, Makefile can simultaneously be installing and removing libgettextlib.a. We serialize the operations. Signed-off-by: Joe Slater Signed-off-by: Mark Hatle --- .../gettext/gettext-0.18.1.1/parallel.patch| 34 meta/recipes

[OE-core] [PATCH 1/6] beecrypt: disable java

2012-06-06 Thread Mark Hatle
From: Jesse Zhang If java is installed on host, beecrypt will attempt to use it. Signed-off-by: Jesse Zhang Signed-off-by: Mark Hatle --- meta/recipes-support/beecrypt/beecrypt_4.2.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/beecrypt

[OE-core] [PATCH 4/6] shared-mime-info: fix build race condition

2012-06-06 Thread Mark Hatle
From: Joe Slater The definition of install-data-hook in Makefile.am leads to multiple, overlapping, executions of the install-binPROGRAMS target. We modify the definition to avoid that. Signed-off-by: Joe Slater Signed-off-by: Mark Hatle --- .../shared-mime-info/install-data-hook.patch

[OE-core] [PATCH 2/6] groff: Fix build on Fedora 17

2012-06-06 Thread Mark Hatle
: | error: Failed dependencies: | bin/perl is needed by groff-1.20.1-r1.ppc603e Signed-off-by: Song.Li Sync up with the do_install_append_virtclass-native chunk. Signed-off-by: Mark Hatle --- meta/recipes-extended/groff/groff_1.20.1.bb | 24 +++- 1 files changed

[OE-core] [PATCH 0/6] Misc package fixes

2012-06-06 Thread Mark Hatle
ylinux.org/poky-contrib mhatle/misc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/misc Jesse Zhang (1): beecrypt: disable java Joe Slater (2): shared-mime-info: fix build race condition gettext: install libgettextlib.a before removing it Mark Hatle (2): shadow-native: Di

[OE-core] [PATCH 3/6] shadow-native: Disable nscd support

2012-06-06 Thread Mark Hatle
Disabling nscd support prevents error messages when shadow utilities attempt to trigger nscd to reload. This does nothing unless the user is root, and even if they are root, it's the wrong action to perform when creating a target fs. Signed-off-by: Mark Hatle --- .../shadow/s

[OE-core] [PATCH 6/6] insane.bbclass: Make ldd exec_prefix error reporting easier to read

2012-06-06 Thread Mark Hatle
Remove the long obtuse sysroot path from the ldd output, making the error message significantly easier to read and understand. Signed-off-by: Mark Hatle --- meta/classes/insane.bbclass |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/meta/classes/insane.bbclass b

Re: [OE-core] [PATCH 6/6] insane.bbclass: Make ldd exec_prefix error reporting easier to read

2012-06-06 Thread Mark Hatle
Sorry please ignore this one, I sent it by accident.. The patch wasn't finished. --Mark On 6/6/12 9:53 AM, Mark Hatle wrote: Remove the long obtuse sysroot path from the ldd output, making the error message significantly easier to read and understand. Signed-off-by: Mark Hatle ---

[OE-core] [PATCH 6/6 v2] insane.bbclass: Make ldd exec_prefix error reporting easier to read

2012-06-06 Thread Mark Hatle
fix (/usr): libkeyutils.so.1 => /usr/lib/libkeyutils.so.1 (0xdead1000) Signed-off-by: Mark Hatle --- meta/classes/insane.bbclass | 20 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 4d139e8..55

[OE-core] [PATCH 0/6] Addition to previous misc fixes

2012-06-06 Thread Mark Hatle
gettext: install libgettextlib.a before removing it Mark Hatle (2): shadow-native: Disable nscd support insane.bbclass: Make ldd exec_prefix error reporting easier to read Song.Li (1): groff: Fix build on Fedora 17 meta/classes/insane.bbclass| 20 +-- .

Re: [OE-core] RFC: Braindump on Bootloaders, Image Types, and Installers

2012-06-06 Thread Mark Hatle
I don't have specific comments below, but I can share some of what I will be working on for my company in the next 6 months or so. I will be working on moving the image generation: filesystem construction, filesystem -> image generation, and similar into a framework that can reside externally

[OE-core] [PATCH 0/9 v7] Uprev RPM to 5.4.9

2012-06-11 Thread Mark Hatle
5:46 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/rpm http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/rpm Mark Hatle (9): rpm: Upgrade RPM to 5.4.8 (db to 5.3.15) rpm: Upgrade RPM to 5.4.9 ossp-uuid: Add oss-uuid package and

[OE-core] [PATCH 1/9] rpm: Upgrade RPM to 5.4.8 (db to 5.3.15)

2012-06-11 Thread Mark Hatle
RPM 5.4.8 requires db 5.3.x, so both are upgraded together. Signed-off-by: Mark Hatle --- meta/classes/rootfs_rpm.bbclass| 22 +- .../rpm/rpm/fix_for_automake_1.11.2.patch | 54 --- .../rpm/rpm/fprint-pointer-fix.patch | 35 -- .../rpm/rpm/remove

[OE-core] [PATCH 2/9] rpm: Upgrade RPM to 5.4.9

2012-06-11 Thread Mark Hatle
Beside upreving RPM, add necessary integration pathces to libzypp. Also change the configuration of RPM to support PACKAGECONFIG flags. RPM is highly configurable, the default configuration is good for minimal OE-Core use. Signed-off-by: Mark Hatle --- meta/recipes-devtools/rpm/rpm/rpm

[OE-core] [PATCH 4/9] package_rpm: Add capability to directly query packageorigin

2012-06-11 Thread Mark Hatle
Add functionality to RPM to directly query the packageorigin (path) from the resolver database, instead of having to do this via an indirect method. This results in a minor performance improvement. Signed-off-by: Mark Hatle --- meta/classes/package_rpm.bbclass | 18

[OE-core] [PATCH 6/9] rootfs_rpm.bbclass: Update database configuration file

2012-06-11 Thread Mark Hatle
Move the creation of the database configuration files to just before we perform the install actions. This ensures they will exist even in SDK or other non-target filesystem images. Signed-off-by: Mark Hatle --- meta/classes/package_rpm.bbclass | 32 meta

[OE-core] [PATCH 5/9] rpm: Bump PR numbers on componets that require RPM

2012-06-11 Thread Mark Hatle
With the recent RPM uprev, libzypp, sat-solver and zypper should be rebuilt to ensure they get the right BerkleyDB and rpmdb interfaces. Signed-off-by: Mark Hatle --- meta/recipes-extended/libzypp/libzypp_git.bb |2 +- meta/recipes-extended/sat-solver/sat-solver_git.bb |2 +- meta

[OE-core] [PATCH 7/9] createrepo: For compatibility w/ RPM 5.4.9 remove RPMVSF_NOSIGNATURES flag

2012-06-11 Thread Mark Hatle
ned-off-by: Mark Hatle --- .../createrepo/createrepo/createrepo-rpm549.patch | 19 +++ .../createrepo/createrepo_0.4.11.bb|3 ++- 2 files changed, 21 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-support/createrepo/createrepo/createrepo-rp

[OE-core] [PATCH 9/9] rpm: Ensure pkgconfig deps don't stray from the package being built

2012-06-11 Thread Mark Hatle
Force pkg-config to only look in the install directory, and not be able to fall back to system pkg-config directories for resolution. Signed-off-by: Mark Hatle --- .../rpm/rpm/rpm-pkgconfigdeps.patch| 34 meta/recipes-devtools/rpm/rpm_5.4.9.bb

[OE-core] [PATCH 8/9] package_rpm: Verify that the package manifests are not empty

2012-06-11 Thread Mark Hatle
files..) Signed-off-by: Mark Hatle --- meta/classes/package_rpm.bbclass | 59 ++ 1 files changed, 34 insertions(+), 25 deletions(-) diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index b84c044..bb9aa1a 100644 --- a/meta/classes

[OE-core] [PATCH 3/9] ossp-uuid: Add oss-uuid package and RPM 5.4.9 integration

2012-06-11 Thread Mark Hatle
RPM 5.4.9 now strongly encourages you to have the ossp-uuid library available. Add this recipe, and change RPM to use the uuid functionality. Signed-off-by: Mark Hatle --- .../ossp-uuid/0001-Change-library-name.patch | 112 ...erve-m-option-status-in-v-option

Re: [OE-core] [oe-core] fixup_perms failure on linux-libc-headers

2012-06-12 Thread Mark Hatle
On 6/12/12 8:57 AM, Khem Raj wrote: On Tue, Jun 12, 2012 at 2:07 AM, Giuseppe Condorelli wrote: OSError: [Errno 1] Operation not permitted: '/oelinux/condorg/openembedded-core/stlinux-3.0-build/tmp-uclibc/work/sh4-oe-linux-uclibc/linux-libc-headers-2.6.32-r1/package/usr' what is your host ma

Re: [OE-core] [PATCH 4/9] package_rpm: Add capability to directly query packageorigin

2012-06-12 Thread Mark Hatle
file path from the resolver via the shell. This patch added that ability. The packageorigin is likely not useful to anyone, unless you are using it in conjunction w/ an associated package feed/resolver database. --Mark Many thanks, Giuseppe 2012/6/11 Mark Hatle mailto:mark.ha

[OE-core] [PATCH 0/1] Fix incorrect busybox alternative

2012-06-14 Thread Mark Hatle
/cgit.cgi/poky-contrib/log/?h=mhatle/misc Mark Hatle (1): busybox: Fix syslog configuration file meta/recipes-core/busybox/busybox.inc |1 + meta/recipes-core/busybox/busybox_1.19.4.bb |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) -- 1.7.3.4

[OE-core] [PATCH 1/1] busybox: Fix syslog configuration file

2012-06-14 Thread Mark Hatle
When update alternatives was modified, the syslog configuration file alternative was incorrectly defined to be "busybox". Fix this by enabling the proper target file. [YOCTO #2557] Signed-off-by: Mark Hatle --- meta/recipes-core/busybox/busybox.inc |1 + meta/recipes-co

Re: [OE-core] glibc detected *** groupadd: malloc(): memory corruption

2012-06-18 Thread Mark Hatle
We're not away of any size limitations within pseudo, other then PATH_MAX which is typically 4096... --Mark On 6/18/12 4:17 AM, Robert Yang wrote: Hi Experts: I've met a strange issue, when set the length of builddir to 266 (Why I did this is that I need to know how long the tmpdir that oe-c

Re: [OE-core] glibc detected *** groupadd: malloc(): memory corruption

2012-06-21 Thread Mark Hatle
buffer overflow issue which could have larger ramifications Thanks Sau! // Robert On 06/19/2012 01:47 AM, Mark Hatle wrote: We're not away of any size limitations within pseudo, other then PATH_MAX which is typically 4096... --Mark On 6/18/12 4:17 AM, Robert Yang wrote: Hi Experts: I&#x

Re: [OE-core] [oe-commits] Mark Hatle : util-linux: use new update-alternatives

2012-06-28 Thread Mark Hatle
it;h=55c01de28a28a4cfe16d36663c190a874ef2e85d Author: Mark Hatle Date: Mon May 21 12:42:34 2012 -0500 util-linux: use new update-alternatives In addition to switching to the new update-alternatives, it was discovered that the sln, shutdown, halt, reboot and related commands were never generated. Remove t

Re: [OE-core] [oe-commits] Mark Hatle : util-linux: use new update-alternatives

2012-06-28 Thread Mark Hatle
On 6/28/12 3:06 PM, Martin Jansa wrote: On Thu, Jun 28, 2012 at 02:43:28PM -0500, Mark Hatle wrote: On 6/28/12 2:12 PM, Martin Jansa wrote: On Wed, May 30, 2012 at 11:05:32AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit

[OE-core] [PATCH 1/2] libc-common: Allow debug package to append, not set depends

2012-06-29 Thread Mark Hatle
Signed-off-by: Mark Hatle --- meta/classes/libc-common.bbclass |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/libc-common.bbclass b/meta/classes/libc-common.bbclass index 9b91f0a..8145d64 100644 --- a/meta/classes/libc-common.bbclass +++ b/meta/classes

[OE-core] [PATCH 2/2] package.bbclass: Allow a package to skip per file dependency generation

2012-06-29 Thread Mark Hatle
facilitate this unique situation. Signed-off-by: Mark Hatle --- meta/classes/package.bbclass |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 10c2f0a..db7b9ca 100644 --- a/meta/classes/package.bbclass +++ b/meta

[OE-core] [PATCH 0/2] SDK related misc changes

2012-06-29 Thread Mark Hatle
in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/misc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/sdk Mark Hatle (2): libc-common: Allow debug package to append, not set depends package.bbclass: Allow a package to skip per file dependency

[OE-core] [PATCH 4/6] populate_sdk_base.bbclass: Change to using task specific depends

2012-06-29 Thread Mark Hatle
If we combine the do_populate_sdk with the image generation, we want to avoid the dependency processing unless do_populate_sdk is run. This requires the bitbake change to implement task based rdepends. Signed-off-by: Mark Hatle --- meta/classes/populate_sdk_base.bbclass |6 -- 1 files

[OE-core] [PATCH 0/6] Enable the ability to create an image matching SDK

2012-06-29 Thread Mark Hatle
sdk http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/sdk Mark Hatle (6): Fix manual log file paths populate_sdk.bbclass: Split into two parts populate_sdk: Allow for attempt only packages in the SDK populate_sdk_base.bbclass: Change to using task specific depends populate_sdk: en

[OE-core] [PATCH 6/6] image.bbclass: Add support to build the SDK in parallel with the image

2012-06-29 Thread Mark Hatle
configuration file clashes and similar package management problems in ipk and deb based systems. (RPM already had a lock for a different reason.) Signed-off-by: Mark Hatle --- meta/classes/image.bbclass |5 + meta/classes/populate_sdk_base.bbclass |1 + meta/classes

[OE-core] [PATCH 2/6] populate_sdk.bbclass: Split into two parts

2012-06-29 Thread Mark Hatle
the do_populate_sdk as an added task, but no before or after defined. For compatibility, populate_sdk has do_populate_sdk defined as "after" do_install and before do_build, this is identical to the original behavior. Signed-off-by: Mark Hatle --- meta/classes/populate_sdk.bbclass

[OE-core] [PATCH 5/6] populate_sdk: enable basic multilib support

2012-06-29 Thread Mark Hatle
needed to be done at runtime, otherwise the wrong values may be used. Signed-off-by: Mark Hatle --- meta/classes/populate_sdk_base.bbclass | 42 --- meta/classes/toolchain-scripts.bbclass | 16 +++ 2 files changed, 48 insertions(+), 10 deletions(-) diff

[OE-core] [PATCH 3/6] populate_sdk: Allow for attempt only packages in the SDK

2012-06-29 Thread Mark Hatle
We want to be able to supply attempt only packages in the SDK in order to support more advanced SDK images that more closely match specific image recipes. Signed-off-by: Mark Hatle --- meta/classes/populate_sdk_base.bbclass |2 ++ meta/classes/populate_sdk_deb.bbclass |4 ++-- meta

[OE-core] [PATCH 1/6] Fix manual log file paths

2012-06-29 Thread Mark Hatle
When a recent change, the path to log files may be contained within an arbitrary directory. To generate the manual log files in the correct path we should be using the ${BB_LOGFILE}'s path instead of always assuming the logs go into ${WORKDIR}/temp. Signed-off-by: Mark Hatle --- meta/cl

[OE-core] [PATCH 1/6 v2] Fix manual log file paths

2012-06-29 Thread Mark Hatle
When a recent change, the path to log files may be contained within an arbitrary directory. To generate the manual log files in the correct path we should be using the ${BB_LOGFILE}'s path instead of always assuming the logs go into ${WORKDIR}/temp. Signed-off-by: Mark Hatle --- meta/cl

Re: [OE-core] is it best practice to use ${sysconfdir} rather than hard-coding "/etc"?

2012-06-30 Thread Mark Hatle
On 6/30/12 8:41 AM, Robert P. J. Day wrote: On Sat, 30 Jun 2012, Martin Jansa wrote: On Sat, Jun 30, 2012 at 09:25:57AM -0400, Robert P. J. Day wrote: i suspect i know the answer to this, but in the recipe file usbinit.bb, we have: do_install() { install -d ${D}/etc install -d $

Re: [OE-core] does it make sense to define INITSCRIPT_* without inheriting update-rc.d?

2012-06-30 Thread Mark Hatle
On 6/30/12 9:57 AM, Robert P. J. Day wrote: On Sat, 30 Jun 2012, Andrei Gherzan wrote: No. It won't make a difference. Or actually it makes a tiny difference: check package.bbclass, function named gen_packagevar. On Sat, Jun 30, 2012 at 3:50 PM, Robert P. J. Day wrote: currently fig

Re: [OE-core] [PATCH 0/6 v2] Enable the ability to create an image matching SDK

2012-07-02 Thread Mark Hatle
and provide the -dev and -dbg versions of the components. (-staticdev is not included...) --Mark -M On Sat, Jun 30, 2012 at 12:18 AM, Mark Hatle wrote: Only difference is patch 1/6, I accidently sent and older broken version of the patch. This is the correct version. --- After this

[OE-core] [PATCH 0/1] Update oprofile to know about OE root home directory

2012-07-02 Thread Mark Hatle
the git repository at: git://git.pokylinux.org/poky-contrib mhatle/oprofile http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/oprofile Mark Hatle (1): oprofile: Change /root to /home/root meta/recipes-kernel/oprofile/oprofile.inc |3 +- .../oprofile/oprofile/oprofile

[OE-core] [PATCH 1/1] oprofile: Change /root to /home/root

2012-07-02 Thread Mark Hatle
OE uses /home/root instead of /root for the root user's directory. Update oprofile to match. Upstream-status: Inappropriate [OE Specific] Signed-off-by: Mark Hatle --- meta/recipes-kernel/oprofile/oprofile.inc |3 +- .../oprofile/oprofile/oprofile-root.patch |

Re: [OE-core] [PATCH 6/6] image.bbclass: Add support to build the SDK in parallel with the image

2012-07-02 Thread Mark Hatle
On 7/2/12 2:44 PM, Saul Wold wrote: On 06/29/2012 10:07 PM, Mark Hatle wrote: When building an image recipe, you can now build a companion SDK by calling the populate_sdk task: bitbake -c populate_sdk core-image-minimal Note: there are still issues w/ the SDK not working completely with

Re: [OE-core] [PATCH 1/1] oprofile: Change /root to /home/root

2012-07-02 Thread Mark Hatle
On 7/2/12 3:06 PM, Phil Blundell wrote: On Mon, 2012-07-02 at 14:25 -0500, Mark Hatle wrote: +diff -ur oprofile-0.9.7.orig/utils/opcontrol oprofile-0.9.7/utils/opcontrol +--- oprofile-0.9.7.orig/utils/opcontrol2011-07-20 14:36:48.0 -0500 oprofile-0.9.7/utils/opcontrol

Re: [OE-core] [PATCH 6/6] image.bbclass: Add support to build the SDK in parallel with the image

2012-07-02 Thread Mark Hatle
On 7/2/12 3:12 PM, Phil Blundell wrote: On Sat, 2012-06-30 at 00:07 -0500, Mark Hatle wrote: diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 4f50376..7e41982 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -3,6 +3,11 @@ inherit rootfs_

Re: [OE-core] [PATCH 1/2] libc-common: Allow debug package to append, not set depends

2012-07-02 Thread Mark Hatle
On 7/2/12 3:26 PM, Phil Blundell wrote: On Fri, 2012-06-29 at 19:22 -0500, Mark Hatle wrote: Signed-off-by: Mark Hatle This patch has no checkin message (other than the subject line) which is contrary to our fine guidelines. What bug is this fixing? Exactly what the subject is. The libc

[OE-core] [PATCH 0/7 v3] Enable the ability to create an image matching SDK

2012-07-02 Thread Mark Hatle
ky-contrib/log/?h=mhatle/sdk Mark Hatle (7): Fix manual log file paths populate_sdk.bbclass: Split into two parts populate_sdk: Allow for attempt only packages in the SDK populate_sdk_base.bbclass: Change to using task specific depends populate_sdk: enable basic multilib support image.bb

[OE-core] [PATCH 7/7] base.bbclass: Add cross-canadian-${TRANSLATED_TARGET_ARCH} to the license exclusion list

2012-07-02 Thread Mark Hatle
This appears to be an oversight in the original implementation. All of the host package types were being ignored except for the SDK cross-canadian type. Signed-off-by: Mark Hatle --- meta/classes/base.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta

[OE-core] [PATCH 1/2 v2] libc-common: Allow -dbg package to append, and not just set package variables

2012-07-02 Thread Mark Hatle
dependency variables to suite it's needs. Signed-off-by: Mark Hatle --- meta/classes/libc-common.bbclass |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/libc-common.bbclass b/meta/classes/libc-common.bbclass index 9b91f0a..8145d64 100644 --- a

[OE-core] [PATCH 0/2 v2] SDK related misc changes

2012-07-02 Thread Mark Hatle
/misc Mark Hatle (2): libc-common: Allow -dbg package to append, and not just set package variables package.bbclass: Allow a package to skip per file dependency generation meta/classes/libc-common.bbclass |6 +++--- meta/classes/package.bbclass |3 +++ 2 files chang

Re: [OE-core] [PATCH 6/6] image.bbclass: Add support to build the SDK in parallel with the image

2012-07-02 Thread Mark Hatle
On 7/2/12 4:05 PM, Phil Blundell wrote: On Mon, 2012-07-02 at 15:32 -0500, Mark Hatle wrote: On 7/2/12 3:12 PM, Phil Blundell wrote: On Sat, 2012-06-30 at 00:07 -0500, Mark Hatle wrote: diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 4f50376..7e41982 100644 --- a

Re: [OE-core] [PATCH 1/1] oprofile: Change /root to /home/root

2012-07-03 Thread Mark Hatle
On 7/3/12 10:28 AM, Philip Balister wrote: On 07/02/2012 07:44 PM, Khem Raj wrote: On Mon, Jul 2, 2012 at 1:06 PM, Phil Blundell wrote: Why is it putting "daemon setup information" in /root in the first place? Surely that should go in /etc or some such place. Also, the choice of where root'

Re: [OE-core] [PATCH 1/1] oprofile: Change /root to /home/root

2012-07-03 Thread Mark Hatle
On 7/3/12 11:45 AM, Saul Wold wrote: On 07/03/2012 09:30 AM, Mark Hatle wrote: On 7/3/12 10:28 AM, Philip Balister wrote: On 07/02/2012 07:44 PM, Khem Raj wrote: On Mon, Jul 2, 2012 at 1:06 PM, Phil Blundell wrote: Why is it putting "daemon setup information" in /root in the f

Re: [OE-core] local.conf & bblayers.conf changes...

2012-07-03 Thread Mark Hatle
On 7/3/12 12:19 PM, Rich Pixley wrote: On 7/3/12 10:01 , Saul Wold wrote: On 07/03/2012 09:42 AM, Rich Pixley wrote: Where can I find a description of the recent changes and what I need to do to bring my files back up to current? What were the incompatible changes? For bblayers.conf, we bump

Re: [OE-core] local.conf & bblayers.conf changes...

2012-07-03 Thread Mark Hatle
On 7/3/12 12:47 PM, Martin Jansa wrote: On Tue, Jul 03, 2012 at 12:35:35PM -0500, Mark Hatle wrote: On 7/3/12 12:19 PM, Rich Pixley wrote: On 7/3/12 10:01 , Saul Wold wrote: On 07/03/2012 09:42 AM, Rich Pixley wrote: Where can I find a description of the recent changes and what I need to do

[OE-core] [PATCH 3/3] package_rpm: Avoid duplicate package generation failures

2012-07-06 Thread Mark Hatle
n for the final install step, only the generation of the install solution.) Signed-off-by: Mark Hatle --- meta/classes/package_rpm.bbclass | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index 78

[OE-core] [PATCH 1/3] populate_sdk_rpm: Sync multilib configuration with rootfs_rpm

2012-07-06 Thread Mark Hatle
An anonymous python chunk configures some multilib settings for both populate_sdk_rpm and rootfs_rpm. The two classes should contain identical versions to ensure that the generated multilib configuration is the same for the SDK and the rootfs. Signed-off-by: Mark Hatle --- meta/classes

[OE-core] [PATCH 0/3] Image/SDK multilib fixes

2012-07-06 Thread Mark Hatle
ommit 8f16811a8d51982a8b3d70e6087aef4a41926840: bootimg: Use STAGING_KERNEL_DIR (2012-07-06 09:38:17 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/sdk http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/sdk Mark Hatle (3): populate_sdk_rpm: Sync mul

[OE-core] [PATCH 2/3] multilib: Enable multilib remapping for SDK generation

2012-07-06 Thread Mark Hatle
Enable the remapping for SDK generation, this is required to be able to create an SDK that targets an alternative multilib. Note, this work does not finish SDK/multilib support, but it is one more step toward making it work properly. Signed-off-by: Mark Hatle --- meta/classes/multilib.bbclass

[OE-core] [PATCH 1/1] rpm: Fix PACKAGECONFIG dependencies

2012-07-06 Thread Mark Hatle
neon requires expat to be built first lua similarly requires expat if enabled selinux package name should be "libselinux" (from meta-selinux). Signed-off-by: Mark Hatle --- meta/recipes-devtools/rpm/rpm_5.4.9.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) di

[OE-core] [PATCH 0/1] Small RPM package fix

2012-07-06 Thread Mark Hatle
/misc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/misc Mark Hatle (1): rpm: Fix PACKAGECONFIG dependencies meta/recipes-devtools/rpm/rpm_5.4.9.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) -- 1.7.3.4

Re: [OE-core] [PATCH 2/3] multilib: Enable multilib remapping for SDK generation

2012-07-09 Thread Mark Hatle
On 7/9/12 5:39 AM, Richard Purdie wrote: On Fri, 2012-07-06 at 14:14 -0500, Mark Hatle wrote: Enable the remapping for SDK generation, this is required to be able to create an SDK that targets an alternative multilib. Note, this work does not finish SDK/multilib support, but it is one more

Re: [OE-core] [PATCH] ccache: Ensure CCACHE_DIR is cleaned by do_clean task

2012-07-09 Thread Mark Hatle
On 7/9/12 9:16 AM, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/9/2012 4:55 AM, Richard Purdie wrote: This ensures a rebuild does really build from scratch when ccache is in use. [YOCTO #2696] Signed-off-by: Richard Purdie --- diff --git a/meta/classes/ccache.bbclass b/

Re: [OE-core] [PATCH] ccache: Ensure CCACHE_DIR is cleaned by do_clean task

2012-07-09 Thread Mark Hatle
On 7/9/12 9:27 AM, Richard Purdie wrote: On Mon, 2012-07-09 at 07:16 -0700, Khem Raj wrote: On 7/9/2012 4:55 AM, Richard Purdie wrote: This ensures a rebuild does really build from scratch when ccache is in use. [YOCTO #2696] Signed-off-by: Richard Purdie --- diff --git a/meta/classes/ccache

[OE-core] [PATCH 0/1] Image/SDK multilib fixes [resend]

2012-07-09 Thread Mark Hatle
te package generation failures (2012-07-09 11:37:29 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/sdk http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/sdk Mark Hatle (1): multilib: Enable multilib remapping for SDK generation me

[OE-core] [PATCH 1/1] multilib: Enable multilib remapping for SDK generation

2012-07-09 Thread Mark Hatle
Enable the remapping for SDK generation, this is required to be able to create an SDK that targets an alternative multilib. Note, this work does not finish SDK/multilib support, but it is one more step toward making it work properly. Signed-off-by: Mark Hatle --- meta/classes/multilib.bbclass

[OE-core] RFC: [PATCH 0/1] Build system/SDK/ADT differ in toolchain config

2012-07-10 Thread Mark Hatle
ameworks. The following changes since commit ce37c45abb4cf43e5009867f695982de2eb33450: subversion: do_install failed (parallel issue) (2012-07-10 20:34:41 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/sdk http://git.pokylinux.org/cgit.cgi/

[OE-core] RFC: [PATCH 1/1] toolchain-scripts: Sync the SDK/ADT values to the build system

2012-07-10 Thread Mark Hatle
built leading to configuration, compilation and/or run-time problems. Signed-off-by: Mark Hatle --- meta/classes/toolchain-scripts.bbclass | 63 +++- 1 files changed, 45 insertions(+), 18 deletions(-) diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes

Re: [OE-core] is there really a "fakeroot" task flag?

2012-07-17 Thread Mark Hatle
On 7/17/12 9:55 AM, Robert P. J. Day wrote: perusing bitbake user manual and in section 2.1.18, "Task Flags", there's mention of "fakeroot". that's not really a task flag, is it? i thought that that's (now?) a keyword that's used to define a task with that property. is that line in the u

Re: [OE-core] is there really a "fakeroot" task flag?

2012-07-17 Thread Mark Hatle
On 7/17/12 12:41 PM, Robert P. J. Day wrote: On Tue, 17 Jul 2012, Mark Hatle wrote: On 7/17/12 9:55 AM, Robert P. J. Day wrote: perusing bitbake user manual and in section 2.1.18, "Task Flags", there's mention of "fakeroot". that's not really a task flag

Re: [OE-core] is there really a "fakeroot" task flag?

2012-07-17 Thread Mark Hatle
On 7/17/12 1:08 PM, Robert P. J. Day wrote: On Tue, 17 Jul 2012, Mark Hatle wrote: On 7/17/12 12:41 PM, Robert P. J. Day wrote: On Tue, 17 Jul 2012, Mark Hatle wrote: On 7/17/12 9:55 AM, Robert P. J. Day wrote: perusing bitbake user manual and in section 2.1.18, "Task Flags"

Re: [OE-core] meta-toolchain type SDK containing external toolchain possible?

2012-07-19 Thread Mark Hatle
On 7/19/12 3:13 PM, Manuel Bessler wrote: Hi all, I'm using a vendor-supplied external (pre-built) toolchain in my build (poky-denzil). Is it possible to setup my toolchain such that it will be part of the SDK package instead of the default {gcc,binutils}-cross-canadian? It is possible, but th

Re: [OE-core] meta-toolchain type SDK containing external toolchain possible?

2012-07-20 Thread Mark Hatle
On 7/20/12 10:45 AM, Manuel Bessler wrote: Hi Mark, On Thu, Jul 19, 2012 at 5:21 PM, Mark Hatle wrote: On 7/19/12 3:13 PM, Manuel Bessler wrote: Is it possible to setup my toolchain such that it will be part of the SDK package instead of the default {gcc,binutils}-cross-canadian? It is

Re: [OE-core] [PATCH] bzip2-native: fix problems when bzip2-native is installed in parallel

2012-07-24 Thread Mark Hatle
On 7/24/12 11:39 AM, Yao Zhao wrote: On 12-07-24 11:47 AM, Phil Blundell wrote: On Tue, 2012-07-24 at 11:45 -0400, Yao Zhao wrote: In the Makefile, libbz2.so.0 is installed before bzip2, but the installation is "make -j xxx install". Then this could happen. Well, yes, but you could fix that by

Re: [OE-core] [PATCH] bzip2-native: fix problems when bzip2-native is installed in parallel

2012-07-24 Thread Mark Hatle
On 7/24/12 8:57 AM, Burton, Ross wrote: On 24 July 2012 14:49, Yao Zhao wrote: when bzip2-native is installed in parallel to sysroot, it is possible that some packages are using bzip2 to unpack, there are chances that bzip2 is installed to sysroot but libbz2.so.0 not installed yet because paral

[OE-core] [PATCH 1/1] Add missing Upstream-Status to various patches.

2012-07-24 Thread Mark Hatle
Signed-off-by: Mark Hatle --- .../binutils/binutils/binutils-armv5e.patch|4 .../ossp-uuid/0001-Change-library-name.patch |7 +++ ...erve-m-option-status-in-v-option-handling.patch |7 +++ .../ossp-uuid/0003-Fix-whatis-entries.patch|7

[OE-core] [PATCH 0/1] Add missing Upstream-Status entries.

2012-07-24 Thread Mark Hatle
mhatle/status http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/status Mark Hatle (1): Add missing Upstream-Status to various patches. .../binutils/binutils/binutils-armv5e.patch|4 .../ossp-uuid/0001-Change-library-name.patch |7 +++ ...erve-m-option

Re: [OE-core] SDK and external toolchain

2012-07-26 Thread Mark Hatle
On 7/26/12 2:14 AM, Matthieu CRAPET wrote: Greetings, Updated recently my oe-core and faced an unwanted side effect. You need to know that I'm using an externel (linaro) toolchain (my .bb/.inc are a clone of "sourcery" toolchain example). My toolchain is compiled against a custom (external) egli

Re: [OE-core] SDK and external toolchain

2012-07-26 Thread Mark Hatle
On 7/26/12 1:14 PM, Chris Larson wrote: On Thu, Jul 26, 2012 at 9:37 AM, Mark Hatle wrote: index 44284c3..f5fd4d7 100644 --- a/meta/classes/toolchain-scripts.bbclass +++ b/meta/classes/toolchain-scripts.bbclass @@ -136,7 +136,7 @@ toolchain_create_sdk_env_script_for_installer () { #we get

Re: [OE-core] [PATCH] package.bbclass: Let pn be eglibc for eglibc-locale

2012-07-26 Thread Mark Hatle
On 7/26/12 3:38 PM, Richard Purdie wrote: On Thu, 2012-07-26 at 13:16 -0700, Khem Raj wrote: On Thu, Jul 26, 2012 at 11:58 AM, Phil Blundell wrote: Bletch! There must surely be some way to solve this problem without hacking recipe names into package.bbclass. Yes making eglibc-locale base p

Re: [OE-core] [PATCH] package.bbclass: Let pn be eglibc for eglibc-locale

2012-07-26 Thread Mark Hatle
On 7/26/12 4:27 PM, Khem Raj wrote: On Thu, Jul 26, 2012 at 1:53 PM, Phil Blundell wrote: On Thu, 2012-07-26 at 21:38 +0100, Richard Purdie wrote: the other alternative which comes to mind would be so set a variable with the name we want used there, defaulting it to PN. That sounds like the

Re: [OE-core] [PATCH] openssh: package testing

2012-07-27 Thread Mark Hatle
On 7/27/12 11:35 AM, Saul Wold wrote: On 07/27/2012 08:24 AM, Amy Fong wrote: openssh: package testing Package openssh's regression tests Signed-off-by: Amy Fong --- openssh-5.9p1/runtests.sh | 29 + openssh_5.9p1.bb |9 + 2 files chan

Re: [OE-core] [RFC 00/34] Clear update-alternatives WARNINGS

2012-07-27 Thread Mark Hatle
On 7/26/12 11:50 PM, Saul Wold wrote: Folks, Please review this change set via the links, it large enough that I don't want to spam the list multiple times as I already send enough pull requests to you all! I have reviewed these and they look correct, there are a couple of issues that I am stil

Re: [OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Mark Hatle
On 7/27/12 3:26 PM, Cooper Jr., Franklin wrote: The section you mentioned is within the file inetd which I am adding to the SRC_URI list in the busybox_1.19.4.bb file. The variable ${sbindir} won't be expanded. -Original Message- From: Phil Blundell [mailto:ph...@gnu.org] Sent: Friday,

Re: [OE-core] static busybox?

2012-07-31 Thread Mark Hatle
On 7/31/12 1:14 PM, Stuart Yoder wrote: We are doing some work with LXC (containers) and one of the templates is for busybox. For LXC, the busybox package needs to be built statically and there is a config option for this. A couple possible approaches: -create a new 'busybox_static' recipe

Re: [OE-core] static busybox?

2012-07-31 Thread Mark Hatle
On 7/31/12 2:36 PM, McClintock Matthew-B29882 wrote: On Tue, Jul 31, 2012 at 1:14 PM, Stuart Yoder wrote: We are doing some work with LXC (containers) and one of the templates is for busybox. For LXC, the busybox package needs to be built statically and there is a config option for this. A co

[OE-core] RFC: OE-Core image creation and deployment

2012-07-31 Thread Mark Hatle
Refactor of the OE-Core image creation -- Preface: The refactoring being discussed below attempts to cover the overall image creation through image deployment process that I'd like to see in OE-Core. Where existing functionality already exists, the refactori

[OE-core] [PATCH 1/1] python-setuptools: Fix setuptools install libdir != /usr/lib

2012-07-31 Thread Mark Hatle
--install-lib= is required to be passed via distutils install otherwise the install location gets set to whatever the python-native location is. Signed-off-by: Mark Hatle --- .../python/python-setuptools_0.6c11.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff

[OE-core] [PATCH 0/1] Fix python-setuptools

2012-07-31 Thread Mark Hatle
/cgit.cgi/poky-contrib/log/?h=mhatle/python-setuptools Mark Hatle (1): python-setuptools: Fix setuptools install libdir != /usr/lib .../python/python-setuptools_0.6c11.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) -- 1.7.3.4

Re: [OE-core] [PATCH 01/19] tinylogin: use new update-alternatives

2012-08-01 Thread Mark Hatle
On 8/1/12 9:12 AM, Morgan Little wrote: Signed-off-by: Morgan Little --- meta/recipes-core/tinylogin/tinylogin_1.4.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/tinylogin/tinylogin_1.4.bb b/meta/recipes-core/tinylogin/tinylogin_1.4.bb i

Re: [OE-core] [PATCH 02/19] patch: use new update-alternatives

2012-08-01 Thread Mark Hatle
On 8/1/12 9:12 AM, Morgan Little wrote: Signed-off-by: Morgan Little --- meta/recipes-devtools/patch/patch.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc index 21c06c6..80e00f6 100

Re: [OE-core] [PATCH 05/19] less: use new update-alternatives

2012-08-01 Thread Mark Hatle
On 8/1/12 9:12 AM, Morgan Little wrote: Signed-off-by: Morgan Little --- meta/recipes-extended/less/less_444.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/less/less_444.bb b/meta/recipes-extended/less/less_444.bb index 146b4fd..d18293

Re: [OE-core] [PATCH 07/19] mktemp: use new update-alternatives

2012-08-01 Thread Mark Hatle
On 8/1/12 9:12 AM, Morgan Little wrote: Signed-off-by: Morgan Little --- meta/recipes-extended/mktemp/mktemp_1.7.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/mktemp/mktemp_1.7.bb b/meta/recipes-extended/mktemp/mktemp_1.7.bb index b

Re: [OE-core] [PATCH 09/19] sed: use new update-alternatives

2012-08-01 Thread Mark Hatle
On 8/1/12 9:12 AM, Morgan Little wrote: Signed-off-by: Morgan Little --- meta/recipes-extended/sed/sed_4.1.2.bb |8 meta/recipes-extended/sed/sed_4.2.1.bb |8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/recipes-extended/sed/sed_4.1.2.bb b/m

Re: [OE-core] [PATCH 10/19] time: use new update-alternatives

2012-08-01 Thread Mark Hatle
On 8/1/12 9:12 AM, Morgan Little wrote: Signed-off-by: Morgan Little --- meta/recipes-extended/time/time.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/time/time.inc b/meta/recipes-extended/time/time.inc index 8e35843..b7cedac 100644

<    1   2   3   4   5   6   7   8   9   10   >