From 33362993d1f92d2069b0fc6df109ddee76e21e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 15 Jan 2024 11:39:33 +0100 Subject: [PATCH] For raspi preinstalled builds, use a per-series dedicated gadget branch. --- debian/changelog | 7 +++++++ live-build/auto/config | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6015bcb4..76b8654c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.765.34) UNRELEASED; urgency=medium + + * For raspi preinstalled builds, use a per-series dedicated gadget branch. + (LP: #2049373) + + -- Ɓukasz 'sil2100' Zemczak Mon, 15 Jan 2024 11:32:47 +0100 + livecd-rootfs (2.765.33) jammy; urgency=medium [ Steve Langasek ] diff --git a/live-build/auto/config b/live-build/auto/config index 1750fa04..8ef56701 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -494,9 +494,11 @@ case $IMAGEFORMAT in # classic images # Certain models have different names but are built from the same source gadget tree + BRANCH="classic" case $MODEL in - pi-arm64|pi3-arm64) + pi|pi-arm64|pi3-arm64) MODEL=pi + BRANCH="classic-22.04" ;; intel-iot) MODEL=pc @@ -515,7 +517,6 @@ case $IMAGEFORMAT in # We need to look in two places for the gadget tree: # - Launchpad hosted gadgets will be in the snap-gadget repo # - Github hosted gadgets are mirrored into a github-mirror repo - BRANCH="classic" git clone git://git.launchpad.net/~canonical-foundations/snap-$MODEL/+git/snap-$MODEL -b $BRANCH config/$PREFIX-gadget || git clone git://git.launchpad.net/~canonical-foundations/snap-$MODEL/+git/github-mirror -b $BRANCH config/$PREFIX-gadget || git clone git://git.launchpad.net/~canonical-foundations/snap-$MODEL/+git/github-mirror-$ARCH -b $BRANCH config/$PREFIX-gadget echo "IMAGEFORMAT=$IMAGEFORMAT" >> config/common