summaryrefslogtreecommitdiffstats
path: root/configs/freescale_imx6dlsabreauto_defconfig
diff options
context:
space:
mode:
authorGeorges Savoundararadj <savoundg@gmail.com>2016-09-07 15:29:09 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-11 23:27:37 +0200
commit9e768aa1dc6457752ab5e41c612feb8d62d0e11b (patch)
tree03bee4c46d93020442ed6285318e294f247754d1 /configs/freescale_imx6dlsabreauto_defconfig
parentf645f914ac026504bfe4f966bfe620cc3f91e04c (diff)
downloadbuildroot-9e768aa1dc6457752ab5e41c612feb8d62d0e11b.tar.gz
buildroot-9e768aa1dc6457752ab5e41c612feb8d62d0e11b.zip
board/freescale: use the common genimage template
The boards imx6dlsabreauto, imx6dlsabresd, imx6qsabreauto, imx6qsabresd, imx6sxsabresd were referring to board/freescale/create-boot-sd.sh for the sdcard image generation. This commit: * Removes board/freescale/create-boot-sd.sh * Uses the common Freescale genimage template instead. The offset of the first partition was 1MB in the script and is modified to 8MB in the template. * Fixes the readme.txt file accordingly Signed-off-by: Georges Savoundararadj <savoundg@gmail.com> Cc: Fabio Estevam <festevam@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/freescale_imx6dlsabreauto_defconfig')
-rw-r--r--configs/freescale_imx6dlsabreauto_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/freescale_imx6dlsabreauto_defconfig b/configs/freescale_imx6dlsabreauto_defconfig
index a58ab5d01b..5a8d4ce3a7 100644
--- a/configs/freescale_imx6dlsabreauto_defconfig
+++ b/configs/freescale_imx6dlsabreauto_defconfig
@@ -23,8 +23,14 @@ BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-sabreauto"
# filesystem
+BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
BR2_TARGET_ROOTFS_EXT2=y
+# required tools to create the microSD image
+BR2_PACKAGE_HOST_DOSFSTOOLS=y
+BR2_PACKAGE_HOST_GENIMAGE=y
+BR2_PACKAGE_HOST_MTOOLS=y
+
# bootloader
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="mx6dlsabreauto"
OpenPOWER on IntegriCloud