From patchwork Sat Feb 25 04:42:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 20138 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 580B2C7EE32 for ; Sat, 25 Feb 2023 04:42:45 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.38609.1677300159327580706 for ; Fri, 24 Feb 2023 20:42:39 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 1EA8040C90; Sat, 25 Feb 2023 04:42:38 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wje_SKih_uX6; Sat, 25 Feb 2023 04:42:38 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id F081640C06; Sat, 25 Feb 2023 04:42:36 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id BBAB516375B; Fri, 24 Feb 2023 23:42:11 -0500 (EST) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [master][PATCH 1/6] toolchain-gcc: bump preferences for glibc and binutils Date: Sat, 25 Feb 2023 04:42:30 +0000 Message-Id: <20230225044235.1967733-1-denis@denix.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 25 Feb 2023 04:42:45 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14231 From: Denys Dmytriyenko Update preferred versions for glibc and binutils for internal gcc toolchain. Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/conf/distro/include/toolchain-gcc.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/toolchain-gcc.inc b/meta-arago-distro/conf/distro/include/toolchain-gcc.inc index 87569e10..18a4c125 100644 --- a/meta-arago-distro/conf/distro/include/toolchain-gcc.inc +++ b/meta-arago-distro/conf/distro/include/toolchain-gcc.inc @@ -14,8 +14,8 @@ PREFERRED_PROVIDER_gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = "gdb-cross-can # Set Cross and SDK toolchain preferences SDKGCCVERSION ?= "12%" -SDKBINUVERSION ?= "2.39%" -SDKGLIBCVERSION ?= "2.36%" +SDKBINUVERSION ?= "2.40%" +SDKGLIBCVERSION ?= "2.37%" SDKLINUXLIBCVERSION ?= "5.10%" PREFERRED_VERSION_gcc-crosssdk-${SDK_SYS} ?= "${SDKGCCVERSION}" @@ -33,8 +33,8 @@ PREFERRED_VERSION_nativesdk-glibc-initial ?= "${SDKGLIBCVERSION}" # Set target toolchain preferences to match Cross/SDK by default # Can be overwritten globally, if needed GCCVERSION ?= "12%" -BINUVERSION ?= "2.39%" -GLIBCVERSION ?= "2.36%" +BINUVERSION ?= "2.40%" +GLIBCVERSION ?= "2.37%" LINUXLIBCVERSION ?= "5.10%" PREFERRED_VERSION_gcc ?= "${GCCVERSION}" From patchwork Sat Feb 25 04:42:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 20137 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56E0EC7EE31 for ; Sat, 25 Feb 2023 04:42:45 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.38584.1677300158873606062 for ; Fri, 24 Feb 2023 20:42:39 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 225F740CA2; Sat, 25 Feb 2023 04:42:38 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tRsZVMrDNczp; Sat, 25 Feb 2023 04:42:38 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 0422840C5F; Sat, 25 Feb 2023 04:42:36 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id C8D76163764; Fri, 24 Feb 2023 23:42:11 -0500 (EST) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [master][PATCH 2/6] branding-core: disable gc320 features, as drivers breaks with gcc12 Date: Sat, 25 Feb 2023 04:42:31 +0000 Message-Id: <20230225044235.1967733-2-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230225044235.1967733-1-denis@denix.org> References: <20230225044235.1967733-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 25 Feb 2023 04:42:45 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14230 From: Denys Dmytriyenko gc320 driver errors out with new gcc12 checks, disable for now until resolved. Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/conf/distro/include/branding-core.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/include/branding-core.inc b/meta-arago-distro/conf/distro/include/branding-core.inc index b28fb196..c9a103d3 100644 --- a/meta-arago-distro/conf/distro/include/branding-core.inc +++ b/meta-arago-distro/conf/distro/include/branding-core.inc @@ -14,3 +14,6 @@ ALTERNATIVE_PRIORITY:pn-ti-ipc-rtos = "15" # Remove mmip - DRM allocator, KMS sink, Wayland sink need porting to GST 1.18 MACHINE_FEATURES:remove = "mmip" + +# Remove gc320 - the driver fails to build with gcc12 +MACHINE_FEATURES:remove = "gc320" From patchwork Sat Feb 25 04:42:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 20133 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45381C64EC7 for ; Sat, 25 Feb 2023 04:42:45 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.38610.1677300159364716715 for ; Fri, 24 Feb 2023 20:42:39 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 31ED340C06; Sat, 25 Feb 2023 04:42:38 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OgvMsD8QYNlK; Sat, 25 Feb 2023 04:42:38 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 184C140C8C; Sat, 25 Feb 2023 04:42:37 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id D3AA3163765; Fri, 24 Feb 2023 23:42:11 -0500 (EST) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [master][PATCH 3/6] packagegroup-addons: disable glsdk-example-apps due to dependency on libkms Date: Sat, 25 Feb 2023 04:42:32 +0000 Message-Id: <20230225044235.1967733-3-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230225044235.1967733-1-denis@denix.org> References: <20230225044235.1967733-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 25 Feb 2023 04:42:45 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14232 From: Denys Dmytriyenko glsdk-example-apps uses the old libkms from libdrm, which recently got removed upstream: https://gitlab.freedesktop.org/mesa/drm/-/commit/2b997bb4bb688be00620887c8646ff24ccb9396b Signed-off-by: Denys Dmytriyenko --- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb index 9962867b..cdf73b29 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb @@ -65,8 +65,11 @@ UTILS:append:omapl138 = " ti-ipc-rtos-fw" UTILS:append:dra7xx = " \ ${UTILS_DSP} \ - ${@bb.utils.contains('DISTRO_FEATURES','opengl','glsdk-example-apps','',d)} \ " +# glsdk-example-apps depends on libkms, which has been removed upstream from libdrm: +# https://gitlab.freedesktop.org/mesa/drm/-/commit/2b997bb4bb688be00620887c8646ff24ccb9396b +# ${@bb.utils.contains('DISTRO_FEATURES','opengl','glsdk-example-apps','',d)} \ +#" EXTRA_PACKAGES = " \ nodejs \ From patchwork Sat Feb 25 04:42:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 20134 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 47560C7EE2D for ; Sat, 25 Feb 2023 04:42:45 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.38608.1677300158925833804 for ; Fri, 24 Feb 2023 20:42:39 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 36C5D40C93; Sat, 25 Feb 2023 04:42:38 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d_SVTjX2yg82; Sat, 25 Feb 2023 04:42:38 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 21AA540C8E; Sat, 25 Feb 2023 04:42:37 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id DF478163766; Fri, 24 Feb 2023 23:42:11 -0500 (EST) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [master][PATCH 4/6] weston: update bbappend 10.0.2 -> 11.0.1 Date: Sat, 25 Feb 2023 04:42:33 +0000 Message-Id: <20230225044235.1967733-4-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230225044235.1967733-1-denis@denix.org> References: <20230225044235.1967733-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 25 Feb 2023 04:42:45 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14228 From: Denys Dmytriyenko oe-core now provides weston 11.0.1, update bbappend accordingly. Signed-off-by: Denys Dmytriyenko --- .../wayland/{weston_10.0.2.bbappend => weston_11.0.1.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-arago-distro/recipes-graphics/wayland/{weston_10.0.2.bbappend => weston_11.0.1.bbappend} (100%) diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_10.0.2.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_11.0.1.bbappend similarity index 100% rename from meta-arago-distro/recipes-graphics/wayland/weston_10.0.2.bbappend rename to meta-arago-distro/recipes-graphics/wayland/weston_11.0.1.bbappend From patchwork Sat Feb 25 04:42:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 20136 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48D9BC6FA8E for ; Sat, 25 Feb 2023 04:42:45 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.38585.1677300158941711143 for ; Fri, 24 Feb 2023 20:42:39 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 44F0640C5F; Sat, 25 Feb 2023 04:42:38 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vgMvi7u8LiFW; Sat, 25 Feb 2023 04:42:38 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 2DE9040C8F; Sat, 25 Feb 2023 04:42:37 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id EA141163767; Fri, 24 Feb 2023 23:42:11 -0500 (EST) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [master][PATCH 5/6] cifs-utils: update bbappend 6.14 -> 7.0 Date: Sat, 25 Feb 2023 04:42:34 +0000 Message-Id: <20230225044235.1967733-5-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230225044235.1967733-1-denis@denix.org> References: <20230225044235.1967733-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 25 Feb 2023 04:42:45 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14229 From: Denys Dmytriyenko meta-networking now provides cifs-utils 7.0, update bbappend accordingly. Signed-off-by: Denys Dmytriyenko --- .../cifs/{cifs-utils_6.14.bbappend => cifs-utils_7.0.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-arago-distro/recipes-support/cifs/{cifs-utils_6.14.bbappend => cifs-utils_7.0.bbappend} (100%) diff --git a/meta-arago-distro/recipes-support/cifs/cifs-utils_6.14.bbappend b/meta-arago-distro/recipes-support/cifs/cifs-utils_7.0.bbappend similarity index 100% rename from meta-arago-distro/recipes-support/cifs/cifs-utils_6.14.bbappend rename to meta-arago-distro/recipes-support/cifs/cifs-utils_7.0.bbappend From patchwork Sat Feb 25 04:42:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 20135 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56699C7EE30 for ; Sat, 25 Feb 2023 04:42:45 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.38586.1677300160058956399 for ; Fri, 24 Feb 2023 20:42:40 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 62DC140C5F; Sat, 25 Feb 2023 04:42:39 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7A1Ggxh8aP-j; Sat, 25 Feb 2023 04:42:39 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 47C3240C8E; Sat, 25 Feb 2023 04:42:38 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 0188A163768; Fri, 24 Feb 2023 23:42:12 -0500 (EST) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [master][PATCH 6/6] libnl: update bbappend 3.5.0 -> 3.7.0 Date: Sat, 25 Feb 2023 04:42:35 +0000 Message-Id: <20230225044235.1967733-6-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230225044235.1967733-1-denis@denix.org> References: <20230225044235.1967733-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 25 Feb 2023 04:42:45 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14233 From: Denys Dmytriyenko oe-core now provides libnl 3.7.0, update bbappend accordingly. Signed-off-by: Denys Dmytriyenko --- .../libnl/{libnl_3.5.0.bbappend => libnl_3.7.0.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-arago-distro/recipes-support/libnl/{libnl_3.5.0.bbappend => libnl_3.7.0.bbappend} (100%) diff --git a/meta-arago-distro/recipes-support/libnl/libnl_3.5.0.bbappend b/meta-arago-distro/recipes-support/libnl/libnl_3.7.0.bbappend similarity index 100% rename from meta-arago-distro/recipes-support/libnl/libnl_3.5.0.bbappend rename to meta-arago-distro/recipes-support/libnl/libnl_3.7.0.bbappend