summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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