nmrouter-image-prodtest -> fct: rename production test image

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2018-06-12 09:56:09 +02:00
parent fb9e8b6fb2
commit 23dc9676d4
1 changed files with 0 additions and 43 deletions

View File

@ -1,43 +0,0 @@
require nmrouter-image-minimal.bb
IMAGE_INSTALL_append = " \
iperf3 \
python3 \
python3-smbus \
fct \
nfs-utils \
u-boot-fw-utils \
usbutils \
curl \
openssh-sftp-server \
packagegroup-core-ssh-openssh \
"
IMAGE_INSTALL_append_am335x-nbhw16-fct = " \
tibluetooth \
ti-wl18xx-calibrator \
linux-firmware-wl18xx \
canutils \
dt-overlay \
dt-overlays \
hydra \
hydra-util \
"
IMAGE_INSTALL_append_armada-385-nrhw18-fct = " \
hydra \
hydra-util \
"
IMAGE_INSTALL_append_am335x-nrhw20-fct = " \
tibluetooth \
ti-wl18xx-calibrator \
linux-firmware-wl18xx \
hydra \
hydra-util \
"
inherit extrausers
EXTRA_USERS_PARAMS = "\
useradd -o -u 0 -g 0 -p '' -s /usr/bin/fct.sh fct; \
"