vdkr x86_64 Blobs =================== This directory should contain the boot blobs for vdkr x86_64: Required files: - bzImage : Linux kernel for x86_64 - initramfs.cpio.gz : Tiny initramfs for switch_root - rootfs.img : Ext4 root filesystem with Docker tools Build instructions: 1. Set MACHINE for x86_64: MACHINE=qemux86-64 2. Build the blobs: bitbake vdkr-initramfs-create 3. Copy from deploy directory: cp tmp/deploy/images/qemux86-64/vdkr/x86_64/bzImage . cp tmp/deploy/images/qemux86-64/vdkr/x86_64/initramfs.cpio.gz . cp tmp/deploy/images/qemux86-64/vdkr/x86_64/rootfs.img . Once these files are present, vdkr-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.