diff --git a/recipes-core/images/nmrouter-image-prodtest.bb b/recipes-core/images/nmrouter-image-prodtest.bb index 1fca9d5..e2c7df4 100644 --- a/recipes-core/images/nmrouter-image-prodtest.bb +++ b/recipes-core/images/nmrouter-image-prodtest.bb @@ -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 \