[oe-commits] Denis 'GNUtoo' Carikli : nokia900.conf: add support for kexecboot

git version control git at git.openembedded.org
Thu Jun 23 23:17:06 UTC 2011


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

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Fri Jun 24 01:11:49 2011 +0200

nokia900.conf: add support for kexecboot

The nokia bootloader(nolo) expects a zImage, so we produce
  a kexecboot zImage.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

 conf/machine/nokia900.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf
index 31bbed8..d897141 100644
--- a/conf/machine/nokia900.conf
+++ b/conf/machine/nokia900.conf
@@ -6,6 +6,7 @@ TARGET_ARCH = "arm"
 SOC_FAMILY = "omap3"
 require conf/machine/include/tune-cortexa8.inc
 
+require conf/machine/include/initramfs-kexecboot.inc
 
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
 XSERVER = "xserver-xorg \
@@ -64,6 +65,7 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "800"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
 
 KERNEL_IMAGETYPE = "uImage"
+KERNEL_IMAGETYPE_pn-linux-kexecboot = "zImage"
 
 UBOOT_ENTRYPOINT = "0x80008000"
 UBOOT_LOADADDRESS = "0x80008000"





More information about the Openembedded-commits mailing list