summaryrefslogtreecommitdiffstats
path: root/docs/manual/customize-outside-br.txt
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-12-05 20:11:11 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-08 22:39:42 +0100
commit8eb8aaf904170ed25778b72f2e05dd5b9be059a4 (patch)
tree4a4edddb6f5b72f7ee7f11d61cd7a0d4aebed2ae /docs/manual/customize-outside-br.txt
parenta4239f7fd1053c11bf4bb8bbc98cbe4b513f2d47 (diff)
downloadbuildroot-8eb8aaf904170ed25778b72f2e05dd5b9be059a4.tar.gz
buildroot-8eb8aaf904170ed25778b72f2e05dd5b9be059a4.zip
core: allow external Config.in/makefile code to be integrated
This commit allows the BR2_EXTERNAL directory to contain Config.in and Makefile code, which gets integrated into the Buildroot build logic: - Buildroot automatically includes the $BR2_EXTERNAL/Config.in in the top-level configuration menu. - Buildroot automatically includes the BR2_EXTERNAL/external.mk in the build logic, so it can for example be used to include other .mk files that define package recipes. This is typically intended to be used to create target packages in the BR2_EXTERNAL directory, but can also be used for bootloaders, host packages, or other custom make logic. We also add a dummy Config.in file in support/dummy-external/ to ensure that the source "$BR2_EXTERNAL/Config.in" line will point to an existing file even when BR2_EXTERNAL is not used by the user. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Tested-by: "Samuel Martin" <s.martin49@gmail.com> Acked-by: "Samuel Martin" <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/customize-outside-br.txt')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud