From: Denys Dmytriyenko <[email protected]> Actually, OpenTest has 2 variants - am43xx-gpevm and am43xx-epos, use first for now.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- lib/run-opentest | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/run-opentest b/lib/run-opentest index 9a8e45b..a64e4cc 100644 --- a/lib/run-opentest +++ b/lib/run-opentest @@ -5,9 +5,12 @@ set_opentest_platform() { machine="$1" case $machine in - am37x-evm|am180x-evm|am3517-evm|da850-omapl138-evm|beagleboard|am335x-evm|am437x-evm|omap5-evm|dra7xx-evm ) + am37x-evm|am180x-evm|am3517-evm|da850-omapl138-evm|beagleboard|am335x-evm|omap5-evm|dra7xx-evm ) oplatform=$machine ;; + am437x-evm ) + oplatform="am43xx-gpevm" + ;; * ) return 2 ;; -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
