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 \
|
iperf3 \
|
||||||
python3 \
|
python3 \
|
||||||
python-smbus \
|
python-smbus \
|
||||||
tibluetooth \
|
|
||||||
ti-wl18xx-calibrator \
|
|
||||||
linux-firmware-wl18xx \
|
|
||||||
fct \
|
fct \
|
||||||
nfs-utils \
|
nfs-utils \
|
||||||
u-boot-fw-utils \
|
u-boot-fw-utils \
|
||||||
canutils \
|
|
||||||
usbutils \
|
usbutils \
|
||||||
curl \
|
curl \
|
||||||
openssh-sftp-server \
|
openssh-sftp-server \
|
||||||
"
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL_append_am335x-nbhw16-fct = " \
|
IMAGE_INSTALL_append_am335x-nbhw16-fct = " \
|
||||||
|
tibluetooth \
|
||||||
|
ti-wl18xx-calibrator \
|
||||||
|
linux-firmware-wl18xx \
|
||||||
|
canutils \
|
||||||
dt-overlay \
|
dt-overlay \
|
||||||
dt-overlays \
|
dt-overlays \
|
||||||
hydra \
|
hydra \
|
||||||
hydra-util \
|
hydra-util \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
IMAGE_INSTALL_append_armada-385-nrhw18-fct = " \
|
||||||
|
hydra \
|
||||||
|
hydra-util \
|
||||||
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL_append_am335x-nrhw20-fct = " \
|
IMAGE_INSTALL_append_am335x-nrhw20-fct = " \
|
||||||
hydra \
|
hydra \
|
||||||
hydra-util \
|
hydra-util \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue