[oe-commits] Andrea Adami : ben-nanonote.conf: prepare for standard uboot-mkimage task.

git version control git at git.openembedded.org
Tue Mar 1 22:33:32 UTC 2011


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Mar  1 23:26:06 2011 +0100

ben-nanonote.conf: prepare for standard uboot-mkimage task.

* enable linux-kexecboot by default.

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 conf/machine/ben-nanonote.conf |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf
index fd4aba4..3e5ef84 100644
--- a/conf/machine/ben-nanonote.conf
+++ b/conf/machine/ben-nanonote.conf
@@ -11,7 +11,13 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben-nanonote"
 #KERNEL_IMAGETYPE = "uImage"
 KERNEL_IMAGETYPE = "vmlinux.bin"
 
-IMAGE_FSTYPES ?= "jffs2"
+UBOOT_LOADADDRESS = "0x80010000"
+
+# Dynamic entrypoint
+#UBOOT_ENTRYPOINT =
+UBOOT_ENTRYSYMBOL = "kernel_entry"
+
+IMAGE_FSTYPES ?= "jffs2 tar.gz"
 
 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
 PREFERRED_VERSION_xserver-kdrive = "1.3.0.0"
@@ -29,4 +35,4 @@ LOGO_SIZE = "qvga"
 # making sure rootfs is compatible
 ##################################
 
-# require conf/machine/include/initramfs-kexecboot.inc
+require conf/machine/include/initramfs-kexecboot.inc





More information about the Openembedded-commits mailing list