summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto-bsp/conf/machine/beaglebone-yocto.conf')
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone-yocto.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
index db9cfec497..63d7f94214 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
@@ -11,7 +11,7 @@ EXTRA_IMAGEDEPENDS += "virtual/bootloader"
11DEFAULTTUNE ?= "cortexa8hf-neon" 11DEFAULTTUNE ?= "cortexa8hf-neon"
12include conf/machine/include/arm/armv7a/tune-cortexa8.inc 12include conf/machine/include/arm/armv7a/tune-cortexa8.inc
13 13
14IMAGE_FSTYPES += "tar.bz2 jffs2 wic wic.bmap" 14IMAGE_FSTYPES += "tar.zst jffs2.zst wic.zst wic.bmap"
15EXTRA_IMAGECMD:jffs2 = "-lnp " 15EXTRA_IMAGECMD:jffs2 = "-lnp "
16WKS_FILE ?= "beaglebone-yocto.wks" 16WKS_FILE ?= "beaglebone-yocto.wks"
17MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image kernel-devicetree" 17MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image kernel-devicetree"