34 lines
596 B
BlitzBasic
34 lines
596 B
BlitzBasic
DISTRO_FEATURES_BACKFILL_CONSIDERED = " wifi bluetooth"
|
|
|
|
inherit image
|
|
|
|
IMAGE_FEATURES = "debug-tweaks"
|
|
|
|
KERNELDEPMODDEPEND = ""
|
|
|
|
SUMMARY = "Minimal image for bringup"
|
|
|
|
NO_RECOMMENDATIONS = "1"
|
|
|
|
IMAGE_INSTALL = " \
|
|
packagegroup-core-boot \
|
|
e2fsprogs-mke2fs \
|
|
devmem2 \
|
|
util-linux-agetty \
|
|
systemd-serialgetty \
|
|
networkmanager \
|
|
modemmanager \
|
|
curl \
|
|
tar \
|
|
less \
|
|
ncurses-terminfo-base \
|
|
kernel-devicetree \
|
|
"
|
|
|
|
IMAGE_INSTALL_append_am335x-nmhw21 = " ublox-gsm-config"
|
|
|
|
LICENSE = "BSD"
|
|
|
|
BUILDNAME = "${EXTERNALSRC_GIT_SRCREV};${DATETIME};${PN}"
|
|
|