Re: [OE-core] [PATCH v2 1/3] kernel-fitimage: add initramfs support

2016-08-08 Thread George McCollister
On Fri, Aug 5, 2016 at 4:25 PM, Denys Dmytriyenko wrote: > On Mon, Jul 18, 2016 at 12:57:55PM -0500, George McCollister wrote: >> If INITRAMFS_IMAGE is set, build an additional fitImage containing the >> initramfs. Copy the additional fitImage and the source (*.its) file, used >> to create it to D

Re: [OE-core] [PATCH v2 1/3] kernel-fitimage: add initramfs support

2016-08-05 Thread Denys Dmytriyenko
On Mon, Jul 18, 2016 at 12:57:55PM -0500, George McCollister wrote: > If INITRAMFS_IMAGE is set, build an additional fitImage containing the > initramfs. Copy the additional fitImage and the source (*.its) file, used > to create it to DEPLOYDIR. The fitImage containing the initramfs must be > built

Re: [OE-core] [PATCH v2 1/3] kernel-fitimage: add initramfs support

2016-08-04 Thread Denys Dmytriyenko
On Mon, Jul 18, 2016 at 12:57:55PM -0500, George McCollister wrote: > If INITRAMFS_IMAGE is set, build an additional fitImage containing the > initramfs. Copy the additional fitImage and the source (*.its) file, used > to create it to DEPLOYDIR. The fitImage containing the initramfs must be > built

Re: [OE-core] [PATCH v2 1/3] kernel-fitimage: add initramfs support

2016-07-19 Thread Tom Rini
On Mon, Jul 18, 2016 at 12:57:55PM -0500, George McCollister wrote: > If INITRAMFS_IMAGE is set, build an additional fitImage containing the > initramfs. Copy the additional fitImage and the source (*.its) file, used > to create it to DEPLOYDIR. The fitImage containing the initramfs must be > buil

[OE-core] [PATCH v2 1/3] kernel-fitimage: add initramfs support

2016-07-18 Thread George McCollister
If INITRAMFS_IMAGE is set, build an additional fitImage containing the initramfs. Copy the additional fitImage and the source (*.its) file, used to create it to DEPLOYDIR. The fitImage containing the initramfs must be built before do_deploy and after do_install to avoid circular dependencies. UBOO