From 751f25e5cb1361584313e21df1af02c96e17326c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 Dec 2014 01:49:15 -0600 Subject: remove package collection leftovers --- docs/common-usage.txt | 3 +-- mk/build.mk | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/common-usage.txt b/docs/common-usage.txt index c02b65965..bd842370c 100644 --- a/docs/common-usage.txt +++ b/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 diff --git a/mk/build.mk b/mk/build.mk index 7b26bfe80..040e2af24 100644 --- a/mk/build.mk +++ b/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 \ -- cgit v1.2.3