aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-03-27 09:51:54 -0500
committerDan Murphy <dmurphy@ti.com>2020-03-27 09:51:54 -0500
commit65aec5f0077e3de11142d3a6f7388f2b947386cc (patch)
treecdbcce2fd274c39ffea166288852bebd4d93265d
parent46e963c6f20c8819864916fda808c717319ed8e7 (diff)
downloadlinux-dt-65aec5f0077e3de11142d3a6f7388f2b947386cc.tar.gz
system_test: recipe: Change output_dir to patch_dir
Change the entry of output_dir to patch_dir. The output_dir will be the testsuite name now. Signed-off-by: Dan Murphy <dmurphy@ti.com>
-rw-r--r--system_test/system_test_recipe22
1 files changed, 11 insertions, 11 deletions
diff --git a/system_test/system_test_recipe b/system_test/system_test_recipe
index b4b4c86..b5aedb3 100644
--- a/system_test/system_test_recipe
+++ b/system_test/system_test_recipe
@@ -1,11 +1,11 @@
-arch: arm testsuite: am3_mmc output: am3_mmc defconfig: am3_mmc_module overlay_dir: none
-arch: arm testsuite: am4_mmc output: am4_mmc defconfig: am4_mmc_module overlay_dir: none
-arch: arm testsuite: am3_usbhost output: am3_usbhost defconfig: am3_pio_musb overlay_dir: none
-arch: arm64 testsuite: j7_usb_otg_full_speed output: j7_usb_otg_full_speed defconfig: ti_sdk_arm64_release dt_overlay: usb_otg/j7/full_speed
-arch: arm64 testsuite: j7_usb_otg_high_speed output: j7_usb_otg_high_speed defconfig: ti_sdk_arm64_release dt_overlay: usb_otg/j7/high_speed
-arch: arm64 testsuite: j7_pcie_ep output: j7_pcie_ep defconfig: ti_sdk_arm64_release dt_overlay: pcie/pcie_ep/dma/j7
-arch: arm64 testsuite: j7_pcie_rc output: j7_pcie_rc defconfig: ti_sdk_arm64_release dt_overlay: none
-arch: arm testsuite: am3_eth_module defconfig: am3_eth_module dt_overlay: none
-arch: arm testsuite: am4_eth_module defconfig: am3_eth_module dt_overlay: none
-arch: arm testsuite: dra7_eth_module defconfig: dra7_eth_module dt_overlay: none
-arch: arm testsuite: k2_eth_module defconfig: k2_eth_module dt_overlay: none
+arch: arm testsuite: am3_mmc patch_dir: none defconfig: am3_mmc_module overlay_dir: none
+arch: arm testsuite: am4_mmc patch_dir: none defconfig: am4_mmc_module overlay_dir: none
+arch: arm testsuite: am3_usbhost patch_dir: none defconfig: am3_pio_musb overlay_dir: none
+arch: arm64 testsuite: j7_usb_otg_full_speed patch_dir: none defconfig: ti_sdk_arm64_release dt_overlay: usb_otg/j7/full_speed
+arch: arm64 testsuite: j7_usb_otg_high_speed patch_dir: none defconfig: ti_sdk_arm64_release dt_overlay: usb_otg/j7/high_speed
+arch: arm64 testsuite: j7_pcie_ep patch_dir: none defconfig: ti_sdk_arm64_release dt_overlay: pcie/pcie_ep/dma/j7
+arch: arm64 testsuite: j7_pcie_rc patch_dir: none defconfig: ti_sdk_arm64_release dt_overlay: none
+arch: arm testsuite: am3_eth_module patch_dir: none defconfig: am3_eth_module dt_overlay: none
+arch: arm testsuite: am4_eth_module patch_dir: none defconfig: am3_eth_module dt_overlay: none
+arch: arm testsuite: dra7_eth_module patch_dir: none defconfig: dra7_eth_module dt_overlay: none
+arch: arm testsuite: k2_eth_module patch_dir: none defconfig: k2_eth_module dt_overlay: none