diff mbox series

[meta-oe,kirkstone] meta-oe/conf/layer.conf: remove libbpf from NON_MULTILIB_RECIPES for x86 and x86-64

Message ID 20240606101332.1564737-1-wentao.zhang@windriver.com
State Accepted
Headers show
Series [meta-oe,kirkstone] meta-oe/conf/layer.conf: remove libbpf from NON_MULTILIB_RECIPES for x86 and x86-64 | expand

Commit Message

Wentao Zhang June 6, 2024, 10:13 a.m. UTC
libbpf supports x86_64 and i.86, remove libbpf from NON_MULTILIB_RECIPES
for x86 and x86-64

Signed-off-by: Wentao Zhang <wentao.zhang@windriver.com>
---
 meta-oe/conf/layer.conf | 3 +++
 1 file changed, 3 insertions(+)

Comments

Khem Raj June 6, 2024, 1:57 p.m. UTC | #1
This is needed on master as well. Is there a reason why it should not
be done on master ?
 I have taken it for master testing, once it shows up in master then
send a backport.

On Thu, Jun 6, 2024 at 3:13 AM Wentao Zhang via lists.openembedded.org
<wentao.zhang=windriver.com@lists.openembedded.org> wrote:
>
> libbpf supports x86_64 and i.86, remove libbpf from NON_MULTILIB_RECIPES
> for x86 and x86-64
>
> Signed-off-by: Wentao Zhang <wentao.zhang@windriver.com>
> ---
>  meta-oe/conf/layer.conf | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
> index 77855dc65..a254990ec 100644
> --- a/meta-oe/conf/layer.conf
> +++ b/meta-oe/conf/layer.conf
> @@ -115,3 +115,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
>  DEFAULT_TEST_SUITES:pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}"
>
>  NON_MULTILIB_RECIPES:append = " crash pahole libbpf"
> +
> +NON_MULTILIB_RECIPES:remove:x86 = "libbpf"
> +NON_MULTILIB_RECIPES:remove:x86-64 = "libbpf"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#110745): https://lists.openembedded.org/g/openembedded-devel/message/110745
> Mute This Topic: https://lists.openembedded.org/mt/106520257/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Wentao Zhang June 7, 2024, 2:34 a.m. UTC | #2
On 2024-06-06 21:57, Khem Raj wrote:
> CAUTION: This email comes from a non Wind River email account!
> Do not click links or open attachments unless you recognize the sender and know the content is safe.
>
> This is needed on master as well. Is there a reason why it should not
> be done on master ?
Agree, I think this is needed on master as well too.
>   I have taken it for master testing, once it shows up in master then
> send a backport.
>
> On Thu, Jun 6, 2024 at 3:13 AM Wentao Zhang via lists.openembedded.org
> <wentao.zhang=windriver.com@lists.openembedded.org> wrote:
>> libbpf supports x86_64 and i.86, remove libbpf from NON_MULTILIB_RECIPES
>> for x86 and x86-64
>>
>> Signed-off-by: Wentao Zhang <wentao.zhang@windriver.com>
>> ---
>>   meta-oe/conf/layer.conf | 3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
>> index 77855dc65..a254990ec 100644
>> --- a/meta-oe/conf/layer.conf
>> +++ b/meta-oe/conf/layer.conf
>> @@ -115,3 +115,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
>>   DEFAULT_TEST_SUITES:pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}"
>>
>>   NON_MULTILIB_RECIPES:append = " crash pahole libbpf"
>> +
>> +NON_MULTILIB_RECIPES:remove:x86 = "libbpf"
>> +NON_MULTILIB_RECIPES:remove:x86-64 = "libbpf"
>> --
>> 2.25.1
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#110745): https://lists.openembedded.org/g/openembedded-devel/message/110745
>> Mute This Topic: https://lists.openembedded.org/mt/106520257/1997914
>> Group Owner: openembedded-devel+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
diff mbox series

Patch

diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 77855dc65..a254990ec 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -115,3 +115,6 @@  SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
 DEFAULT_TEST_SUITES:pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}"
 
 NON_MULTILIB_RECIPES:append = " crash pahole libbpf"
+
+NON_MULTILIB_RECIPES:remove:x86 = "libbpf"
+NON_MULTILIB_RECIPES:remove:x86-64 = "libbpf"