diff mbox series

beaglebone-yocto: Drop jffs2 images by default

Message ID 20260507122002.404215-1-richard.purdie@linuxfoundation.org (mailing list archive)
State New
Headers show
Series beaglebone-yocto: Drop jffs2 images by default | expand

Commit Message

Richard Purdie May 7, 2026, 12:20 p.m. UTC
It isn't clear that jffs2 images are being used by anyone anymore, most would
now be using ubi. Therefore remove it by default to reduce 'clutter' from
the output.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
index b76edffa8fa..676e057cdc0 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"
 DEFAULTTUNE ?= "cortexa8hf-neon"
 include conf/machine/include/arm/armv7a/tune-cortexa8.inc
 
-IMAGE_FSTYPES += "tar.zst jffs2.zst wic.zst wic.bmap"
+IMAGE_FSTYPES += "tar.zst wic.zst wic.bmap"
 EXTRA_IMAGECMD:jffs2 = "-lnp "
 WKS_FILE ?= "beaglebone-yocto.wks"
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image kernel-devicetree"