From 1939b88a33f91f22be34cd31987185721bb955c2 Mon Sep 17 00:00:00 2001
From: Julian Oes <julian@oes.ch>
Date: Thu, 14 Jul 2016 13:49:44 +0200
Subject: [PATCH] RPi2: use cross/native instead of release/default

---
 Makefile                                           | 14 +++++++-------
 cmake/configs/posix_rpi2_common.cmake              |  4 ++--
 ...x_rpi2_release.cmake => posix_rpi2_cross.cmake} |  0
 ..._rpi2_default.cmake => posix_rpi2_native.cmake} |  0
 4 files changed, 9 insertions(+), 9 deletions(-)
 rename cmake/configs/{posix_rpi2_release.cmake => posix_rpi2_cross.cmake} (100%)
 rename cmake/configs/{posix_rpi2_default.cmake => posix_rpi2_native.cmake} (100%)

diff --git a/Makefile b/Makefile
index adfa2654fb..8271d7c3c8 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@ px4fmu-v1_default:
 
 px4fmu-v2_default:
 	$(call cmake-build,nuttx_px4fmu-v2_default)
-	
+
 px4fmu-v2_test:
 	$(call cmake-build,nuttx_px4fmu-v2_test)
 
@@ -170,7 +170,7 @@ mindpx-v2_default:
 
 posix_sitl_default:
 	$(call cmake-build,$@)
-	
+
 posix_sitl_lpe:
 	$(call cmake-build,$@)
 
@@ -199,10 +199,10 @@ eagle_default: posix_eagle_default qurt_eagle_default
 eagle_legacy_default: posix_eagle_legacy_driver_default qurt_eagle_legacy_driver_default
 
 qurt_eagle_legacy_driver_default:
-	$(call cmake-build,$@)	
-	
+	$(call cmake-build,$@)
+
 posix_eagle_legacy_driver_default:
-	$(call cmake-build,$@) 
+	$(call cmake-build,$@)
 
 qurt_excelsior_default:
 	$(call cmake-build,$@)
@@ -212,10 +212,10 @@ posix_excelsior_default:
 
 excelsior_default: posix_excelsior_default qurt_excelsior_default
 
-posix_rpi2_default:
+posix_rpi2_native:
 	$(call cmake-build,$@)
 
-posix_rpi2_release:
+posix_rpi2_cross:
 	$(call cmake-build,$@)
 
 posix_bebop_default:
diff --git a/cmake/configs/posix_rpi2_common.cmake b/cmake/configs/posix_rpi2_common.cmake
index 95477cd8c0..68479eaf9a 100644
--- a/cmake/configs/posix_rpi2_common.cmake
+++ b/cmake/configs/posix_rpi2_common.cmake
@@ -1,5 +1,5 @@
-# This file is shared between posix_rpi2_default.cmake
-# and posix_rpi2_release.cmake.
+# This file is shared between posix_rpi2_native.cmake
+# and posix_rpi2_cross.cmake.
 
 include(posix/px4_impl_posix)
 
diff --git a/cmake/configs/posix_rpi2_release.cmake b/cmake/configs/posix_rpi2_cross.cmake
similarity index 100%
rename from cmake/configs/posix_rpi2_release.cmake
rename to cmake/configs/posix_rpi2_cross.cmake
diff --git a/cmake/configs/posix_rpi2_default.cmake b/cmake/configs/posix_rpi2_native.cmake
similarity index 100%
rename from cmake/configs/posix_rpi2_default.cmake
rename to cmake/configs/posix_rpi2_native.cmake
-- 
GitLab