1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Makefile: add comment about Android GCS compatible version hashes

This commit is contained in:
Oleg Semyonov 2013-03-24 17:00:15 +02:00
parent c2284d0c3f
commit 9f0710f9d5

View File

@ -587,6 +587,7 @@ androidgcs_clean:
# Find the git hashes of each commit that changes uavobjects with: # Find the git hashes of each commit that changes uavobjects with:
# git log --format=%h -- shared/uavobjectdefinition/ | head -n 2 # git log --format=%h -- shared/uavobjectdefinition/ | head -n 2
# List only UAVO hashes of past releases, do not list current hash. # List only UAVO hashes of past releases, do not list current hash.
# Past compatible versions are so far: RELEASE-12.10.2
UAVO_GIT_VERSIONS := 5e14f53 UAVO_GIT_VERSIONS := 5e14f53
# All versions includes also the current source tree UAVO hash # All versions includes also the current source tree UAVO hash