meta-digi-arm: Add u-boot dependency on mxs include.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
ecea3012e6
commit
c57d9db032
|
|
@ -9,6 +9,8 @@ include conf/machine/include/digi-defaults.inc
|
||||||
# Flash image types
|
# Flash image types
|
||||||
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
|
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
|
||||||
|
|
||||||
|
EXTRA_IMAGEDEPENDS = "u-boot"
|
||||||
|
|
||||||
# [TODO] add SDCARD support
|
# [TODO] add SDCARD support
|
||||||
# At the moment it's failing due to wrong u-boot image
|
# At the moment it's failing due to wrong u-boot image
|
||||||
IMAGE_FSTYPES ?= "tar.bz2"
|
IMAGE_FSTYPES ?= "tar.bz2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue