meta-blackfinn/recipes-core/images/console-dev-image.bb

18 lines
316 B
BlitzBasic

SUMMARY = "A console image with some additional tools"
HOMEPAGE = "https://blackfinn.de"
LICENSE = "MIT"
require console-image-base.inc
DEV_SDK_INSTALL += " \
git \
make \
python3-pip \
python3-dev \
bash \
packagegroup-core-buildessential \
"
export IMAGE_BASENAME = "console-dev-image"