meta-digi-arm: Add u-boot dependency on mxs include.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-01-17 14:18:53 +01:00
parent ecea3012e6
commit c57d9db032
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ include conf/machine/include/digi-defaults.inc
# Flash image types
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
EXTRA_IMAGEDEPENDS = "u-boot"
# [TODO] add SDCARD support
# At the moment it's failing due to wrong u-boot image
IMAGE_FSTYPES ?= "tar.bz2"