summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-09-28 12:29:02 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-01 21:45:57 +0100
commit3a73fe0efcb7aeefcca7011bba887caad03d4d03 (patch)
treebef2df75c96c4e568fc520183fdebc63b342f2e2 /meta-yocto-bsp/conf
parent642197f7a42e51517a68cd3078146ee8acce44c4 (diff)
downloadpoky-3a73fe0efcb7aeefcca7011bba887caad03d4d03.tar.gz
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] (From meta-yocto rev: 71cb33a39bf01e588c2df769c34d110d3e2ca6ea) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
index 1b6c2dcd57..c487bd8619 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"
16DEFAULTTUNE ?= "cortexa8hf-neon" 16DEFAULTTUNE ?= "cortexa8hf-neon"
17include conf/machine/include/tune-cortexa8.inc 17include conf/machine/include/tune-cortexa8.inc
18 18
19IMAGE_FSTYPES += "tar.bz2 jffs2" 19IMAGE_FSTYPES += "tar.bz2 jffs2 wic"
20EXTRA_IMAGECMD_jffs2 = "-lnp " 20EXTRA_IMAGECMD_jffs2 = "-lnp "
21WKS_FILE = "sdimage-bootpart.wks"
22IMAGE_INSTALL_append = " kernel-devicetree kernel-image-zimage"
23do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
21 24
22SERIAL_CONSOLE = "115200 ttyO0" 25SERIAL_CONSOLE = "115200 ttyO0"
23 26