From cb28528824be948644873e474288b06b1a904882 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 27 Nov 2011 16:01:02 +0100 Subject: [PATCH] beagleboard: remove x-load from IMAGE_DEPENDS, we're SPL based now Signed-off-by: Koen Kooi --- conf/machine/beagleboard.conf | 3 +++ 1 file changed, 3 insertions(+) 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" require conf/machine/include/omap3.inc +# SPL build +EXTRA_IMAGEDEPENDS = "u-boot" + PREFERRED_PROVIDER_virtual/kernel = "linux" IMAGE_FSTYPES += "tar.bz2 ubi"