diff options
Diffstat (limited to 'recipes-containers/vcontainer/vdkr-tiny-initramfs-image.bb')
| -rw-r--r-- | recipes-containers/vcontainer/vdkr-tiny-initramfs-image.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-containers/vcontainer/vdkr-tiny-initramfs-image.bb b/recipes-containers/vcontainer/vdkr-tiny-initramfs-image.bb new file mode 100644 index 00000000..42aa8637 --- /dev/null +++ b/recipes-containers/vcontainer/vdkr-tiny-initramfs-image.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # SPDX-FileCopyrightText: Copyright (C) 2025 Bruce Ashfield | ||
| 2 | # | ||
| 3 | # SPDX-License-Identifier: MIT | ||
| 4 | # | ||
| 5 | # vdkr-tiny-initramfs-image.bb - Tiny initramfs for vdkr | ||
| 6 | # | ||
| 7 | # Build with: | ||
| 8 | # bitbake mc:vruntime-aarch64:vdkr-tiny-initramfs-image | ||
| 9 | # bitbake mc:vruntime-x86-64:vdkr-tiny-initramfs-image | ||
| 10 | # | ||
| 11 | # Output: ${DEPLOY_DIR_IMAGE}/vdkr-tiny-initramfs-image-${MACHINE}.cpio.gz | ||
| 12 | |||
| 13 | require vcontainer-tiny-initramfs-image.inc | ||
