mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
container-base: define empty entry point
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
cbad7151f1
commit
1a4030a6c6
|
@ -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"
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue
Block a user