pkg: unify git paradigms for packages
This commit is contained in:
parent
131cae626c
commit
4dc851244d
|
@ -38,19 +38,6 @@ _sketches.cpp
|
|||
# local override files
|
||||
Makefile.local
|
||||
|
||||
# downloaded package sources
|
||||
pkg/ccn-lite/ccn-lite
|
||||
pkg/cmsis-dsp/cmsis-dsp
|
||||
pkg/libcoap/libcoap
|
||||
pkg/libfixmath/libfixmath
|
||||
pkg/microcoap/microcoap
|
||||
pkg/micro-ecc/micro-ecc
|
||||
pkg/oonf_api/oonf_api
|
||||
pkg/openwsn/openwsn
|
||||
pkg/relic/relic
|
||||
pkg/tlsf/tlsf
|
||||
pkg/wakaama/wakaama
|
||||
|
||||
# Vagrant
|
||||
.vagrant
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
/ccn-lite
|
|
@ -0,0 +1 @@
|
|||
/cmsis-dsp
|
|
@ -1,6 +0,0 @@
|
|||
# Ignore whitespace errors inside these patch files by regarding them as binary.
|
||||
0001-Add-RIOT-Makefile.patch binary
|
||||
0002-Add-config.h.patch binary
|
||||
0003-Remove-two-example-programs-in-root.patch binary
|
||||
0004-Eliminate-some-compiler-warnings-and-errors.patch binary
|
||||
0005-fix-old-style-function-declarations.patch binary
|
|
@ -1 +1 @@
|
|||
libcoap
|
||||
/libcoap
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# Ignore whitespace errors inside these patch files by regarding them as binary.
|
||||
0001-Add-RIOT-Makefile.patch binary
|
||||
0002-Include-RIOT-Hardware-RNG-interface.patch binary
|
|
@ -1 +1 @@
|
|||
micro-ecc
|
||||
/micro-ecc
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
# Ignore whitespace errors inside these patch files by regarding them as binary.
|
||||
0001-Remove-unneeded-.c-files.patch binary
|
||||
0002-Add-RIOT-Makefile.patch binary
|
||||
0003-change-flag-from-DEBUG-to-MICROCOAP_DEBUG.patch binary
|
|
@ -0,0 +1 @@
|
|||
/microcoap
|
|
@ -1,5 +0,0 @@
|
|||
# Ignore whitespace errors inside these patch files by regarding them as binary.
|
||||
0001-add-RIOT-support.patch binary
|
||||
0002-port-tests-to-riot.patch binary
|
||||
0003-port-example-to-riot.patch binary
|
||||
0004-fix-conflicting-types.patch binary
|
|
@ -1 +1 @@
|
|||
oonf_api/
|
||||
/oonf_api
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
# Ignore whitespace errors inside these patch files by regarding them as binary.
|
||||
0001-Add-RIOT-Makefiles.patch binary
|
||||
0002-Add-RIOT-adaption.patch binary
|
||||
0003-Fix-old-style-definitions.patch binary
|
||||
0004-provide-openserial-dummies.patch binary
|
||||
0005-fixes-to-RIOT-adaption.patch binary
|
|
@ -1 +1 @@
|
|||
openwsn
|
||||
/openwsn
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
/relic
|
|
@ -1,2 +0,0 @@
|
|||
# Ignore whitespace errors inside these patch files by regarding them as binary.
|
||||
patch.txt binary
|
|
@ -1 +1,2 @@
|
|||
/tlsf-*.zip
|
||||
/tlsf
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
/wakaama
|
Loading…
Reference in New Issue