summaryrefslogtreecommitdiffstats
path: root/recipes-containers/vcontainer/files/blobs/vpdmn/aarch64/README
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/vcontainer/files/blobs/vpdmn/aarch64/README')
-rw-r--r--recipes-containers/vcontainer/files/blobs/vpdmn/aarch64/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-containers/vcontainer/files/blobs/vpdmn/aarch64/README b/recipes-containers/vcontainer/files/blobs/vpdmn/aarch64/README
new file mode 100644
index 00000000..a4197779
--- /dev/null
+++ b/recipes-containers/vcontainer/files/blobs/vpdmn/aarch64/README
@@ -0,0 +1,26 @@
1vpdmn aarch64 Blobs
2====================
3
4This directory should contain the boot blobs for vpdmn aarch64:
5
6Required files:
7 - Image : Linux kernel for aarch64
8 - initramfs.cpio.gz : Tiny initramfs for switch_root
9 - rootfs.img : Ext4 root filesystem with Podman tools
10
11Build instructions:
12 1. Set MACHINE for aarch64:
13 MACHINE=qemuarm64
14
15 2. Build the blobs:
16 bitbake vpdmn-initramfs-create
17
18 3. Copy from deploy directory:
19 cp tmp/deploy/images/qemuarm64/vpdmn/aarch64/Image .
20 cp tmp/deploy/images/qemuarm64/vpdmn/aarch64/initramfs.cpio.gz .
21 cp tmp/deploy/images/qemuarm64/vpdmn/aarch64/rootfs.img .
22
23Once these files are present, vpdmn-native will automatically include them.
24
25Alternatively, set VPDMN_USE_DEPLOY = "1" in local.conf to use blobs
26directly from DEPLOY_DIR without copying to the layer.