From patchwork Thu Mar 20 18:20:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59671 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 3BF1AC36005 for ; Thu, 20 Mar 2025 18:20:44 +0000 (UTC) Received: from lelvem-ot02.ext.ti.com (lelvem-ot02.ext.ti.com [198.47.23.235]) by mx.groups.io with SMTP id smtpd.web10.2122.1742494842989471508 for ; Thu, 20 Mar 2025 11:20:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=oeZ+TmLi; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKgmM686030 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:20:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494842; bh=5d3d6JHqnlBHjWdofEK1j7i6v3YDVhTYVkoACKGCA1A=; h=From:To:Subject:Date:In-Reply-To:References; b=oeZ+TmLi9jYOH+jCPOurWOMsDGJk/0QSm8DKc5rGGQsPZsFfGj8iwLyiBGIYXo5XW GiKfFP5x6nueS3rnNHNuKp74pvxgHp0alA2dXVU6f1lQlCCRvYwQMaoqNJNWm4BfVM yugrwDojL9vvqntmMncRWN5x5Ss90HqhkWT9LsmU= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKgED025634 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:20:42 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:20:42 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:20:41 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52KIKfq3095686; Thu, 20 Mar 2025 13:20:41 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKVV-0000cn-Mn; Thu, 20 Mar 2025 13:20:41 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 1/8] packagegroup-arago-base: Wrap various packages in a compliant manner Date: Thu, 20 Mar 2025 13:20:34 -0500 Message-ID: <20250320182041.2349-2-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320182041.2349-1-reatmon@ti.com> References: <20250320182041.2349-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea 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 ; Thu, 20 Mar 2025 18:20:44 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16131 Previous clean ups wrapped some recipe .bbappend files in a compliant manner and effectively hid the changes behind having "arago" in the DISTRO_OVERRIDE. This same kind wrapping is needed when including the package in the package group. Signed-off-by: Ryan Eatmon --- .../recipes-core/packagegroups/packagegroup-arago-base.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb index 121fa432..fc2eafec 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb @@ -36,7 +36,6 @@ ARAGO_EXTRA = "\ kms++-python \ can-utils \ docker \ - dbus-broker \ expat \ glib-2.0 \ libxml2 \ @@ -52,6 +51,10 @@ ARAGO_EXTRA = "\ lldpd \ " +ARAGO_EXTRA:append:arago = "\ + dbus-broker \ +" + OPTEE_PKGS = " \ optee-os \ optee-client \ From patchwork Thu Mar 20 18:20:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59670 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 3411AC36001 for ; Thu, 20 Mar 2025 18:20:44 +0000 (UTC) Received: from lelvem-ot02.ext.ti.com (lelvem-ot02.ext.ti.com [198.47.23.235]) by mx.groups.io with SMTP id smtpd.web10.2123.1742494843280719281 for ; Thu, 20 Mar 2025 11:20:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=NwiXB5qG; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKgZ1686036 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:20:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494842; bh=OnSlLo6TptYwify0gPe2Rnrw2hmzM+vNHk4AO3HBhHY=; h=From:To:Subject:Date:In-Reply-To:References; b=NwiXB5qGkYHYDo41QkSh3pyuLAzLuUaIQUAgqURR6MSxqR3ONVzNJMkrejYbP5JXr Zfcj13phjlhv43yqHLmvs/WbmghvmlWQRYwv8cyfdLUhpPE/gJvPms75tepp5jtE4E GehrWHLQax5FXE9XnHoiIIInbLXb8CCuua+eCfMw= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKgJ7054706 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:20:42 -0500 Received: from DFLE108.ent.ti.com (10.64.6.29) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:20:41 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:20:41 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52KIKfQF095690; Thu, 20 Mar 2025 13:20:41 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKVV-0000cu-Pz; Thu, 20 Mar 2025 13:20:41 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 2/8] packagegroup-arago-bootstrap: Wrap various packages in a compliant manner Date: Thu, 20 Mar 2025 13:20:35 -0500 Message-ID: <20250320182041.2349-3-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320182041.2349-1-reatmon@ti.com> References: <20250320182041.2349-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea 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 ; Thu, 20 Mar 2025 18:20:44 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16134 Previous clean ups wrapped some recipe .bbappend files in a compliant manner and effectively hid the changes behind having "ti-soc" in the MACHINE_OVERRIDES. This same kind wrapping is needed when including the package in the package group. Signed-off-by: Ryan Eatmon --- .../packagegroups/packagegroup-arago-bootstrap.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb index 50f759be..3c05895a 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb @@ -19,7 +19,6 @@ UTILS = " \ libdrm-tests \ rt-tests \ iozone3 \ - mtd-utils-ubifs-tests \ net-tools \ ethtool \ pciutils \ @@ -30,6 +29,10 @@ UTILS = " \ devmem2 \ phytool \ " + +UTILS:append:ti-soc = " \ + mtd-utils-ubifs-tests \ +" UTILS:append:ti33x = " \ omapconf \ From patchwork Thu Mar 20 18:20:36 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59668 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 36D8BC35FFF for ; Thu, 20 Mar 2025 18:20:44 +0000 (UTC) Received: from lelvem-ot02.ext.ti.com (lelvem-ot02.ext.ti.com [198.47.23.235]) by mx.groups.io with SMTP id smtpd.web11.2147.1742494843172023169 for ; Thu, 20 Mar 2025 11:20:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=lillE+J5; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKgpb686038 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:20:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494842; bh=0SBsytNIBbt9pDev5zppl8XXWtUFb3auA2biZ7STurE=; h=From:To:Subject:Date:In-Reply-To:References; b=lillE+J5Sq/Rrc7mlguMJS0f2/Z+57nP0dMJLS/JSA5LsqzOUZ+RPV64hUivWA88/ Ux71IJb4OcQB8M1X1BPm01X/0rDLb4AP3ykc8Tm3H4CkbMHdRlTPgePll7tzDdvjgo qMhgAaTwLzPsKcJaSXqRKF9SvrnsTGQ6ZL6jDzpY= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKgD5025638 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:20:42 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:20:42 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:20:42 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52KIKgWR005992; Thu, 20 Mar 2025 13:20:42 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKVV-0000d1-U1; Thu, 20 Mar 2025 13:20:41 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 3/8] packagegroup-arago-tisdk-addons: Wrap various packages in a compliant manner Date: Thu, 20 Mar 2025 13:20:36 -0500 Message-ID: <20250320182041.2349-4-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320182041.2349-1-reatmon@ti.com> References: <20250320182041.2349-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea 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 ; Thu, 20 Mar 2025 18:20:44 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16133 Previous clean ups wrapped some recipe .bbappend files in a compliant manner and effectively hid the changes behind having "arago" in the DISTRO_OVERRIDE. This same kind wrapping is needed when including the package in the package group. Signed-off-by: Ryan Eatmon --- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 00d68e78..0d39907a 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 @@ -15,12 +15,15 @@ UTILS = " \ strongswan \ kexec \ kdump \ - open62541-examples \ - open62541-tests \ sudo \ watchdog \ " +UTILS:append:arago = " \ + open62541-examples \ + open62541-tests \ +" + UTILS_UBOOT_FW = "libubootenv-bin" UTILS_DSP = " \ From patchwork Thu Mar 20 18:20:37 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59673 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 5526BC36007 for ; Thu, 20 Mar 2025 18:20:44 +0000 (UTC) Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) by mx.groups.io with SMTP id smtpd.web10.2125.1742494843845677588 for ; Thu, 20 Mar 2025 11:20:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=sh6VGpQ6; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: reatmon@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKg7E705162 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:20:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494842; bh=2GJxgrRUT6JVQ4MZKnOiE1GuCSt/q7O4fbm2ay6+rdQ=; h=From:To:Subject:Date:In-Reply-To:References; b=sh6VGpQ6ReS7/4kaXlUbkc1EQ9gfaZ7PM9eVTPQr2oJOOHndGCPMaDbJyyUDCCwA3 mpqDi2BbIgawpmFXHLlrU0aiVV5rf6V0KwD3Irn4M2mdYZyas1nlcEqzNE/KVBXBzF U2a5yI5L3p0XahMPnrB7Ps+yyUBLKu5ObEaH2SZw= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKg2A054709 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:20:42 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:20:42 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:20:41 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52KIKg4R095693; Thu, 20 Mar 2025 13:20:42 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKVW-0000d7-1k; Thu, 20 Mar 2025 13:20:42 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 4/8] nativesdk-packagegroup-arago-tisdk-host: Wrap various packages in a compliant manner Date: Thu, 20 Mar 2025 13:20:37 -0500 Message-ID: <20250320182041.2349-5-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320182041.2349-1-reatmon@ti.com> References: <20250320182041.2349-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea 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 ; Thu, 20 Mar 2025 18:20:44 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16136 Previous clean ups wrapped some recipe .bbappend files in a compliant manner and effectively hid the changes behind having "arago" in the DISTRO_OVERRIDE. This same kind wrapping is needed when including the package in the package group. Signed-off-by: Ryan Eatmon --- .../packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb index 177fa668..b20bcb7e 100644 --- a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb +++ b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb @@ -10,9 +10,12 @@ PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" EXTRA_TI_TOOLS = " \ nativesdk-ti-cgt6x \ nativesdk-ti-cgt-pru \ + nativesdk-gcc-arm-baremetal \ +" + +UTILS:append:arago = " \ nativesdk-open62541-examples \ nativesdk-open62541-tests \ - nativesdk-gcc-arm-baremetal \ " RDEPENDS:${PN} = "\ From patchwork Thu Mar 20 18:20:38 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59672 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 677DBC36006 for ; Thu, 20 Mar 2025 18:20:44 +0000 (UTC) Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) by mx.groups.io with SMTP id smtpd.web11.2148.1742494843890223835 for ; Thu, 20 Mar 2025 11:20:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=BlrrmRzx; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: reatmon@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKgOF705164 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:20:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494842; bh=qgWWkZzs9Yaxb5CbyA9/o9rH8+ypPSbo0rIS8/YytpY=; h=From:To:Subject:Date:In-Reply-To:References; b=BlrrmRzx2J3tNPS+GM4wB7HqrMv4L53LO/d1R2JxX0cn2f+Dz4bYUXht+MVFsOUbd ger4G6RRGGYOEXBJvTpq6wC7blZEwqj3Jn86b4nl+sx9zClIa5c5aoI+xaX+Ws3Xi6 mVUTXUFk2E8zrvzmeeq6qvMUKl3d5rwGNlaftvAo= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKgxA054712 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:20:42 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:20:42 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:20:42 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52KIKgGA005998; Thu, 20 Mar 2025 13:20:42 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKVW-0000dM-5f; Thu, 20 Mar 2025 13:20:42 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 5/8] ti-test: Wrap various packages in a compliant manner Date: Thu, 20 Mar 2025 13:20:38 -0500 Message-ID: <20250320182041.2349-6-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320182041.2349-1-reatmon@ti.com> References: <20250320182041.2349-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea 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 ; Thu, 20 Mar 2025 18:20:44 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16137 Previous clean ups wrapped some recipe .bbappend files in a compliant manner and effectively hid the changes behind having "ti-soc" in the MACHINE_OVERRIDES. This same kind wrapping is needed when including the package in the package group. Signed-off-by: Ryan Eatmon --- meta-arago-test/recipes-core/packagegroups/ti-test.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index a5a8838f..a73e2869 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -58,7 +58,7 @@ TI_TEST_BASE = "\ yavta \ " -TI_TEST_BASE:ti-soc:append = " \ +TI_TEST_BASE:append:ti-soc = " \ mtd-utils-ubifs-tests \ " From patchwork Thu Mar 20 18:20:39 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59675 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 84FE5C3600B for ; Thu, 20 Mar 2025 18:20:44 +0000 (UTC) Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) by mx.groups.io with SMTP id smtpd.web11.2149.1742494844095277034 for ; Thu, 20 Mar 2025 11:20:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=ZEKs3AO5; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: reatmon@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKgXX705170 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:20:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494842; bh=7iReCwsYUzEBaGGrRLLE6dLvedIaMiLB72+E4jsVIWc=; h=From:To:Subject:Date:In-Reply-To:References; b=ZEKs3AO5XDRXuzHAPfXRxOyI5zjYCfAYhyQcvLuYv9zAdwG3y8yB7KFWTOzjbRHmM EJPW8qeC37YgCbbdFiiEatmT2TQE/zSMFbn8DIdAGSIhnYfvxEdvb/fZL5dq4JairZ RYSXIG8Ta9sChIJlfYcIUTjZ3+xEEyF1QH1cacdI= Received: from DLEE110.ent.ti.com (dlee110.ent.ti.com [157.170.170.21]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKgQt029573 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:20:42 -0500 Received: from DLEE103.ent.ti.com (157.170.170.33) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:20:42 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:20:42 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52KIKgmT095697; Thu, 20 Mar 2025 13:20:42 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKVW-0000dS-9P; Thu, 20 Mar 2025 13:20:42 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 6/8] packagegroup-arago-gst-sdk-target: Wrap various packages in a compliant manner Date: Thu, 20 Mar 2025 13:20:39 -0500 Message-ID: <20250320182041.2349-7-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320182041.2349-1-reatmon@ti.com> References: <20250320182041.2349-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea 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 ; Thu, 20 Mar 2025 18:20:44 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16138 yocto-check-layer does not load the conf/distro/arago.conf file during its execution. This means that the LICENSE_FLAGS_ACCEPTED variable is not set according to what we are willing to accept. If a packagegroup is trying to include a recipe that is marked as being "commercial" and the LICENSE_FLAGS_ACCEPTED is not set, then yocto-check-layer fails. The solution is to wrap the inclusion of these recipes in the packagegroup in a complaint manner. Only if the DISTRO_OVERRIDE says that this is an "arago" build, should the package be included and this under the direction of the LICENSE_FLAGS_ACCEPTED variable. Signed-off-by: Ryan Eatmon --- .../packagegroups/packagegroup-arago-gst-sdk-target.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst-sdk-target.bb index fd749711..ad25f4dd 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst-sdk-target.bb @@ -11,9 +11,10 @@ GSTREAMER_DEPS = " \ gstreamer1.0-plugins-base-dev \ gstreamer1.0-plugins-good-dev \ gstreamer1.0-plugins-bad-dev \ - gstreamer1.0-libav-dev \ " +GSTREAMER_DEPS:arago += "gstreamer1.0-libav-dev" + # gstreamer1.0-plugins-hevc-dev GSTREAMER_DEPS:append:dra7xx = " \ " From patchwork Thu Mar 20 18:20:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59674 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 7EB2FC3600A for ; Thu, 20 Mar 2025 18:20:44 +0000 (UTC) Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) by mx.groups.io with SMTP id smtpd.web10.2126.1742494844177376768 for ; Thu, 20 Mar 2025 11:20:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=yQRUWmJu; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: reatmon@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKgSO705172 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 20 Mar 2025 13:20:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494842; bh=04i4cvJCu3HoNiZCyi2QjHFNXEnp7KA8DzGPQS1xzHs=; h=From:To:Subject:Date:In-Reply-To:References; b=yQRUWmJuepLdIJnEIo5LCjadlA5omgvTsnvSeCKQt6numVi3sL/70Qb3t4CPHy/oH 1iHiFecdV84ExxL8zfIoqGSRpMx3f3XnUFiem/2u3kxmIlWIgbrVE9F49KNQyy98VL Ki62gdME03BMn5afT2tfcXueTEGvcnWjrbQnewUw= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52KIKgEn043253; Thu, 20 Mar 2025 13:20:42 -0500 Received: from DFLE110.ent.ti.com (10.64.6.31) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:20:42 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:20:42 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52KIKgYk006002; Thu, 20 Mar 2025 13:20:42 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKVW-0000dY-CI; Thu, 20 Mar 2025 13:20:42 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 7/8] packagegroup-arago-gst: Wrap various packages in a compliant manner Date: Thu, 20 Mar 2025 13:20:40 -0500 Message-ID: <20250320182041.2349-8-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320182041.2349-1-reatmon@ti.com> References: <20250320182041.2349-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea 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 ; Thu, 20 Mar 2025 18:20:44 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16139 yocto-check-layer does not load the conf/distro/arago.conf file during its execution. This means that the LICENSE_FLAGS_ACCEPTED variable is not set according to what we are willing to accept. If a packagegroup is trying to include a recipe that is marked as being "commercial" and the LICENSE_FLAGS_ACCEPTED is not set, then yocto-check-layer fails. The solution is to wrap the inclusion of these recipes in the packagegroup in a complaint manner. Only if the DISTRO_OVERRIDE says that this is an "arago" build, should the package be included and this under the direction of the LICENSE_FLAGS_ACCEPTED variable. Signed-off-by: Ryan Eatmon --- .../recipes-core/packagegroups/packagegroup-arago-gst.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb index 0aee4773..f5832109 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb @@ -14,9 +14,10 @@ GSTREAMER_DEPS = " \ gstreamer1.0-plugins-base-meta \ gstreamer1.0-plugins-good-meta \ gstreamer1.0-plugins-bad-meta \ - gstreamer1.0-libav \ " +GSTREAMER_DEPS:arago += "gstreamer1.0-libav" + # gstreamer1.0-plugins-hevc GSTREAMER_DEPS:append:dra7xx = " \ " From patchwork Thu Mar 20 18:20:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 59669 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 4FF95C36002 for ; Thu, 20 Mar 2025 18:20:44 +0000 (UTC) Received: from lelvem-ot01.ext.ti.com (lelvem-ot01.ext.ti.com [198.47.23.234]) by mx.groups.io with SMTP id smtpd.web10.2124.1742494843796081239 for ; Thu, 20 Mar 2025 11:20:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=ZseX12NM; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: reatmon@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKg04076882 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 13:20:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742494842; bh=mXvGo91Zcf9nkcdcayAkz7oDbLKbpBa8wLrzyXAM+Ec=; h=From:To:Subject:Date:In-Reply-To:References; b=ZseX12NMHodKswqR01u+awjlEiVNn1CDHFt5I45r1xxNZLX2hB/W/LehFx4fN/AuD 6WbszWSc0iMD/9l1QY5ROf3OliKBOhl2f1wlUhyg4RvjEYpMQlC/JgCGet9C4bs2Xx fVnNB8u/nvEHWQ6sYEw51GwrvP4z6MlR4Sgc37Pk= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KIKgP5029576 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 13:20:42 -0500 Received: from DLEE106.ent.ti.com (157.170.170.36) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 13:20:42 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 13:20:42 -0500 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52KIKgSH095703; Thu, 20 Mar 2025 13:20:42 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tvKVW-0000de-G0; Thu, 20 Mar 2025 13:20:42 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 8/8] packagegroup-arago-tisdk-multimedia: Wrap various packages in a compliant manner Date: Thu, 20 Mar 2025 13:20:41 -0500 Message-ID: <20250320182041.2349-9-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250320182041.2349-1-reatmon@ti.com> References: <20250320182041.2349-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea 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 ; Thu, 20 Mar 2025 18:20:44 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16135 yocto-check-layer does not load the conf/distro/arago.conf file during its execution. This means that the LICENSE_FLAGS_ACCEPTED variable is not set according to what we are willing to accept. If a packagegroup is trying to include a recipe that is marked as being "commercial" and the LICENSE_FLAGS_ACCEPTED is not set, then yocto-check-layer fails. The solution is to wrap the inclusion of these recipes in the packagegroup in a complaint manner. Only if the DISTRO_OVERRIDE says that this is an "arago" build, should the package be included and this under the direction of the LICENSE_FLAGS_ACCEPTED variable. Signed-off-by: Ryan Eatmon --- .../packagegroups/packagegroup-arago-tisdk-multimedia.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb index 6a1b25b6..b7410e6f 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb @@ -7,12 +7,12 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup MULTIMEDIA = " \ - ffmpeg \ libcamera \ libcamera-gst \ - mpv \ " +MULTIMEDIA:arago += "ffmpeg mpv" + MULTIMEDIA:omapl138 = "" MULTIMEDIA:append:dra7xx = " \