From: Darren Hart Date: Tue, 18 Jan 2011 00:35:39 +0000 (-0800) Subject: beagleboard: add x-load and u-boot depends X-Git-Tag: 2011-1~2760 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fb07e93b8e67c54d07110b0f24cb91dd6647c7bf;p=openembedded-core.git beagleboard: add x-load and u-boot depends 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 CC: Tom Zanussi CC: Bruce Ashfield --- diff --git a/meta/conf/machine/beagleboard.conf b/meta/conf/machine/beagleboard.conf index bbb0f21632..04947c09dc 100644 --- a/meta/conf/machine/beagleboard.conf +++ b/meta/conf/machine/beagleboard.conf @@ -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