From 75aef2806cb5e5245b4d5c5d3fcf3e6051a496e9 Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Sat, 9 Jun 2018 01:03:38 +0200 Subject: [PATCH] fct: remove hw dependencies from prodtest image Signed-off-by: Patrick Zysset --- recipes-core/images/nmrouter-image-prodtest.bb | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 \