Introducing new feature, defined as "DEBUG_MODE" for easier source debugging. You can create changes on the top of all our patches and patch, placed into sub dir userpatches, will be produced automatically

This commit is contained in:
Igor Pecovnik
2016-06-13 21:02:39 +02:00
parent 0bc0b25946
commit e32e1f55dd
3 changed files with 35 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ CONSOLE_CHAR="UTF-8"
# advanced
KERNEL_KEEP_CONFIG="no" # overwrite kernel config before compilation
EXTERNAL="yes" # build and install extra applications and drivers
DEBUG_MODE="no" # wait that you make changes to uboot and kernel source and creates patches
FORCE_CHECKOUT="yes" # ignore manual changes to source
BUILD_ALL="no" # cycle through available boards and make images or kernel/u-boot packages.
# set KERNEL_ONLY to "yes" or "no" to build all kernels/all images
@@ -102,4 +103,4 @@ fi
# If you are committing new version of this file, increment VERSION
# Only integers are supported
# VERSION=18
# VERSION=19