recipes-core: Add perifirmware buildenv image

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn 2020-08-29 06:39:52 +02:00
parent 4c534969a0
commit 3c1ae3cb92

View File

@ -0,0 +1,16 @@
SUMMARY = "Build environment image for perifirmware"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
require busybox-container-image.bb
BASE_TOOLS = " \
git \
bzip2 \
"
IMAGE_INSTALL += " \
${BASE_TOOLS} \
"