Meta-perinet: Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
23
recipes-core/images/app-container-image.bb
Normal file
23
recipes-core/images/app-container-image.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
SUMMARY = "A minimal container image"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-dummy"
|
||||
|
||||
IMAGE_FSTYPES = "container oci"
|
||||
|
||||
inherit image
|
||||
inherit image-oci
|
||||
|
||||
IMAGE_FEATURES = ""
|
||||
IMAGE_LINGUAS = ""
|
||||
NO_RECOMMENDATIONS = "1"
|
||||
|
||||
IMAGE_CONTAINER_NO_DUMMY = "0"
|
||||
|
||||
IMAGE_INSTALL = " \
|
||||
base-files \
|
||||
base-passwd \
|
||||
netbase \
|
||||
"
|
||||
|
10
recipes-core/images/busybox-container-image.bb
Normal file
10
recipes-core/images/busybox-container-image.bb
Normal file
@@ -0,0 +1,10 @@
|
||||
SUMMARY = "Busybox container image"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
require app-container-image.bb
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
busybox \
|
||||
"
|
||||
|
Reference in New Issue
Block a user