From: Ed Bartosh Date: Thu, 22 Dec 2016 20:27:05 +0000 (+0200) Subject: mpc8315e-rdb.conf: produce wic images for MPC8315 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f689defd6d989581bad5645e1170a2cb25c49c6f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mpc8315e-rdb.conf: produce wic images for MPC8315 Added wic images to the list of default image types for mpc8315e-rdb machine. Configured wic sdimage-boot plugin to put u-boot.bin, kernel and device tree on the first partition. [YOCTO #8719] (From meta-yocto rev: dfbd39add8c24b366ba1709154f453dadd17a5a5) Signed-off-by: Ed Bartosh Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf index 99182dc948b..2e164ffd063 100644 --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf +++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf @@ -29,3 +29,7 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" IMAGE_FSTYPES ?= "jffs2 tar.bz2" JFFS2_ERASEBLOCK = "0x4000" + +IMAGE_FSTYPES += "wic" +WKS_FILE ?= 'mpc8315e-rdb.wks' +IMAGE_BOOT_FILES ?= "u-boot.bin uImage uImage-mpc8315erdb.dtb;dtb"