[oe] [meta-multimedia][PATCH 1/4] meta-multimedia: add layer depends on meta-oe

Khem Raj raj.khem at gmail.com
Thu Jun 27 15:12:29 UTC 2019


I think it would be useful to avoid a layer dependency for just one recipe
but if there are
 More dependencies then we can add this here and be done with it

On Wed, Jun 26, 2019 at 9:31 PM Hongxu Jia <hongxu.jia at windriver.com> wrote:

> On 6/26/19 2:58 AM, Khem Raj wrote:
>
> Do we have a way to not use gitpkg dependency
>
> I am not sure, our Wind River Linux does not support recipe tvheadend,
>
> the issue is reported by `yocto-check-layer-wrapper meta-multimedia'
>
> and I try to resolve it without taking too much time
>
>
> //Hongxu
>
> On Tue, Jun 25, 2019 at 9:14 AM Hongxu Jia <hongxu.jia at windriver.com>
> wrote:
>
>> Since tvheadend of meta-multimedia inherit gitpkgv bbclass
>> which comes from meta-oe, add missing layer depends back
>>
>> Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
>> ---
>>  meta-multimedia/conf/layer.conf | 5 ++++-
>>  1 file changed, 4 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta-multimedia/conf/layer.conf
>> b/meta-multimedia/conf/layer.conf
>> index e05a652..89ed163 100644
>> --- a/meta-multimedia/conf/layer.conf
>> +++ b/meta-multimedia/conf/layer.conf
>> @@ -29,6 +29,9 @@ BBFILE_PRIORITY_multimedia-layer = "6"
>>  # cause compatibility issues with other layers
>>  LAYERVERSION_multimedia-layer = "1"
>>
>> -LAYERDEPENDS_multimedia-layer = "core"
>> +LAYERDEPENDS_multimedia-layer = " \
>> +    core \
>> +    openembedded-layer \
>> +"
>>
>>  LAYERSERIES_COMPAT_multimedia-layer = "thud warrior"
>> --
>> 2.7.4
>>
>>
>


More information about the Openembedded-devel mailing list