Re: [OE-core] is there OE support for building multi-image/component FIT image files?

2017-03-29 Thread Rick Altherr
On Wed, Mar 29, 2017 at 2:33 AM, Robert P. J. Day <rpj...@crashcourse.ca> wrote: > On Tue, 28 Mar 2017, Rick Altherr wrote: > >> kernel-fitimage.bbclass loops through all the DTBs listed in >> KERNEL_DEVICETREE and adds a FIT section for each one. It looks like >

Re: [OE-core] [PATCH v2] kernel-fitimage.bbclass: Allow set/unset load address for FDT

2017-02-14 Thread Rick Altherr
Reviewed-by: Rick Altherr <ralth...@google.com> On Tue, Feb 14, 2017 at 7:03 PM, Nikunj Kela <nikunj.k...@gmail.com> wrote: > Allow the load address for the FDT segment in the fitImage. This > allows U-Boot to load the FDT at a specific address. > > UBOOT_FDT_LOADADDR

Re: [OE-core] [PATCH v3 01/11] image-wic: move wic code to image-wic.bbclass

2017-01-30 Thread Rick Altherr
<ed.bart...@linux.intel.com> wrote: > On Mon, Jan 30, 2017 at 09:47:42AM -0800, Rick Altherr wrote: > > Hmm. In local.conf.sample.extended, I find: > > > > # Additional image generation features > > # > > # The following is a list of classes to import t

Re: [OE-core] [PATCH v3 01/11] image-wic: move wic code to image-wic.bbclass

2017-01-30 Thread Rick Altherr
isn't part of IMAGE_CLASSES by default. I'd expect a machine config to add wic to IMAGE_CLASSES if it needs wic output. On Mon, Jan 30, 2017 at 9:18 AM, Ed Bartosh <ed.bart...@linux.intel.com> wrote: > On Mon, Jan 30, 2017 at 09:27:54AM -0800, Rick Altherr wrote: >

Re: [OE-core] [PATCH v3 01/11] image-wic: move wic code to image-wic.bbclass

2017-01-30 Thread Rick Altherr
Why didn't you make this image_types_wic.bbclass and use IMAGE_CLASSES to load it? On Fri, Jan 27, 2017 at 12:19 PM, Ed Bartosh wrote: > There is a lot of wic code in image.bbclass and image_types.bbclass > Having all code separated in one file should make it more

[OE-core] [PATCH] kernel-fitimage: Let U-Boot select ramdisk load/entry address

2017-01-19 Thread Rick Altherr
If the ramdisk load and entry parameters are omitted in the FIT image specification, U-Boot will determine if the ramdisk needs to be relocated and will automatically allocate a location in RAM if so. Signed-off-by: Rick Altherr <ralth...@google.com> --- meta/classes/kernel-fitimage.bbcla