Publish the generic-arm64 binaries in a dedicated meta-arm/ directory so
it is clear this isn't from the core layers.

Signed-off-by: Ross Burton <ross.bur...@arm.com>
---
 scripts/publish-artefacts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scripts/publish-artefacts b/scripts/publish-artefacts
index 6ed922a..9795381 100755
--- a/scripts/publish-artefacts
+++ b/scripts/publish-artefacts
@@ -187,6 +187,11 @@ case "$target" in
         sha256sums $TMPDIR/deploy/images/genericx86
         cp -R --no-dereference --preserve=links 
$TMPDIR/deploy/images/genericx86/*genericx86* $DEST/machines/genericx86-alt
         ;;
+    "meta-arm")
+        mkdir -p $DEST/machines/meta-arm/generic-arm64
+        sha256sums $TMPDIR/deploy/images/generic-arm64
+        cp -R --no-dereference --preserve=links 
$TMPDIR/deploy/images/generic-arm64/*generic-arm64* 
$DEST/machines/meta-arm/generic-arm64
+        ;;
     "poky-tiny")
         mkdir -p $DEST/machines/qemu/qemu-tiny
         sha256sums $TMPDIR/deploy/images/qemux86
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#55421): https://lists.yoctoproject.org/g/yocto/message/55421
Mute This Topic: https://lists.yoctoproject.org/mt/87301238/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to