From: Hugo Villeneuve Date: Tue, 9 Sep 2025 18:53:07 +0000 (-0400) Subject: swupdate: define SWUPDATE_HWREV for each machine X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=79f6f5f54fb04eab40ef7513b696aef4d8a849b0;p=yocto%2Fmeta-hvmpd.git swupdate: define SWUPDATE_HWREV for each machine Signed-off-by: Hugo Villeneuve --- 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""