[Buildroot] [PATCH 2/2] Add HW decoding support for Hantro x170

Simon Dawson spdawson at gmail.com
Mon Apr 29 13:12:13 UTC 2013


On 4 February 2013 22:51, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> Dear Alexandre Belloni,
>
> On Mon,  4 Feb 2013 23:26:13 +0100, Alexandre Belloni wrote:
>> --- /dev/null
>> +++ b/package/multimedia/gst-plugin-x170/Config.in
>> @@ -0,0 +1,10 @@
>> +config BR2_PACKAGE_GST_PLUGIN_X170
>> +     bool "gst-plugin-x170"
>> +     depends on BR2_PACKAGE_GSTREAMER
>
> A "depends on BR2_arm" should be added here. We generally try to hide
> such architecture-specific packages when they really don't make sense.
> Of course, technically speaking, it should only appear if the SoC is an
> AT91 SoC that has this specific video unit, but we are not able to do
> that with the existing Buildroot options. But we still try to make such
> options depend on BR2_arm.

I think it's ARM9 only, so we can probably be slightly more specific:

  depends on (BR2_arm920t || BR2_arm922t || BR2_arm926t)

Simon



More information about the buildroot mailing list