[meta-freescale] [meta-fsl-arm-extra][PATCH 2/3] cfa10036: ensure barebox is used

Alexandre Belloni alexandre.belloni at free-electrons.com
Sun Nov 29 17:35:12 PST 2015


Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>
---
 conf/machine/include/cfa10036.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf/machine/include/cfa10036.inc b/conf/machine/include/cfa10036.inc
index ee88df7..faeee36 100644
--- a/conf/machine/include/cfa10036.inc
+++ b/conf/machine/include/cfa10036.inc
@@ -1,11 +1,13 @@
 # Common definitions for cfa-10036 boards
 
+IMAGE_FSTYPES_mxs ?= "tar.bz2 ext3 barebox.mxsboot-sdcard sdcard"
 include conf/machine/include/imx-base.inc
 include conf/machine/include/tune-arm926ejs.inc
 
 SOC_FAMILY = "mxs:mx28:cfa10036"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-cfa"
+PREFERRED_PROVIDER_virtual/bootloader ?= "barebox"
 
 IMAGE_BOOTLOADER = "barebox"
 BAREBOX_BINARY = "barebox"
@@ -19,7 +21,6 @@ KERNEL_DEVICETREE = "imx28-cfa10036.dtb"
 IMAGE_INSTALL_append = " kernel-image kernel-devicetree"
 
 SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
-IMAGE_FSTYPES ?= "tar.bz2 ext3 barebox.mxsboot-sdcard sdcard"
 
 SERIAL_CONSOLE = "115200 ttyAMA0"
 
-- 
1.9.1



More information about the meta-freescale mailing list