From e792340fb4ac346b2790f89540c7e1cc8ac234f5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 22 Jan 2014 11:20:57 -0200 Subject: imx-base.inc: Drop EXTRA_IMAGEDEPENDS setting The U-Boot requirement is handled by the image class and shouldn't be defined here so we have freedom to choose the desired bootloader to be used. Signed-off-by: Otavio Salvador --- conf/machine/include/imx-base.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 08d2950..86982b2 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -93,8 +93,6 @@ PREFERRED_PROVIDER_virtual/libgles2_mx6 ?= "gpu-viv-bin-mx6q" PREFERRED_PROVIDER_virtual/kernel_mx3 ?= "linux-fslc" -EXTRA_IMAGEDEPENDS = "u-boot" - SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard" -- cgit v1.2.3-54-g00ecf