]> code.ossystems Code Review - openembedded-core.git/commitdiff
beagleboard: add x-load and u-boot depends
authorDarren Hart <dvhart@linux.intel.com>
Tue, 18 Jan 2011 00:35:39 +0000 (16:35 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Jan 2011 11:18:36 +0000 (11:18 +0000)
The Beagleboard xM requires x-load and u-boot to be installed
on the MMC as it has no NAND (as of rev B and onward).

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/conf/machine/beagleboard.conf

index bbb0f21632d8fb3f23c39bb36f4e4d923a0357d8..04947c09dc5dc4bea8f3f3ea8742761887457bff 100644 (file)
@@ -12,6 +12,9 @@ GUI_MACHINE_CLASS = "bigscreen"
 #Ship all kernel modules till the board support has matured enough
 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 
+# Allow for MMC booting (required by the NAND-less Beagleboard XM)
+EXTRA_IMAGEDEPENDS += "u-boot x-load"
+
 #include conf/machine/include/tune-arm1136jf-s.inc
 include conf/machine/include/tune-cortexa8.inc