container-base: define empty entry point

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-10-24 16:31:47 +00:00
parent cbad7151f1
commit 1a4030a6c6

View File

@ -7,6 +7,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
IMAGE_FSTYPES = "container oci"
inherit image
inherit image-oci
@ -21,6 +22,10 @@ IMAGE_INSTALL = " \
${CONTAINER_SHELL} \
"
# Keep the entrypoint empty so that this image can be easily be
# inherted and re-used for interactive or non interactive images
OCI_IMAGE_ENTRYPOINT ?= ""
# If the following is configured in local.conf (or the distro):
# PACKAGE_EXTRA_ARCHS:append = " container-dummy-provides"
#