Bladeren bron

remove package collection leftovers

Waldemar Brodkorb 9 jaren geleden
bovenliggende
commit
751f25e5cb
2 gewijzigde bestanden met toevoegingen van 1 en 8 verwijderingen
  1. 1 2
      docs/common-usage.txt
  2. 0 6
      mk/build.mk

+ 1 - 2
docs/common-usage.txt

@@ -70,9 +70,8 @@ OpenADK also honors some environment variables, when they are passed
 to +make+.
 
 * +ADK_TARGET_ARCH+, the architecture of the target system
-* +ADK_TARGET_SYSTEM+, the target system name
+* +ADK_TARGET_SYSTEM+, the embedded target system name
 * +ADK_TARGET_LIBC+, the C library for the target system
-* +ADK_TARGET_COLLECTION+, the package collection, which will be used
 * +VERBOSE+, verbose build, when set to 1
 
 An example that creates a configuration file for Raspberry PI with all

+ 0 - 6
mk/build.mk

@@ -436,12 +436,6 @@ endif
 			|sed -e "s#^config \(.*\)#\1=y#" \
 			>> $(ADK_TOPDIR)/.defconfig; \
 	fi
-	@if [ ! -z "$(ADK_TARGET_COLLECTION)" ];then \
-		grep -h "^config" target/collections/* \
-			|grep -i "$(ADK_TARGET_COLLECTION)" \
-			|sed -e "s#^config \(.*\)#\1=y#" \
-			>> $(ADK_TOPDIR)/.defconfig; \
-	fi
 	@if [ ! -z "$(ADK_TARGET_LIBC)" ];then \
 		libc=$$(echo "$(ADK_TARGET_LIBC)"|sed -e "s/-/_/"); \
 		grep "^config" target/config/Config.in.libc.choice \