Re: [yocto] kernel.bbclass do_bundle_initramfs did not work

2019-10-07 Thread JH
Hi Moritz, On 10/4/19, Moritz Porst wrote: > Hey JH, > > I had a similiar problem before. What branch and revision do you have > checked out for your meta-layers ? Mine looks like the following and I > get an initramfs built into my image: > > meta-yocto-bsp = "warrior:01b8a8b54bc569e5ef3f5

Re: [yocto] kernel.bbclass do_bundle_initramfs did not work

2019-10-04 Thread Moritz Porst
Hey JH, I had a similiar problem before. What branch and revision do you have checked out for your meta-layers ? Mine looks like the following and I get an initramfs built into my image: meta-yocto-bsp   = "warrior:01b8a8b54bc569e5ef3f5e6fc6abcee365ab25d9" meta-intel   = "warrior:6bd

[yocto] kernel.bbclass do_bundle_initramfs did not work

2019-10-04 Thread JH
Hi, It seems to me if both INITRAMFS_IMAGE and INITRAMFS_IMAGE_BUNDLE are set it should generate initramfs, but I did not get. I set up in my image: INITRAMFS_IMAGE = "zImage-initramfs" INITRAMFS_IMAGE_BUNDLE = "1" But it did not build zImage-initramfs, what I could be missing here? Thank you.