[oe-commits] Paul Sokolovsky : linux-handhelds-2.6: Add more verbose message about KERNEL_INITRAMFS_PATH.

GIT User account git at amethyst.openembedded.net
Tue Dec 2 13:36:43 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 08ade1ed2eb1f94d58a7952a67685dcbc62a2b86
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=08ade1ed2eb1f94d58a7952a67685dcbc62a2b86

Author: Paul Sokolovsky <pmiscml at gmail.com>
Date:   Tue Dec  2 15:12:15 2008 +0200

linux-handhelds-2.6: Add more verbose message about KERNEL_INITRAMFS_PATH.
* Also, fix zImage file name in generated HaRET's startup.txt.

---

 packages/linux/linux-handhelds-2.6.inc |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/packages/linux/linux-handhelds-2.6.inc b/packages/linux/linux-handhelds-2.6.inc
index 2785fb8..9785d84 100644
--- a/packages/linux/linux-handhelds-2.6.inc
+++ b/packages/linux/linux-handhelds-2.6.inc
@@ -37,7 +37,11 @@ do_configure() {
 
 	if [ -n "${KERNEL_INITRAMFS_PATH}" -a "${ANGSTROM_MODE}" = "glibc" ]; then
 		if [ ! -f ${KERNEL_INITRAMFS_PATH} ]; then
-		    echo "${KERNEL_INITRAMFS_PATH} does not exist, you may need to bitbake it separately"
+		    echo "Kernel is requested to be built with internal initramfs."
+		    echo "The initramfs image must exist prior to building the kernel, but it does not 
+		    echo "exist at the specified path ${KERNEL_INITRAMFS_PATH}. You may need to bitbake"
+		    echo "it separately, possibly, with a different set of bitbake options. Please"
+		    echo "consult documentation for your distro."
 		    exit 1
 		fi
 
@@ -81,7 +85,7 @@ gen_haret_startup() {
 # This is startup file for HaRET, Linux bootloader for WinCE
 # http://handhelds.org/wiki/HaRET
 
-set kernel "${KERNEL_IMAGE_BASE_NAME}"
+set kernel "${KERNEL_IMAGE_BASE_NAME}.bin"
 
 # Boot choices. Uncomment 'set' statements in exactly one section
 





More information about the Openembedded-commits mailing list