diff mbox series

[meta-networking] mctp: upgrade 1.1 -> 2.0

Message ID 20241016071044.2039824-1-chanh@os.amperecomputing.com
State Under Review
Headers show
Series [meta-networking] mctp: upgrade 1.1 -> 2.0 | expand

Commit Message

Chanh Nguyen Oct. 16, 2024, 7:10 a.m. UTC
Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com>
---
 .../recipes-support/mctp/{mctp_1.1.bb => mctp_2.0.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/mctp/{mctp_1.1.bb => mctp_2.0.bb} (96%)

Comments

Khem Raj Oct. 16, 2024, 9:06 p.m. UTC | #1
Fails to configure for qemux86

https://errors.yoctoproject.org/Errors/Details/809756/

On Wed, Oct 16, 2024 at 12:11 AM Chanh Nguyen
<chanh@os.amperecomputing.com> wrote:
>
> Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com>
> ---
>  .../recipes-support/mctp/{mctp_1.1.bb => mctp_2.0.bb}           | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-networking/recipes-support/mctp/{mctp_1.1.bb => mctp_2.0.bb} (96%)
>
> diff --git a/meta-networking/recipes-support/mctp/mctp_1.1.bb b/meta-networking/recipes-support/mctp/mctp_2.0.bb
> similarity index 96%
> rename from meta-networking/recipes-support/mctp/mctp_1.1.bb
> rename to meta-networking/recipes-support/mctp/mctp_2.0.bb
> index bf3961be4..a0e757a6e 100644
> --- a/meta-networking/recipes-support/mctp/mctp_1.1.bb
> +++ b/meta-networking/recipes-support/mctp/mctp_2.0.bb
> @@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only"
>
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21"
>
> -SRCREV = "a591ad885aa28f113cb45870b2fd5bce48378d6f"
> +SRCREV = "9986862f88fd6e6ca75e2a29236cf332d640e600"
>
>  SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https"
>
> --
> 2.43.0
>
Chanh Nguyen Oct. 17, 2024, 4:15 a.m. UTC | #2
Hi Khem Raj,

It seems I missed a configuration as below in the mctp_2.0.bb

+ EXTRA_OEMESON = " \
+    -Dtests=disabled \
+"

I'll update that in patch v2.

Thanks,
Chanh

On 17/10/2024 04:06, Khem Raj wrote:
> Fails to configure for qemux86
> 
> https://errors.yoctoproject.org/Errors/Details/809756/
> 
> On Wed, Oct 16, 2024 at 12:11 AM Chanh Nguyen
> <chanh@os.amperecomputing.com> wrote:
>>
>> Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com>
>> ---
>>   .../recipes-support/mctp/{mctp_1.1.bb => mctp_2.0.bb}           | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>   rename meta-networking/recipes-support/mctp/{mctp_1.1.bb => mctp_2.0.bb} (96%)
>>
>> diff --git a/meta-networking/recipes-support/mctp/mctp_1.1.bb b/meta-networking/recipes-support/mctp/mctp_2.0.bb
>> similarity index 96%
>> rename from meta-networking/recipes-support/mctp/mctp_1.1.bb
>> rename to meta-networking/recipes-support/mctp/mctp_2.0.bb
>> index bf3961be4..a0e757a6e 100644
>> --- a/meta-networking/recipes-support/mctp/mctp_1.1.bb
>> +++ b/meta-networking/recipes-support/mctp/mctp_2.0.bb
>> @@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only"
>>
>>   LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21"
>>
>> -SRCREV = "a591ad885aa28f113cb45870b2fd5bce48378d6f"
>> +SRCREV = "9986862f88fd6e6ca75e2a29236cf332d640e600"
>>
>>   SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https"
>>
>> --
>> 2.43.0
>>
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/mctp/mctp_1.1.bb b/meta-networking/recipes-support/mctp/mctp_2.0.bb
similarity index 96%
rename from meta-networking/recipes-support/mctp/mctp_1.1.bb
rename to meta-networking/recipes-support/mctp/mctp_2.0.bb
index bf3961be4..a0e757a6e 100644
--- a/meta-networking/recipes-support/mctp/mctp_1.1.bb
+++ b/meta-networking/recipes-support/mctp/mctp_2.0.bb
@@ -5,7 +5,7 @@  LICENSE = "GPL-2.0-only"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21"
 
-SRCREV = "a591ad885aa28f113cb45870b2fd5bce48378d6f"
+SRCREV = "9986862f88fd6e6ca75e2a29236cf332d640e600"
 
 SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https"