[oe] [meta-oe][PATCH 2/2] icon-naming-utils: Inherit perlnative

2011-07-12 Thread Khem Raj
So we get the staged native perl to use Signed-off-by: Khem Raj --- .../icon-naming-utils/icon-naming-utils_0.8.90.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb b/meta-oe/recipes-devtools/i

[oe] [meta-oe][PATCH 1/2] icon-naming-utils: inherit allarch

2011-07-12 Thread Khem Raj
This is a perl script which can be made into an all arch package and avoid redundant duplicate builds Signed-off-by: Khem Raj --- .../icon-naming-utils/icon-naming-utils_0.8.90.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/icon-naming-u

Re: [oe] Debugging u-boot

2011-07-12 Thread Bernard Mentink
Hi Charles, Building for Angstom and imx31 .. Cheers, Bernie -- I want to die peacefully in my sleep, like my grandfather, not screaming and yelling like the passengers in his car. -Original Message--

Re: [oe] [2011.03-maintenance] Pull request #21

2011-07-12 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/11/2011 12:38 AM, Koen Kooi wrote: > Tom, > > Please pull the 6 commits from here: > > URI: git://dominion.thruhere.net/var/cache/git/openembedded.git > Branch: 2011.03-maintenance > > Joel A Fernandes (4): > linux-omap: Disable UART sle

[oe] [meta-oe][PATCH] icon-naming-utils-native: Fix long path to perl in icon-name-mapping

2011-07-12 Thread Khem Raj
From: Tom Rini This is imported from oe.dev Signed-off-by: Tom Rini Signed-off-by: Khem Raj --- .../icon-naming-utils/icon-naming-utils_0.8.90.bb |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/meta-oe/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.9

Re: [oe] bbappend

2011-07-12 Thread Paul Eggleton
On Tuesday 12 July 2011 15:31:01 you wrote: > On Tue, Jul 12, 2011 at 03:18:50PM +0100, Paul Eggleton wrote: > > Possibly, however as a general suggestion I would recommend moving > > things over to being based on oe-core if at all possible. I realise > > this is not going to be practical for every

Re: [oe] bbappend

2011-07-12 Thread Chris Verges
On Tue, Jul 12, 2011 at 03:18:50PM +0100, Paul Eggleton wrote: > Possibly, however as a general suggestion I would recommend moving > things over to being based on oe-core if at all possible. I realise > this is not going to be practical for everyone in the short term, > however OE classic will sto

Re: [oe] bbappend

2011-07-12 Thread Paul Eggleton
On Tuesday 12 July 2011 15:08:47 Chris Verges wrote: > Thanks for clarifying and proposing a workaround. It looks like PRINC > is similar, where it is only available in oe-core. It seems like the > code related to incrementing the PR variable is a several-line fix, so > is this something that can

Re: [oe] bbappend

2011-07-12 Thread Chris Verges
On Tue, Jul 12, 2011 at 10:42:53AM +0100, Paul Eggleton wrote: > FILESEXTRAPATHS is only available in oe-core. For classic OE you need > to use something like: > > THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" > FILESPATHBASE_prepend := "${THISDIR}/files:" Hi Paul, Thanks for

Re: [oe] bbappend

2011-07-12 Thread Paul Eggleton
On Tuesday 12 July 2011 09:58:01 Jaap de Jong wrote: > I need some help concerning bbappend. > I've created a bbappend file: > > FILESEXTRAPATHS := "${THISDIR}/files" > SRC_URI += "file://xyzzy.patch" > > If I run a bitbake it complains about missing /xyzzy.patch > When I change the b

[oe] bbappend

2011-07-12 Thread Jaap de Jong
Hi all! I need some help concerning bbappend. I've created a bbappend file: FILESEXTRAPATHS := "${THISDIR}/files" SRC_URI += "file://xyzzy.patch" If I run a bitbake it complains about missing /xyzzy.patch When I change the bbappend file to this: SRC_URI += "file:///absolute-path-t