67 lines
1.6 KiB
BlitzBasic
67 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 \
|
|
"
|
|
|
|
BENCH_TOOLS = " \
|
|
tcpdump \
|
|
lmbench \
|
|
dbench \
|
|
memtester \
|
|
nbench-byte \
|
|
tiobench \
|
|
iozone3 \
|
|
iperf3 \
|
|
strongswan \
|
|
speedtest-cli \
|
|
benchmarking-cpu \
|
|
stress-ng \
|
|
rt-tests \
|
|
"
|
|
GPS_TOOLS = " \
|
|
gps-utils \
|
|
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} \
|
|
python3 \
|
|
python3-misc \
|
|
python3-pip \
|
|
minicom \
|
|
binutils \
|
|
util-linux \
|
|
i2c-tools \
|
|
spitools \
|
|
ethtool \
|
|
evtest \
|
|
devmem2 \
|
|
board-descriptor \
|
|
tmate \
|
|
python3-pycurl \
|
|
"
|
|
OSTREE_BRANCHNAME = "${LAYERSERIES_CORENAMES}-${MACHINE}-dev"
|