images: add podman-host-image
This commit is contained in:
parent
6c4837b8d8
commit
1adf3b7a88
@ -15,6 +15,8 @@ BBLAYERS ?= " \
|
||||
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
||||
${TOPDIR}/../layers/meta-virtualization \
|
||||
${TOPDIR}/../layers/meta-raspberrypi \
|
||||
${TOPDIR}/../layers/meta-security \
|
||||
${TOPDIR}/../layers/meta-perl \
|
||||
${TOPDIR}/../layers/meta-blackfinn \
|
||||
"
|
||||
|
||||
|
@ -15,6 +15,8 @@ BBLAYERS ?= " \
|
||||
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
||||
${TOPDIR}/../layers/meta-virtualization \
|
||||
${TOPDIR}/../layers/meta-raspberrypi \
|
||||
${TOPDIR}/../layers/meta-security \
|
||||
${TOPDIR}/../layers/meta-perl \
|
||||
${TOPDIR}/../layers/meta-blackfinn \
|
||||
"
|
||||
|
||||
|
@ -15,5 +15,7 @@ BBLAYERS ?= " \
|
||||
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
||||
${TOPDIR}/../layers/meta-raspberrypi \
|
||||
${TOPDIR}/../layers/meta-virtualization \
|
||||
${TOPDIR}/../layers/meta-security \
|
||||
${TOPDIR}/../layers/meta-perl \
|
||||
${TOPDIR}/../layers/meta-blackfinn \
|
||||
"
|
||||
|
@ -15,5 +15,7 @@ BBLAYERS ?= " \
|
||||
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
||||
${TOPDIR}/../layers/meta-raspberrypi \
|
||||
${TOPDIR}/../layers/meta-virtualization \
|
||||
${TOPDIR}/../layers/meta-security \
|
||||
${TOPDIR}/../layers/meta-perl \
|
||||
${TOPDIR}/../layers/meta-blackfinn \
|
||||
"
|
||||
|
16
recipes-core/images/podman-host-image.bb
Normal file
16
recipes-core/images/podman-host-image.bb
Normal file
@ -0,0 +1,16 @@
|
||||
SUMMARY = "A tiny image"
|
||||
HOMEPAGE = "https://blackfinn.de"
|
||||
LICENSE = "MIT"
|
||||
|
||||
require tiny-image-base.inc
|
||||
|
||||
IMAGE_INSTALL_append = " \
|
||||
initscripts \
|
||||
init-ifupdown \
|
||||
podman \
|
||||
podman-compose \
|
||||
crun \
|
||||
cgroup-lite \
|
||||
"
|
||||
|
||||
export IMAGE_BASENAME = "podman-host-image"
|
Loading…
Reference in New Issue
Block a user