Re: [OE-core] Failed to build zImage-initramfs

2019-10-20 Thread JH
Thanks Ferry and Khem, Finally built the zImage-initramfs, but it does not bundle the rootfs, how can I included the rootfs to the zImage? There is n old style link in kernel.bbclass: use_alternate_initrd=CONFIG_INITRAMFS_SOURCE=${B}/usr/${INITRAMFS_IMAGE_NAME}.cpio I think there is some new

Re: [OE-core] Failed to build zImage-initramfs

2019-10-13 Thread Ferry Toth
Hi Op 13-10-19 om 11:10 schreef JH: On 10/13/19, Khem Raj wrote: $ vi local.conf IMAGE_ROOTFS += " core-image-minimal-initramfs" INITRAMFS_IMAGE should be an image name. Like core-image-minimal or somesuch Hmm, change it to my image, the name is solar-image.bb (bitbake solar-image), is

Re: [OE-core] Failed to build zImage-initramfs

2019-10-13 Thread JH
On 10/13/19, Khem Raj wrote: >> $ vi local.conf >> IMAGE_ROOTFS += " core-image-minimal-initramfs" >> > > INITRAMFS_IMAGE should be an image name. Like core-image-minimal or > somesuch Hmm, change it to my image, the name is solar-image.bb (bitbake solar-image), is it correct to change it in my

Re: [OE-core] Failed to build zImage-initramfs

2019-10-12 Thread Khem Raj
On Sat, Oct 12, 2019 at 9:06 PM JH wrote: > > Hi Khem, > > On 10/13/19, Khem Raj wrote: > > On Sun, 2019-10-13 at 12:14 +1100, JH wrote: > >> Hi, > >> > >> Apologize if it is not right mailing list for helps, please advise > >> which mailing list I should go. > >> > >> I have been trying to

Re: [OE-core] Failed to build zImage-initramfs

2019-10-12 Thread JH
Hi Khem, On 10/13/19, Khem Raj wrote: > On Sun, 2019-10-13 at 12:14 +1100, JH wrote: >> Hi, >> >> Apologize if it is not right mailing list for helps, please advise >> which mailing list I should go. >> >> I have been trying to build zImage-initramfs, according to the >>

Re: [OE-core] Failed to build zImage-initramfs

2019-10-12 Thread Khem Raj
On Sun, 2019-10-13 at 12:14 +1100, JH wrote: > Hi, > > Apologize if it is not right mailing list for helps, please advise > which mailing list I should go. > > I have been trying to build zImage-initramfs, according to the > oe-core/meta/classes/kernel.bbclass, I defined following variables in >

[OE-core] Failed to build zImage-initramfs

2019-10-12 Thread JH
Hi, Apologize if it is not right mailing list for helps, please advise which mailing list I should go. I have been trying to build zImage-initramfs, according to the oe-core/meta/classes/kernel.bbclass, I defined following variables in local.conf: INITRAMFS_IMAGE = "zImage-initramfs"