[Buildroot] [PATCH 05/12] Improve TARGETS handling for bootloaders and kernel

Peter Korsgaard jacmet at uclibc.org
Mon Jul 11 19:34:10 UTC 2011


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> As the kernel and bootloaders do not use the normal BR2_PACKAGE_*
 Thomas> Kconfig options, their target name was not automatically added to the
 Thomas> global TARGETS variable. Each bootloader .mk and the linux.mk had to
 Thomas> add their own target manually to TARGETS, and the package
 Thomas> infrastructure was making tests on non-existing Kconfig variables.

 Thomas> This commit improves the package infrastructure so that it looks at
 Thomas> BR2_PACKAGE_<pkg> for packages, BR2_BOOT_<pkg> for bootloaders and at
 Thomas> the special BR2_LINUX_KERNEL for the linux package.

You forgot to adjust the commit message now that you kept bootloaders as
BR2_TARGET_<pkg>.

Otherwise it looks good.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list