[Buildroot] [PATCH 6/9] linux-fusion: add dependency on !BR2_KERNEL_none

Peter Korsgaard jacmet at uclibc.org
Mon May 10 19:58:33 UTC 2010


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

 Thomas> linux-fusion is composed of a kernel module, and linux-fusion.mk uses
 Thomas> several variable definitions that only exist when Buildroot compiles a
 Thomas> kernel.

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 Thomas> ---
 Thomas>  package/linux-fusion/Config.in |    1 +
 Thomas>  1 files changed, 1 insertions(+), 0 deletions(-)

 Thomas> diff --git a/package/linux-fusion/Config.in b/package/linux-fusion/Config.in
 Thomas> index 6fb5260..ebd00b4 100644
 Thomas> --- a/package/linux-fusion/Config.in
 Thomas> +++ b/package/linux-fusion/Config.in
 Thomas> @@ -1,4 +1,5 @@
 Thomas>  config BR2_PACKAGE_LINUX_FUSION
 Thomas> +	depends on !BR2_KERNEL_none

You should also make BR2_PACKAGE_DIRECTFB_MULTI depend on
BR2_KERNEL_none then.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list