From: Paul Sokolovsky Date: Thu, 28 Feb 2008 11:49:28 +0000 (+0000) Subject: angstrom-2008.1.conf: Set initramfs-bootmenu-image as kernel builtin initramfs X-Git-Tag: Release-2010-05/1~7572^2~34^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac5faed2cf403dfbc7918eca753df4a15718597;p=openembedded.git angstrom-2008.1.conf: Set initramfs-bootmenu-image as kernel builtin initramfs * Applies to linux-handhelds-2.6 so far. --- diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index b24a57f537..5725a8a52e 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -60,6 +60,9 @@ PCMCIA_MANAGER = "pcmciautils" #Preferred version for the kernel on various machines PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh20" +#Initramfs for kernels +KERNEL_INITRAMFS_PATH = "${TMPDIR}/deploy/uclibc/images/${MACHINE}/initramfs-bootmenu-image-${MACHINE}.cpio.gz" + #This is unrelated to the kernel version, but userspace apps (e.g. HAL) require a recent version to build against PREFERRED_VERSION_linux-libc-headers = "2.6.23"