From 79f6f5f54fb04eab40ef7513b696aef4d8a849b0 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 9 Sep 2025 14:53:07 -0400 Subject: [PATCH] swupdate: define SWUPDATE_HWREV for each machine Signed-off-by: Hugo Villeneuve --- raspberrypi/conf/machine/raspberrypi-extra.conf | 5 +++++ wandboard/conf/machine/wandboard-extra.conf | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/raspberrypi/conf/machine/raspberrypi-extra.conf b/raspberrypi/conf/machine/raspberrypi-extra.conf index f872456..260ca96 100644 --- a/raspberrypi/conf/machine/raspberrypi-extra.conf +++ b/raspberrypi/conf/machine/raspberrypi-extra.conf @@ -19,3 +19,8 @@ ENABLE_UART = "1" VIDEO_CAMERA = "0" WKS_FILE = "hvmpd-raspberrypi.wks.in" + +# List of hardware versions supported by our swupdate setup. Each revision must +# be enclosed within double-quotes, and separated with a comma. +# Exemple: SWUPDATE_HWREV = ""revA", "revB"" +SWUPDATE_HWREV = ""revA"" diff --git a/wandboard/conf/machine/wandboard-extra.conf b/wandboard/conf/machine/wandboard-extra.conf index 986df9c..95c8fb5 100644 --- a/wandboard/conf/machine/wandboard-extra.conf +++ b/wandboard/conf/machine/wandboard-extra.conf @@ -14,3 +14,8 @@ UBOOT_BINARY ?= "u-boot.${UBOOT_SUFFIX}" IMAGE_FSTYPES = "tar.xz wic.gz wic.bmap" WKS_FILE = "hvmpd-wandboard.wks.in" + +# List of hardware versions supported by our swupdate setup. Each revision must +# be enclosed within double-quotes, and separated with a comma. +# Exemple: SWUPDATE_HWREV = ""revA", "revB"" +SWUPDATE_HWREV = ""revA"" -- 2.20.1