diff options
Diffstat (limited to 'conf/multiconfig/vruntime-x86-64.conf')
| -rw-r--r-- | conf/multiconfig/vruntime-x86-64.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/multiconfig/vruntime-x86-64.conf b/conf/multiconfig/vruntime-x86-64.conf new file mode 100644 index 00000000..d897f398 --- /dev/null +++ b/conf/multiconfig/vruntime-x86-64.conf | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # SPDX-FileCopyrightText: Copyright (C) 2025 Bruce Ashfield | ||
| 2 | # | ||
| 3 | # SPDX-License-Identifier: MIT | ||
| 4 | # | ||
| 5 | # Multiconfig for vruntime x86-64 builds | ||
| 6 | # | ||
| 7 | # Used to build minimal container-runtime-capable rootfs for QEMU environment. | ||
| 8 | # Supports vdkr (Docker) and vpdmn (Podman) virtual container runtimes. | ||
| 9 | # | ||
| 10 | # Distro-level configuration (DISTRO_FEATURES, etc.) is in conf/distro/vruntime.conf | ||
| 11 | # Kernel features (squashfs, overlayfs) are in recipes-kernel/linux/linux-yocto_%.bbappend | ||
| 12 | |||
| 13 | DISTRO = "vruntime" | ||
| 14 | MACHINE = "qemux86-64" | ||
| 15 | TMPDIR = "${TOPDIR}/tmp-vruntime-x86-64" | ||
