diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-01-17 16:35:39 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-21 11:18:36 +0000 |
commit | fb07e93b8e67c54d07110b0f24cb91dd6647c7bf (patch) | |
tree | 1558dacc514a1a6d19aaf0adc7db57748d709b49 /meta/conf/machine/beagleboard.conf | |
parent | f2dc7fadd8c6b180c3f985873261216d53f47f0d (diff) | |
download | poky-fb07e93b8e67c54d07110b0f24cb91dd6647c7bf.tar.gz |
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 <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/conf/machine/beagleboard.conf')
-rw-r--r-- | meta/conf/machine/beagleboard.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
12 | #Ship all kernel modules till the board support has matured enough | 12 | #Ship all kernel modules till the board support has matured enough |
13 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 13 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
14 | 14 | ||
15 | # Allow for MMC booting (required by the NAND-less Beagleboard XM) | ||
16 | EXTRA_IMAGEDEPENDS += "u-boot x-load" | ||
17 | |||
15 | #include conf/machine/include/tune-arm1136jf-s.inc | 18 | #include conf/machine/include/tune-arm1136jf-s.inc |
16 | include conf/machine/include/tune-cortexa8.inc | 19 | include conf/machine/include/tune-cortexa8.inc |
17 | 20 | ||