Skip to content

Commit

Permalink
Move daemons/gptp as separate repo under AVnu
Browse files Browse the repository at this point in the history
Removing daemons/gptp folder from OpenAVnu and updated all build files and
travis-ci files.
  • Loading branch information
avinash-palleti committed Aug 6, 2018
1 parent c69fa5a commit 1829e09
Show file tree
Hide file tree
Showing 99 changed files with 3 additions and 24,546 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ add_subdirectory("thirdparty/cpputest")
add_subdirectory("daemons/common/tests")
add_subdirectory("daemons/mrpd")
add_subdirectory("daemons/maap")
add_subdirectory("daemons/gptp")

message("
-------------------------------------------------------
Expand Down
13 changes: 3 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ help:
@echo ''
@echo ' lib - igb library'
@echo ''
@echo ' daemons_all - build all daemons (mrpd gptp maap shaper)'
@echo ' daemons_all - build all daemons (mrpd maap shaper)'
@echo ' mrpd - mrpd daemon'
@echo ' gptp - gptp daemon for linux'
@echo ' maap - maap daemon'
@echo ' shaper - shaper daemon for linux'
@echo ''
Expand Down Expand Up @@ -47,12 +46,6 @@ mrpd:
mrpd_clean:
$(call descend,daemons/mrpd/,clean)

gptp:
$(call descend,daemons/$@/linux/build/)

gptp_clean:
$(call descend,daemons/gptp/linux/build/,clean)

maap:
$(call descend,daemons/$@/linux/build/)

Expand All @@ -65,9 +58,9 @@ shaper:
shaper_clean:
$(call descend,daemons/shaper/,clean)

daemons_all: mrpd maap gptp shaper
daemons_all: mrpd maap shaper

daemons_all_clean: mrpd_clean gptp_clean maap_clean shaper_clean
daemons_all_clean: mrpd_clean maap_clean shaper_clean

examples_common:
$(call descend,examples/common)
Expand Down
1 change: 0 additions & 1 deletion daemons/gptp/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions daemons/gptp/CMakeLists.txt

This file was deleted.

145 changes: 0 additions & 145 deletions daemons/gptp/README.rst

This file was deleted.

91 changes: 0 additions & 91 deletions daemons/gptp/README_AVNU_AP.txt

This file was deleted.

48 changes: 0 additions & 48 deletions daemons/gptp/README_GENIVI_DLT.txt

This file was deleted.

28 changes: 0 additions & 28 deletions daemons/gptp/README_SYSTEMD_WATCHDOG.txt

This file was deleted.

Loading

0 comments on commit 1829e09

Please sign in to comment.