[Buildroot] [PATCH 0 of 7] Introduction of kconfig-package infrastructure

Thomas De Schampheleire patrickdepinguin at gmail.com
Thu Jul 31 08:03:03 UTC 2014


Hi Jeremy,

On Thu, Jul 31, 2014 at 8:57 AM, Jeremy Rosen <jeremy.rosen at openwide.fr> wrote:
>
> Quick question... is it possible to relocate the .config file
> elsewhere using env variables ? I am still on my quest to move
> all project specific files (i.e configuration files) out of the
> buildroot directory to be able to build a buildroot project
> without touching the main buildroot directory...

Do you really mean the .config file (the destination file) or do you
mean the file that contains the starting configuration, and that may
be updated with foo-update-config ?

For the latter, individual packages provide config options for this,
for example uclibc and busybox do. You can specify UCLIBC_CONFIG_FILE
on the command line to overwrite it, similarly for
BUSYBOX_CONFIG_FILE.

Best regards,
Thomas



More information about the buildroot mailing list