vpdmn x86_64 Blobs
===================

This directory should contain the boot blobs for vpdmn x86_64:

Required files:
  - bzImage            : Linux kernel for x86_64
  - initramfs.cpio.gz  : Tiny initramfs for switch_root
  - rootfs.img         : Ext4 root filesystem with Podman tools

Build instructions:
  1. Set MACHINE for x86_64:
     MACHINE=qemux86-64

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

  3. Copy from deploy directory:
     cp tmp/deploy/images/qemux86-64/vpdmn/x86_64/bzImage .
     cp tmp/deploy/images/qemux86-64/vpdmn/x86_64/initramfs.cpio.gz .
     cp tmp/deploy/images/qemux86-64/vpdmn/x86_64/rootfs.img .

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

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