summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/machine/beagleboard.conf3
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
13MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 13MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
14 14
15# Allow for MMC booting (required by the NAND-less Beagleboard XM)
16EXTRA_IMAGEDEPENDS += "u-boot x-load"
17
15#include conf/machine/include/tune-arm1136jf-s.inc 18#include conf/machine/include/tune-arm1136jf-s.inc
16include conf/machine/include/tune-cortexa8.inc 19include conf/machine/include/tune-cortexa8.inc
17 20