Signed-off-by: Ross Burton <[email protected]>
---
config.json | 4 ++++
scripts/publish-artefacts | 6 ++++++
2 files changed, 10 insertions(+)
diff --git a/config.json b/config.json
index 1c4270f..a1b17a8 100644
--- a/config.json
+++ b/config.json
@@ -288,6 +288,10 @@
"MACHINE" : "qemuarm64",
"TEMPLATE" : "arch-qemu"
},
+ "qemuarm64-alt" : {
+ "MACHINE" : "qemuarm64",
+ "TEMPLATE" : "altcfg-qemu"
+ },
"qemuarm64-armhost" : {
"MACHINE" : "qemuarm64",
"BUILDINFO" : true,
diff --git a/scripts/publish-artefacts b/scripts/publish-artefacts
index 9795381..e4be8b6 100755
--- a/scripts/publish-artefacts
+++ b/scripts/publish-artefacts
@@ -50,6 +50,12 @@ case "$target" in
cp -R --no-dereference --preserve=links
$TMPDIR/deploy/images/qemuarm64/*qemuarm64* $DEST/machines/qemu/qemuarm64
cp -R --no-dereference --preserve=links
$TMPDIR/deploy/images/qemuarm64/*Image* $DEST/machines/qemu/qemuarm64
;;
+ "qemuarm64-alt")
+ mkdir -p $DEST/machines/qemu/qemuarm64-alt
+ sha256sums $TMPDIR/deploy/images/qemuarm64
+ cp -R --no-dereference --preserve=links
$TMPDIR/deploy/images/qemuarm64/*qemuarm64* $DEST/machines/qemu/qemuarm64-alt
+ cp -R --no-dereference --preserve=links
$TMPDIR/deploy/images/qemuarm64/*Image* $DEST/machines/qemu/qemuarm64-alt
+ ;;
"qemuarm64-ptest")
mkdir -p $DEST/machines/qemu/qemuarm64
sha256sums $TMPDIR/deploy/images/qemuarm64
--
2.25.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#55816): https://lists.yoctoproject.org/g/yocto/message/55816
Mute This Topic: https://lists.yoctoproject.org/mt/88379340/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-