894671b722
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
11 lines
214 B
BlitzBasic
11 lines
214 B
BlitzBasic
SUMMARY = "Busybox container image"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
require app-container-image.bb
|
|
|
|
IMAGE_INSTALL += " \
|
|
busybox \
|
|
"
|
|
|