image-dev: moved monitoring tools from image to dev image

system monitor and the netmodule scripts for creating a support
package were moved to dev image

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2020-12-17 11:23:47 +01:00
parent 0c2414ffe9
commit 2d28aaeb1e
3 changed files with 6 additions and 4 deletions

View File

@ -6,6 +6,11 @@ IMAGE_FEATURES_append = " \
tools-debug \
"
MONITORING = " \
sys-mon \
scripts-nm \
"
BENCH_TOOLS = " \
tcpdump \
lmbench \
@ -42,6 +47,7 @@ IMAGE_INSTALL_append = " \
${BENCH_TOOLS} \
${EASY_EDITOR} \
${GPS_TOOLS} \
${MONITORING} \
python3 \
python3-misc \
python3-pip \

View File

@ -58,8 +58,6 @@ IMAGE_INSTALL_append = " \
udev-rules-nmhw \
nmhw-fwupdate \
${@bb.utils.contains("MACHINE_FEATURES", "imx-boot", "", "bootloader-config", d)} \
sys-mon \
scripts-nm \
mmc-utils \
"

View File

@ -23,8 +23,6 @@ B = "${S}/build"
SYSTEMD_SERVICE_${PN} = "sys-mon.service"
SYSTEMD_AUTO_ENABLE_${PN} = "disable"
FILES_${PN} += " \
${bindir}/sys-mon \
${systemd_system_unitdir}/sys-mon.service \