vdkr aarch64 Blobs
====================

This directory should contain the boot blobs for vdkr aarch64:

Required files:
  - Image              : Linux kernel for aarch64
  - initramfs.cpio.gz  : Tiny initramfs for switch_root
  - rootfs.img         : Ext4 root filesystem with Docker tools

Build instructions:
  1. Set MACHINE for aarch64:
     MACHINE=qemuarm64

  2. Build the blobs:
     bitbake vdkr-initramfs-create

  3. Copy from deploy directory:
     cp tmp/deploy/images/qemuarm64/vdkr/aarch64/Image .
     cp tmp/deploy/images/qemuarm64/vdkr/aarch64/initramfs.cpio.gz .
     cp tmp/deploy/images/qemuarm64/vdkr/aarch64/rootfs.img .

Once these files are present, vcontainer-native will automatically include them.

Alternatively, set VDKR_USE_DEPLOY = "1" in local.conf to use blobs
directly from DEPLOY_DIR without copying to the layer.
