3c1ae3cb92
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
17 lines
287 B
BlitzBasic
17 lines
287 B
BlitzBasic
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} \
|
|
"
|
|
|
|
|