From: Hugo Villeneuve Date: Mon, 16 Jan 2023 21:54:28 +0000 (-0500) Subject: swupdate: add hwrevision file X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=dcba9aebf44539e605911f48dab98f989303b8a6;p=yocto%2Fmeta-hvmpd.git swupdate: add hwrevision file --- diff --git a/recipes-core/base-files/base-files_%.bbappend b/recipes-core/base-files/base-files_%.bbappend index c9f2ca9..be6fd99 100644 --- a/recipes-core/base-files/base-files_%.bbappend +++ b/recipes-core/base-files/base-files_%.bbappend @@ -1,3 +1,6 @@ do_install:append () { echo "hvmpd" > ${D}${sysconfdir}/hostname + + # Maybe make this machine-specific in the future... + echo "${MACHINE} revA" > ${D}${sysconfdir}/hwrevision }