69 lines
1.7 KiB
BlitzBasic
69 lines
1.7 KiB
BlitzBasic
require netmodule-linux-image.bb
|
|
|
|
SUMMARY = "netmodule image for developement only"
|
|
|
|
IMAGE_FEATURES:append = " \
|
|
tools-debug \
|
|
"
|
|
|
|
MONITORING = " \
|
|
sys-mon \
|
|
"
|
|
|
|
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 \
|
|
libgpiod-python \
|
|
minicom \
|
|
binutils \
|
|
util-linux \
|
|
i2c-tools \
|
|
libgpiod-tools \
|
|
usbutils \
|
|
pciutils \
|
|
evtest \
|
|
udev-hwdb \
|
|
devmem2 \
|
|
board-descriptor \
|
|
tmate \
|
|
"
|
|
OSTREE_BRANCHNAME = "${LAYERSERIES_CORENAMES}-${MACHINE}-dev"
|