fct: remove hw dependencies from prodtest image
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
parent
8ac5ddb11f
commit
75aef2806c
|
|
@ -4,25 +4,30 @@ IMAGE_INSTALL_append = " \
|
|||
iperf3 \
|
||||
python3 \
|
||||
python-smbus \
|
||||
tibluetooth \
|
||||
ti-wl18xx-calibrator \
|
||||
linux-firmware-wl18xx \
|
||||
fct \
|
||||
nfs-utils \
|
||||
u-boot-fw-utils \
|
||||
canutils \
|
||||
usbutils \
|
||||
curl \
|
||||
openssh-sftp-server \
|
||||
"
|
||||
|
||||
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 = " \
|
||||
hydra \
|
||||
hydra-util \
|
||||
|
|
|
|||
Loading…
Reference in New Issue