diff options
| -rw-r--r-- | recipes-core/busybox/busybox/utils.cfg | 5 | ||||
| -rw-r--r-- | recipes-core/busybox/busybox_%.bbappend | 1 | ||||
| -rw-r--r-- | recipes-core/busybox/busybox_vcontainer.inc | 8 |
3 files changed, 14 insertions, 0 deletions
diff --git a/recipes-core/busybox/busybox/utils.cfg b/recipes-core/busybox/busybox/utils.cfg new file mode 100644 index 00000000..9182430c --- /dev/null +++ b/recipes-core/busybox/busybox/utils.cfg | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | CONFIG_BASE64=y | ||
| 2 | CONFIG_HEXDUMP=y | ||
| 3 | CONFIG_UUENCODE=y | ||
| 4 | CONFIG_SPLIT=y | ||
| 5 | CONFIG_XXHD=y | ||
diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend index 3d39bba3..5bafb364 100644 --- a/recipes-core/busybox/busybox_%.bbappend +++ b/recipes-core/busybox/busybox_%.bbappend | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | require ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', '${BPN}_virtualization.inc', '', d)} | 1 | require ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', '${BPN}_virtualization.inc', '', d)} |
| 2 | require ${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', '${BPN}_vmsep.inc', '', d)} | 2 | require ${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', '${BPN}_vmsep.inc', '', d)} |
| 3 | require ${@bb.utils.contains('DISTRO_FEATURES', 'vcontainer', '${BPN}_vcontainer.inc', '', d)} | ||
| 3 | 4 | ||
diff --git a/recipes-core/busybox/busybox_vcontainer.inc b/recipes-core/busybox/busybox_vcontainer.inc new file mode 100644 index 00000000..c54c1dc3 --- /dev/null +++ b/recipes-core/busybox/busybox_vcontainer.inc | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | # Busybox configuration for vcontainer (vdkr/vpdmn) | ||
| 2 | # | ||
| 3 | # These utilities are required by the vcontainer initramfs scripts | ||
| 4 | # for data transfer between QEMU guest and host via serial console. | ||
| 5 | |||
| 6 | FILESEXTRAPATHS:prepend := "${THISDIR}/busybox:" | ||
| 7 | |||
| 8 | SRC_URI += "file://utils.cfg" | ||
