git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c746035
)
angstrom-2008.1.conf: Set initramfs-bootmenu-image as kernel builtin initramfs
author
Paul Sokolovsky
<pmiscml@gmail.com>
Thu, 28 Feb 2008 11:49:28 +0000
(11:49 +0000)
committer
Paul Sokolovsky
<pmiscml@gmail.com>
Thu, 28 Feb 2008 11:49:28 +0000
(11:49 +0000)
* Applies to linux-handhelds-2.6 so far.
conf/distro/angstrom-2008.1.conf
patch
|
blob
|
history
diff --git
a/conf/distro/angstrom-2008.1.conf
b/conf/distro/angstrom-2008.1.conf
index
b24a57f
..
5725a8a
100644
(file)
--- 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"