linux-yocto-tiny: Add tiny recipe for the 3.4 linux-yocto kernel
authorDarren Hart <dvhart@linux.intel.com>
Fri, 5 Oct 2012 22:30:48 +0000 (22:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Oct 2012 08:23:56 +0000 (09:23 +0100)
commitcb12d6adafddd778ac71a3f5fa5f149708fb291f
treebdd92a47406009844143e406666609e1c9b6e2e4
parent8b0cd595cd89a7c2a931ed3a960b453c4df5b840
linux-yocto-tiny: Add tiny recipe for the 3.4 linux-yocto kernel

This recipe builds the "tiny" kernel type defined by the linux-yocto
meta-data. Support is defined for the qemux86 machine via
common-pc-tiny.scc in the linux-yocto meta branch. The resulting
kernel is 1.8 MB and boots to a serial console with with qemux86 and
core-image-minimal using the following command:

qemu -kernel tmp/deploy/images/bzImage-qemux86.bin -initrd tmp/deploy/images/core-image-minimal-qemux86.cpio.gz -append "root=/dev/ram0 console=ttyS0" -nographic

(From OE-Core rev: cf25f211ec420e1e8dd48c8e62f60deefe2c6d53)

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb [new file with mode: 0644]