[yocto] [PATCH 1/3] intel-media-driver: check for "opengl" feature

Hongxu Jia hongxu.jia at windriver.com
Mon Jul 29 20:24:57 PDT 2019


On 7/29/19 9:12 AM, Mittal, Anuj wrote:
> Hi Hongxu
>
> I have merged these changes but could you send these to meta-intel list
> in future please?

OK, I got it

//Hongxu

> On Wed, 2019-07-24 at 18:11 +0800, Hongxu Jia wrote:
>> Since comit [a78c420 libva: check for "opengl" feature] applied in
>> oe-core,
>> and intel-media-driver depends on libva, it should check for "opengl"
>> feature too.
>>
>> Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
>> ---
>>   recipes-multimedia/libva/intel-media-driver_19.2.0.bb | 3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/recipes-multimedia/libva/intel-media-driver_19.2.0.bb
>> b/recipes-multimedia/libva/intel-media-driver_19.2.0.bb
>> index 8656992..8084567 100644
>> --- a/recipes-multimedia/libva/intel-media-driver_19.2.0.bb
>> +++ b/recipes-multimedia/libva/intel-media-driver_19.2.0.bb
>> @@ -14,6 +14,9 @@ LIC_FILES_CHKSUM = "
>> file://LICENSE.md;md5=6aab5363823095ce682b155fef0231f0 \
>>   # Only for 64 bit until this is resolved:
>> https://github.com/intel/media-driver/issues/356
>>   COMPATIBLE_HOST = '(x86_64).*-linux'
>>   
>> +inherit distro_features_check
>> +REQUIRED_DISTRO_FEATURES = "opengl"
>> +
>>   DEPENDS += "libva gmmlib"
>>   
>>   SRC_URI = "git://github.com/intel/media-
>> driver.git;protocol=https;branch=intel-media-19.2 \




More information about the yocto mailing list