aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian-arm64-rootfs.yaml2
-rw-r--r--debian-armhf-rootfs.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian-arm64-rootfs.yaml b/debian-arm64-rootfs.yaml
index 7df98b0152..01aa60edb3 100644
--- a/debian-arm64-rootfs.yaml
+++ b/debian-arm64-rootfs.yaml
@@ -62,7 +62,7 @@
}
sudo apt-get update
- sudo apt-get install -y --no-install-recommends cpio debootstrap live-build python-pycurl
+ sudo apt-get install -y --no-install-recommends cpio debootstrap live-build python-pycurl uuid-runtime
sudo dpkg -i --force-all packages/live-build_3.0.5-1linaro1_all.deb
dpkg -s qemu-user-static |grep '^Version'
diff --git a/debian-armhf-rootfs.yaml b/debian-armhf-rootfs.yaml
index 371e9d3f68..e720cda735 100644
--- a/debian-armhf-rootfs.yaml
+++ b/debian-armhf-rootfs.yaml
@@ -62,7 +62,7 @@
}
sudo apt-get update
- sudo apt-get install -y --no-install-recommends cpio debootstrap live-build python-pycurl
+ sudo apt-get install -y --no-install-recommends cpio debootstrap live-build python-pycurl uuid-runtime
sudo dpkg -i --force-all packages/live-build_3.0.5-1linaro1_all.deb
dpkg -s qemu-user-static |grep '^Version'