From b33c74bb835e6a0be57c66173b7490781c53aad6 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 22 Jan 2014 11:20:57 -0200 Subject: [PATCH] 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 --- meta-fsl-arm/conf/machine/include/imx-base.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-fsl-arm/conf/machine/include/imx-base.inc b/meta-fsl-arm/conf/machine/include/imx-base.inc index 08d2950a..86982b21 100644 --- a/meta-fsl-arm/conf/machine/include/imx-base.inc +++ b/meta-fsl-arm/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" -- 2.40.1