meta-bsp-imx8mm: setup-compulab-env: Added iperf3 cl-launcher

Signed-off-by: Valentin Raevsky <valentin@compulab.co.il>
This commit is contained in:
Valentin Raevsky
2019-07-30 23:34:28 +03:00
parent a905f0e042
commit 5ccd0c48ff
+2 -2
View File
@@ -42,8 +42,8 @@ eof
mod_local() {
# Modify local.conf
CORE_IMAGE_EXTRA_INSTALL+=" dhcp-client memtester cl-uboot cl-deploy bt-start cl-stest u-boot-fw-utils imx-gpu-viv-demos"
CORE_IMAGE_EXTRA_INSTALL+=" htop iotop tmux"
CORE_IMAGE_EXTRA_INSTALL+=" dhcp-client memtester cl-uboot cl-deploy cl-launcher bt-start cl-stest u-boot-fw-utils imx-gpu-viv-demos"
CORE_IMAGE_EXTRA_INSTALL+=" htop iotop tmux iperf3"
IMAGE_FEATURES+=" package-management ssh-server-openssh "
cat << eof | tee -a ${LOCAL_CONF} > /dev/null
CORE_IMAGE_EXTRA_INSTALL += "${CORE_IMAGE_EXTRA_INSTALL}"