[OE-core] [PATCH] [PATCH] raptor: add recipe

2011-07-28 Thread Ben Gardiner
Signed-off-by: Frans Meulenbroeks Signed-off-by: Ben Gardiner Signed-off-by: Tom Rini This recipe is a port of recipes/raptor/raptor_1.4.21.bb from git://git.openembedded.org/openembedded, commits 01e8e9f325d8d251e852e7a5704b5fe50880e1ad 'raptor: added recipe

Re: [OE-core] [PATCH] [PATCH] raptor: add recipe

2011-07-28 Thread Ben Gardiner
Hi Frans, On Thu, Jul 28, 2011 at 9:52 AM, Frans Meulenbroeks wrote: > > > 2011/7/28 Ben Gardiner >> >> Hi Koen, Frans, >> >> On Thu, Jul 28, 2011 at 6:48 AM, Koen Kooi >> wrote: >> > >> > Op 28 jul. 2011, om 05:38 heeft Ben Gardiner

Re: [OE-core] [PATCH] [PATCH] raptor: add recipe

2011-07-28 Thread Ben Gardiner
Hi Koen, Frans, On Thu, Jul 28, 2011 at 6:48 AM, Koen Kooi wrote: > > Op 28 jul. 2011, om 05:38 heeft Ben Gardiner het volgende geschreven: > >> Signed-off-by: Frans Meulenbroeks >> Signed-off-by: Ben Gardiner >> Signed-off-by: Tom Rini >> >>

Re: [OE-core] [PATCH] [PATCH] raptor: add recipe

2011-07-28 Thread Ben Gardiner
On Thu, Jul 28, 2011 at 10:24 AM, Frans Meulenbroeks wrote: > > > 2011/7/28 Ben Gardiner >> >> >> Well, I would not submit _this_ patch for pull-request. I was hoping >> to get this version of raptor included and then submit a pull-request >> for a che

Re: [OE-core] [PATCH] [PATCH] raptor: add recipe

2011-07-28 Thread Ben Gardiner
Hi Koen, On Thu, Jul 28, 2011 at 10:36 AM, Koen Kooi wrote: > > Op 28 jul. 2011, om 16:29 heeft Ben Gardiner het volgende geschreven: > >> On Thu, Jul 28, 2011 at 10:24 AM, Frans Meulenbroeks >> wrote: >>> >>> >>> 2011/7/28 Ben Gardiner >>

Re: [OE-core] [PATCH] [PATCH] raptor: add recipe

2011-07-28 Thread Ben Gardiner
On Thu, Jul 28, 2011 at 10:46 AM, Koen Kooi wrote: > > Op 28 jul. 2011, om 16:43 heeft Ben Gardiner het volgende geschreven: > >> Hi Koen, >> >> On Thu, Jul 28, 2011 at 10:36 AM, Koen Kooi >> wrote: >>> >>> Op 28 jul. 2011, om 16:29 heeft Be

[OE-core] [PATCH 0/3] port oe-dev ,ubifs.img link support

2011-03-30 Thread Ben Gardiner
27; instead of 'rm'ing it first; so I ported his commit also. I'm sorry to say that there has been no testing of these changes with oe-core. I would be interested in trying a test build... but I must admit I don't know what MACHINE+DISTRO+image to try as a simple test build. Ben

[OE-core] [PATCH 3/3] image_types.bbclass: use .ubifs.img extension in IMAGE_CMD_ubi

2011-03-30 Thread Ben Gardiner
the iterim ubifs image used by IMAGE_CMD_ubi to .ubifs.img to match the IMAGE_CMD_ubifs command. Signed-off-by: Ben Gardiner Acked-by: Denys Dmytriyenko Signed-off-by: Tom Rini Signed-off-by: Ben Gardiner --- meta/classes/image_types.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2

[OE-core] [PATCH 1/3] image_types.bbclass: rm symlink destination via ln

2011-03-30 Thread Ben Gardiner
Khem Raj Signed-off-by: Ben Gardiner --- meta/classes/image_types.bbclass |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index f11a7ed..696e978 100644 --- a/meta/classes/image_types.bbclass +++ b/meta/cl

[OE-core] [PATCH 2/3] image_types.bbclass: add link to .rootfs. or ..img

2011-03-30 Thread Ben Gardiner
extension since they are not considered to be valid rootfs images when they are not included in a UBI container. Check for existence of the link target .rootfs. before creating the link and fallback to a check for the ..img target after that. Signed-off-by: Ben Gardiner Acked-by: Denys