[Buildroot] [PATCH 1/1] package/x264: disable CLI tool if no MMU

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 27 14:18:07 UTC 2016


Hello,

On Sat, 27 Aug 2016 16:02:38 +0200, Bernd Kuhls wrote:

>  config BR2_PACKAGE_X264_CLI
>  	bool "CLI"
> +	depends on BR2_USE_MMU # madvise()

The main BR2_PACKAGE_X264 option already has:

config BR2_PACKAGE_X264
        bool "x264"
        depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX # madvise()

So perhaps this is wrong, and should be replaced by your BR2_USE_MMU
dependency on just the CLI sub-option?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list