[oe-commits] Tim 'timtim' Ellis : lsppc: Add KERNEL_IMAGETYPE, UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS info and kernel-devicetree to MACHINE_EXTRA_RDEPENDS

GIT User account git at amethyst.openembedded.net
Wed Jan 21 23:50:13 UTC 2009


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

Author: Tim 'timtim' Ellis <tim.ellis at foonas.org>
Date:   Wed Jan 21 23:49:04 2009 +0000

lsppc: Add KERNEL_IMAGETYPE, UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS info and kernel-devicetree to MACHINE_EXTRA_RDEPENDS

---

 conf/machine/include/lsppc.inc |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc
index 8a868cb..1c8f1f1 100644
--- a/conf/machine/include/lsppc.inc
+++ b/conf/machine/include/lsppc.inc
@@ -2,10 +2,11 @@
 #@Name: Buffalo PPC Linkstations
 #@DESCRIPTION: Generic Machine configuration for ppc based linkstations
 
-
 TARGET_ARCH = "powerpc"
 PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
+
 MACHINE_FEATURES = "kernel26 usbhost ext2"
+MACHINE_EXTRA_RDEPENDS = "kernel-devicetree"
 
 USE_DEVFS = "0"
 
@@ -21,5 +22,8 @@ udevdir = "/dev"
 IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
 IMAGE_FSTYPES = "tar.gz"
 
-#tune for the MPC5200B cpu
+KERNEL_IMAGETYPE = "uImage"
+UBOOT_ENTRYPOINT = "0x00000000"
+UBOOT_LOADADDRESS = "0x00000000"
+
 require conf/machine/include/tune-ppc603e.inc





More information about the Openembedded-commits mailing list