[PATCH] beaglebone-yocto: Drop jffs2 images by default
Richard Purdie <[email protected]> Thu, 7 May 2026 13:20:02 +0100
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"