On Mon, Apr 22, 2013 at 9:14 AM, Yevhen Kyriukha <[email protected]> wrote: > Hi! > > I have a custom kernel recipe and initramfs image recipe. > How can I embed initramfs into kernel? > Is there any example available?
The support is in oe-core, so checking the yocto docs is a good starting point: http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html And in particular: "core-image-minimal-initramfs: A core-image-minimal image that has the Minimal RAM-based Initial Root Filesystem (initramfs) as part of the kernel, which allows the system to find the first “init” program more efficiently." There is also meta-initramfs: https://github.com/openembedded/meta-oe/tree/master/meta-initramfs Cheers, Bruce > > Best regards, > Yevhen > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
