From: Ed Bartosh Date: Wed, 28 Sep 2016 09:29:02 +0000 (+0300) Subject: beaglebone.conf: produce wic images for Beaglebone X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71cb33a39bf01e588c2df769c34d110d3e2ca6ea;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git beaglebone.conf: produce wic images for Beaglebone Added wic images to the list of default image types for Beaglebone machine. Added kernel image and device tree packages to the image to make it bootable. Added required wic dependencies. [YOCTO #8719] Signed-off-by: Ed Bartosh Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf index 1b6c2dcd57f..c487bd8619a 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf @@ -16,8 +16,11 @@ EXTRA_IMAGEDEPENDS += "u-boot" DEFAULTTUNE ?= "cortexa8hf-neon" include conf/machine/include/tune-cortexa8.inc -IMAGE_FSTYPES += "tar.bz2 jffs2" +IMAGE_FSTYPES += "tar.bz2 jffs2 wic" EXTRA_IMAGECMD_jffs2 = "-lnp " +WKS_FILE = "sdimage-bootpart.wks" +IMAGE_INSTALL_append = " kernel-devicetree kernel-image-zimage" +do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" SERIAL_CONSOLE = "115200 ttyO0"