global: introduce ALL_NONSHARED symbol
Introduce a new symbol ALL_NONSHARED which selects all non-sharable packages by default. This option is mainly intented for buildbot setups to build the target dependant software subset only. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
grep \^CONFIG_TARGET_ .config | head -n3 > tmp/.diffconfig.head
|
||||
grep '^CONFIG_ALL=y' .config >> tmp/.diffconfig.head
|
||||
grep '^CONFIG_ALL_KMODS=y' .config >> tmp/.diffconfig.head
|
||||
grep '^CONFIG_ALL_NONSHARED=y' .config >> tmp/.diffconfig.head
|
||||
grep '^CONFIG_DEVEL=y' .config >> tmp/.diffconfig.head
|
||||
grep '^CONFIG_TOOLCHAINOPTS=y' .config >> tmp/.diffconfig.head
|
||||
grep '^CONFIG_BUSYBOX_CUSTOM=y' .config >> tmp/.diffconfig.head
|
||||
|
||||
Reference in New Issue
Block a user