buildsystem: add support for building extra packages specified in

project or device options

this has been added at the end of the virtual debug package as
this is the last point in the build system that any packages are
compiled before images are created
This commit is contained in:
Adam Green
2018-01-05 13:47:37 +00:00
parent c3b649686b
commit ad9e7560c8
4 changed files with 39 additions and 0 deletions

View File

@@ -165,6 +165,11 @@
# swapfile size if SWAP_SUPPORT=yes in MB
SWAPFILESIZE="128"
# additional packages to install:
# Space separated list is supported,
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
ADDITIONAL_PACKAGES=""
# build with installer (yes / no)
INSTALLER_SUPPORT="yes"