[oe-commits] Andrea Adami : linux-kexecboot: set INITRAMFS_IMAGE = " initramfs-kexecboot-klibc-image"

git version control git at git.openembedded.org
Fri Oct 22 03:30:53 UTC 2010


Module: openembedded.git
Branch: kergoth/autotools
Commit: f19ce6de6ccf36ef51137433ecd0b7f45d746e70
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f19ce6de6ccf36ef51137433ecd0b7f45d746e70

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Oct 21 00:53:41 2010 +0200

linux-kexecboot: set INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"

* initramfs-kexecboot-image is now *libc agnostic

---

 recipes/linux/linux-kexecboot.inc |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/linux/linux-kexecboot.inc b/recipes/linux/linux-kexecboot.inc
index 2c6b0ec..08b7ef0 100644
--- a/recipes/linux/linux-kexecboot.inc
+++ b/recipes/linux/linux-kexecboot.inc
@@ -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"





More information about the Openembedded-commits mailing list