Board config rework, more precise target defining for automated build process, build kernel only removed from switch, so it prompts by default

This commit is contained in:
Igor Pecovnik
2016-04-18 22:10:31 +02:00
parent 0371151782
commit 2697f999c4
31 changed files with 113 additions and 95 deletions

View File

@@ -15,7 +15,6 @@
# for detailed explanation of these parameters
# method
KERNEL_ONLY="no" # build only kernel
KERNEL_CONFIGURE="no" # want to change my default configuration
CLEAN_LEVEL="make,debs" # comma-separated list of clean targets: "make" = make clean for selected kernel and u-boot,
# "debs" = delete pckages in "./output/debs" for current branch and family,
@@ -101,4 +100,4 @@ fi
# If you are committing new version of this file, increment VERSION
# Only integers are supported
# VERSION=16
# VERSION=17