meta-netmodule-distro/recipes-core/images/netmodule-linux-image-dev.bb

66 lines
1.6 KiB
BlitzBasic

require netmodule-linux-image.bb
SUMMARY = "netmodule image for developement only"
IMAGE_FEATURES_append = " \
tools-debug \
"
MONITORING = " \
sys-mon \
scripts-nm \
vnstat \
"
BENCH_TOOLS = " \
tcpdump \
lmbench \
dbench \
memtester \
nbench-byte \
tiobench \
iozone3 \
iperf3 \
strongswan \
speedtest-cli \
benchmarking-cpu \
stress-ng \
rt-tests \
cryptodev-tests \
"
GPS_TOOLS = " \
ser2net \
gnss-mgr-test \
"
EASY_EDITOR = " \
nano \
"
BENCH_TOOLS_cortexa9hf-neon_append = " cpuburn-neon "
BENCH_TOOLS_cortexa8hf-neon_append = " cpuburn-neon "
IMAGE_INSTALL_remove_aarch64 = "benchmarking-cpu"
IMAGE_INSTALL_append = " \
lrzsz \
${BENCH_TOOLS} \
${EASY_EDITOR} \
${GPS_TOOLS} \
${MONITORING} \
systemd-extra-utils \
python3 \
python3-pip \
python3-pycurl \
minicom \
binutils \
util-linux \
i2c-tools \
evtest \
devmem2 \
board-descriptor \
tmate \
"
OSTREE_BRANCHNAME = "${LAYERSERIES_CORENAMES}-${MACHINE}-dev"