summaryrefslogtreecommitdiffstats
path: root/conf/machine/beagleboard.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-27 16:01:02 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-29 17:38:52 +0100
commitcb28528824be948644873e474288b06b1a904882 (patch)
treeb8e6701defd98f0bf5e0b413b822d6c4fd9cc50d /conf/machine/beagleboard.conf
parente59cc54e7872dc0c7fc50e3f2ca5b884b38f4097 (diff)
downloadmeta-ti-cb28528824be948644873e474288b06b1a904882.tar.gz
beagleboard: remove x-load from IMAGE_DEPENDS, we're SPL based now
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf/machine/beagleboard.conf')
-rw-r--r--conf/machine/beagleboard.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index 73483bc5..0043a700 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -14,6 +14,9 @@ GUI_MACHINE_CLASS = "bigscreen"
14 14
15require conf/machine/include/omap3.inc 15require conf/machine/include/omap3.inc
16 16
17# SPL build
18EXTRA_IMAGEDEPENDS = "u-boot"
19
17PREFERRED_PROVIDER_virtual/kernel = "linux" 20PREFERRED_PROVIDER_virtual/kernel = "linux"
18 21
19IMAGE_FSTYPES += "tar.bz2 ubi" 22IMAGE_FSTYPES += "tar.bz2 ubi"