linux-kexecboot: set INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"
authorAndrea Adami <andrea.adami@gmail.com>
Wed, 20 Oct 2010 22:53:41 +0000 (00:53 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Wed, 20 Oct 2010 22:53:41 +0000 (00:53 +0200)
* initramfs-kexecboot-image is now *libc agnostic

recipes/linux/linux-kexecboot.inc

index 2c6b0ec..08b7ef0 100644 (file)
@@ -1,12 +1,13 @@
 # We set INC_PR here, since a change in the kexecboot recipe will need to get picked up by *all* the kernels:
-INC_PR = "r21"
+INC_PR = "r22"
 
 LOGO_SIZE ?= "."
 SRC_URI = "file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2"
 
 require linux.inc
 
-INITRAMFS_IMAGE = "initramfs-kexecboot-image"
+# we want the smallest size
+INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"
 
 # here we set master console on serial
 CMDLINE = "console=tty1 console=ttyS0,115200n8"