diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-01 11:57:20 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-06 22:33:00 +0100 |
| commit | b3991a4554cd1cee3e3b9c41dd67500c26865cab (patch) | |
| tree | 0b998f1be6ba44fa840e00c6f45bf51a3b6f1ba3 /meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | |
| parent | 45f3bdce4423387acf0e8e303f40a59294943370 (diff) | |
| download | poky-b3991a4554cd1cee3e3b9c41dd67500c26865cab.tar.gz | |
genericarm64/genericx86-64/heabglebone-yocto: Default to zstd compressed image output
We want to release compressed images since these are much easier for
users to download. Change the default generated output to match this
and build the output we want to release directly.
One test needs tweaking to since it uses an uncompressed image.
(From meta-yocto rev: 506379cb241e6a865139307e06216a07f737b602)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/beaglebone-yocto.conf')
| -rw-r--r-- | meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 |
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" | |||
| 11 | DEFAULTTUNE ?= "cortexa8hf-neon" | 11 | DEFAULTTUNE ?= "cortexa8hf-neon" |
| 12 | include conf/machine/include/arm/armv7a/tune-cortexa8.inc | 12 | include conf/machine/include/arm/armv7a/tune-cortexa8.inc |
| 13 | 13 | ||
| 14 | IMAGE_FSTYPES += "tar.bz2 jffs2 wic wic.bmap" | 14 | IMAGE_FSTYPES += "tar.zst jffs2.zst wic.zst wic.bmap" |
| 15 | EXTRA_IMAGECMD:jffs2 = "-lnp " | 15 | EXTRA_IMAGECMD:jffs2 = "-lnp " |
| 16 | WKS_FILE ?= "beaglebone-yocto.wks" | 16 | WKS_FILE ?= "beaglebone-yocto.wks" |
| 17 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image kernel-devicetree" | 17 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image kernel-devicetree" |
