From f3c75866bb858393ac8e6e63982ec2f6f67ff2f7 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sat, 29 Nov 2025 12:00:51 +0100 Subject: [PATCH] Stop building images for bullseye. It's been EOL'd in 2024. Time is better spent focusing on bookworm+. That being said, this doesn't remove support for bullseye (in generate-recipe.py) just yet. This would only mean getting a few instructions removed, they can stay for a while in case that's still useful to someone. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index be26056..ed70c6b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: shasums # List all the supported and built Pi platforms here. They get expanded # to names like 'raspi_2_buster.yaml' and 'raspi_3_bullseye.img.xz'. BUILD_FAMILIES := 1 2 3 4 -BUILD_RELEASES := bullseye bookworm trixie +BUILD_RELEASES := bookworm trixie platforms := $(foreach plat, $(BUILD_FAMILIES),$(foreach rel, $(BUILD_RELEASES), raspi_$(plat)_$(rel))) @@ -57,7 +57,7 @@ _ck_root: [ `whoami` = 'root' ] # Only root can summon vmdb2 ☹ _clean_yaml: - rm -f $(addsuffix .yaml,$(platforms)) raspi_base_bullseye.yaml raspi_base_bookworm.yaml raspi_base_trixie.yaml + rm -f $(addsuffix .yaml,$(platforms)) raspi_base_bookworm.yaml raspi_base_trixie.yaml _clean_images: rm -f $(addsuffix .img,$(platforms)) _clean_xzimages: