recipes-core: Add perifirmware buildenv image
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
parent
4c534969a0
commit
3c1ae3cb92
16
recipes-core/images/perifirmware-buildenv-image.bb
Normal file
16
recipes-core/images/perifirmware-buildenv-image.bb
Normal 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} \
|
||||
"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user