Re: [OE-core] meta-cloud layer

2012-12-03 Thread Raymond Danks
Nyström Sent: Saturday, December 01, 2012 10:44 PM To: Michael Halstead Cc: oe-core layer Subject: Re: [OE-core] meta-cloud layer On 12/01/2012 12:23 AM, Michael Halstead wrote: On 11/30/2012 12:17 PM, Raymond Danks wrote: On 11/30/2012 11:03 AM, Michael Halstead wrote: On 11/30/2012 09:26 AM

Re: [OE-core] meta-cloud layer

2012-11-30 Thread Raymond Danks
die wrote: On Thu, 2012-11-29 at 06:44 -0700, Raymond Danks wrote: Thanks for looping me in here David. The initial goal for the meta-xen layer was in fact to encompass Xen Cloud Platform. As such, the intent was t

Re: [OE-core] meta-cloud layer

2012-11-30 Thread Raymond Danks
On 11/30/2012 04:29 AM, David Nyström wrote: On 11/29/2012 02:54 PM, Richard Purdie wrote: On Thu, 2012-11-29 at 06:44 -0700, Raymond Danks wrote: Thanks for looping me in here David. The initial goal for the meta-xen layer was in fact to encompass Xen Cloud Platform. As such, the intent was

Re: [OE-core] meta-cloud layer

2012-11-29 Thread Raymond Danks
Thanks for looping me in here David. The initial goal for the meta-xen layer was in fact to encompass Xen Cloud Platform. As such, the intent was to contain both hypervisor and user-space applications. Indeed, the xen distribution itself includes xm/libxl; hypervisor abstraction would be some

Re: [OE-core] [PATCH v2] mkelfimage: Upgrade to e1e6a91

2012-07-10 Thread Raymond Danks
On 07/10/2012 09:01 AM, Saul Wold wrote: On 07/10/2012 07:35 AM, Raymond Danks wrote: Address QA issue: Files/directories were installed but not shipped. New revision contains patch to mkelfimage removing /usr/share/mkelfImage/elf32-i386 directory from Makefile install target. http

[OE-core] [PATCH v2] mkelfimage: Upgrade to e1e6a91

2012-07-10 Thread Raymond Danks
Address QA issue: Files/directories were installed but not shipped. New revision contains patch to mkelfimage removing /usr/share/mkelfImage/elf32-i386 directory from Makefile install target. http://review.coreboot.org/#/c/1195/ Signed-off-by: Raymond Danks --- v2: Reword commit log meta

Re: [OE-core] [PATCH] mkelfimage: Upgrade to e1e6a91

2012-07-09 Thread Raymond Danks
On 07/09/2012 04:41 PM, Khem Raj wrote: On Mon, Jul 9, 2012 at 1:51 PM, Raymond Danks wrote: Packaging issues resolved with latest version from git. which packaging issues ? can you add more context here please. Raj, This is in response to Saul's make world test on x86 from last

[OE-core] [PATCH] mkelfimage: Upgrade to e1e6a91

2012-07-09 Thread Raymond Danks
Packaging issues resolved with latest version from git. Signed-off-by: Raymond Danks --- meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb b/meta/recipes-devtools

Re: [OE-core] [PATCH 2/2] mkelfimage: Add stable git build (initial recipe)

2012-07-09 Thread Raymond Danks
On 07/08/2012 03:34 PM, Saul Wold wrote: On 06/22/2012 01:22 PM, Raymond Danks wrote: Signed-off-by: Raymond Danks --- This was originally submitted to the openembedded project: http://patches.openembedded.org/patch/7687/ Resubmitting to oe-core for review prior to commit in openembedded-core

[OE-core] [PATCH 1/2 v4] image_types: Add elf image type

2012-07-02 Thread Raymond Danks
On x86, an ELF image file may be stored as a coreboot payload. The image file is constructed, using the mkelfimage utility, from a kernel and an initrd. Signed-off-by: Raymond Danks Acked-by: Darren Hart --- This was originally submitted to the openembedded project: http

Re: [OE-core] [PATCH 1/2 v3] image_types: Add elf image type

2012-07-02 Thread Raymond Danks
On 07/02/2012 10:51 AM, Saul Wold wrote: On 07/02/2012 08:05 AM, Raymond Danks wrote: On 07/01/2012 10:22 PM, Saul Wold wrote: On 06/29/2012 01:19 PM, Raymond Danks wrote: On x86, an ELF image file may be stored as a coreboot payload. The image file is constructed, using the mkelfimage

Re: [OE-core] [PATCH 1/2 v3] image_types: Add elf image type

2012-07-02 Thread Raymond Danks
On 07/01/2012 10:22 PM, Saul Wold wrote: On 06/29/2012 01:19 PM, Raymond Danks wrote: On x86, an ELF image file may be stored as a coreboot payload. The image file is constructed, using the mkelfimage utility, from a kernel and an initrd. Signed-off-by: Raymond Danks --- This was originally

[OE-core] [PATCH 2/2 v3] mkelfimage: Add stable git build (initial recipe)

2012-06-29 Thread Raymond Danks
Signed-off-by: Raymond Danks Acked-by: Darren Hart --- This was originally submitted to the openembedded project: http://patches.openembedded.org/patch/7687/ v2: Remove depreciated NATIVE_INSTALL_WORKS v3: No changes from v2 meta/recipes-devtools/mkelfimage/mkelfimage_git.bb | 17

[OE-core] [PATCH 1/2 v3] image_types: Add elf image type

2012-06-29 Thread Raymond Danks
On x86, an ELF image file may be stored as a coreboot payload. The image file is constructed, using the mkelfimage utility, from a kernel and an initrd. Signed-off-by: Raymond Danks --- This was originally submitted to the openembedded project: http://patches.openembedded.org/patch/7689/ v3

Re: [OE-core] [PATCH 2/2 v2] mkelfimage: Add stable git build (initial recipe)

2012-06-29 Thread Raymond Danks
On 06/29/2012 11:47 AM, Darren Hart wrote: On 06/29/2012 08:41 AM, Raymond Danks wrote: Signed-off-by: Raymond Danks --- This was originally submitted to the openembedded project: http://patches.openembedded.org/patch/7687/ v2: Remove depreciated NATIVE_INSTALL_WORKS meta/recipes

Re: [OE-core] [PATCH 1/2 v2] image_types: Add elf image type

2012-06-29 Thread Raymond Danks
On 06/29/2012 11:45 AM, Darren Hart wrote: On 06/29/2012 08:41 AM, Raymond Danks wrote: On x86, an ELF image file may be stored as a coreboot payload. The image file is constructed, using the mkelfimage utility, from a kernel and an initrd. Signed-off-by: Raymond Danks --- This was originally

[OE-core] [PATCH 2/2 v2] mkelfimage: Add stable git build (initial recipe)

2012-06-29 Thread Raymond Danks
Signed-off-by: Raymond Danks --- This was originally submitted to the openembedded project: http://patches.openembedded.org/patch/7687/ v2: Remove depreciated NATIVE_INSTALL_WORKS meta/recipes-devtools/mkelfimage/mkelfimage_git.bb | 17 + 1 files changed, 17 insertions(+), 0

[OE-core] [PATCH 1/2 v2] image_types: Add elf image type

2012-06-29 Thread Raymond Danks
On x86, an ELF image file may be stored as a coreboot payload. The image file is constructed, using the mkelfimage utility, from a kernel and an initrd. Signed-off-by: Raymond Danks --- This was originally submitted to the openembedded project: http://patches.openembedded.org/patch/7689/ v2

Re: [OE-core] [PATCH 2/2] mkelfimage: Add stable git build (initial recipe)

2012-06-29 Thread Raymond Danks
On 06/29/2012 06:19 AM, Richard Purdie wrote: On Fri, 2012-06-22 at 14:22 -0600, Raymond Danks wrote: Signed-off-by: Raymond Danks --- This was originally submitted to the openembedded project: http://patches.openembedded.org/patch/7687/ Resubmitting to oe-core for review prior to commit in

Re: [OE-core] [PATCH 1/2] image_types: Add elf image type

2012-06-27 Thread Raymond Danks
Hi Darren, Thanks for the feedback. On 06/25/2012 10:58 AM, Darren Hart wrote: Hi Raymond, On 06/22/2012 01:22 PM, Raymond Danks wrote: On x86, an ELF image file may be stored as a coreboot payload. The image file is constructed, using the mkelfimage utility, from a kernel and an initrd

Re: [OE-core] [PATCH 1/2] image_types: Add elf image type

2012-06-27 Thread Raymond Danks
On 06/27/2012 02:34 PM, Raymond Danks wrote: Hi Darren, Thanks for the feedback. On 06/25/2012 10:58 AM, Darren Hart wrote: Hi Raymond, On 06/22/2012 01:22 PM, Raymond Danks wrote: On x86, an ELF image file may be stored as a coreboot payload. The image file is constructed, using the

[OE-core] [PATCH 1/2] image_types: Add elf image type

2012-06-22 Thread Raymond Danks
On x86, an ELF image file may be stored as a coreboot payload. The image file is constructed, using the mkelfimage utility, from a kernel and an initrd. Signed-off-by: Raymond Danks --- This was originally submitted to the openembedded project: http://patches.openembedded.org/patch/7689

[OE-core] [PATCH 2/2] mkelfimage: Add stable git build (initial recipe)

2012-06-22 Thread Raymond Danks
Signed-off-by: Raymond Danks --- This was originally submitted to the openembedded project: http://patches.openembedded.org/patch/7687/ Resubmitting to oe-core for review prior to commit in openembedded-core. meta/recipes-devtools/mkelfimage/mkelfimage_git.bb | 18 ++ 1 files