From patchwork Mon May 19 17:00:47 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 63240 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 C8552C2D0CD for ; Mon, 19 May 2025 17:01:04 +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.370.1747674058697275716 for ; Mon, 19 May 2025 10:00:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=lWPPptei; 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 54JH0uGn176989 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 19 May 2025 12:00:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1747674056; bh=IrqrDgsWLVMkpX4mxwk1dFwI7M9K79wHgN9+XqD8+RM=; h=From:To:Subject:Date:In-Reply-To:References; b=lWPPpteiAn6/HshPE/L/zmn1IsaEOKBeqqRhqmq/HUg9ilf4l1yfl5aXq4GcFaOp0 2uHE08OJRf2YKtMDsSwPrPhxk/PxxYmosr741kv/I+AzER14TUqlP7hjhWRUC7zcqE cSMO/Lu5Ubdi2ZzExraY5xDam7qGovNgaxVOHGPo= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 54JH0u3o015409 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 19 May 2025 12:00:56 -0500 Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 19 May 2025 12:00:56 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) 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 via Frontend Transport; Mon, 19 May 2025 12:00:56 -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 54JH0uff100470; Mon, 19 May 2025 12:00:56 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1uH3rE-0005pb-4j; Mon, 19 May 2025 12:00:56 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 1/9] CLEANUP: Add missing SUMMARY Date: Mon, 19 May 2025 12:00:47 -0500 Message-ID: <20250519170055.22364-2-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250519170055.22364-1-reatmon@ti.com> References: <20250519170055.22364-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 ; Mon, 19 May 2025 17:01:04 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16214 Every recipe should have a SUMMARY and that can only be 72 characters at most. Some of these recipes had DESCRIPTIONS and not SUMMARY, some were missing the SUMMARY, and some had slightly too long values for the SUMMARY. Signed-off-by: Ryan Eatmon --- .../initscript-telnetd/initscript-telnetd.bb | 2 +- .../recipes-core/arago-gpl-notice/arago-gpl-notice.bb | 2 +- .../recipes-core/meta/meta-toolchain-arago-tisdk.bb | 2 ++ meta-arago-distro/recipes-core/meta/meta-toolchain-arago.bb | 2 ++ .../recipes-core/packagegroups/build-essential.bb | 2 +- .../packagegroup-arago-base-tisdk-server-extra.bb | 2 +- .../recipes-core/packagegroups/packagegroup-arago-console.bb | 2 +- .../packagegroups/packagegroup-arago-gst-sdk-target.bb | 2 +- .../recipes-core/packagegroups/packagegroup-arago-gst.bb | 2 +- .../packagegroups/packagegroup-arago-initramfs.bb | 1 + .../packagegroup-arago-tisdk-addons-sdk-target.bb | 2 +- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 2 +- .../packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb | 2 +- .../packagegroup-arago-tisdk-connectivity-sdk-target.bb | 2 +- .../packagegroups/packagegroup-arago-tisdk-connectivity.bb | 2 +- .../packagegroup-arago-tisdk-crypto-sdk-target.bb | 2 +- .../packagegroups/packagegroup-arago-tisdk-crypto.bb | 2 +- .../packagegroups/packagegroup-arago-tisdk-gtk-sdk-target.bb | 2 +- .../packagegroups/packagegroup-arago-tisdk-gtk.bb | 2 +- .../packagegroup-arago-tisdk-multimedia-sdk-target.bb | 2 +- .../packagegroup-arago-toolchain-tisdk-target.bb | 2 +- meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb | 2 +- .../recipes-connectivity/hostap/hostap-daemon-wl18xx.bb | 5 +++-- meta-arago-extras/recipes-connectivity/vtun/vtun_3.0.3.bb | 1 + .../recipes-core/oprofile-example/oprofile-example_git.bb | 2 +- .../packagegroup-arago-standalone-sdk-target.bb | 2 +- .../recipes-devtools/cmake/extra-cmake-modules.bb | 2 +- .../ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb | 2 +- .../recipes-graphics/tslib/ts-calibrate-init_1.0.bb | 2 +- .../gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb | 2 +- .../gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb | 2 +- meta-arago-test/recipes-benchmark/iperf/iperf_2.0.5.bb | 1 + meta-arago-test/recipes-benchmark/stream/stream_5.10.bb | 2 +- .../recipes-bsp/switch-config/switch-config_git.bb | 2 +- .../recipes-connectivity/openntpd/openntpd_6.8p1.bb | 4 ++-- .../recipes-devtools/cpuloadgen/cpuloadgen_git.bb | 2 +- .../recipes-devtools/input-utils/input-utils_1.0.bb | 2 +- 37 files changed, 42 insertions(+), 34 deletions(-) diff --git a/meta-arago-distro/recipes-connectivity/initscript-telnetd/initscript-telnetd.bb b/meta-arago-distro/recipes-connectivity/initscript-telnetd/initscript-telnetd.bb index 30f25e70..973dc8e7 100644 --- a/meta-arago-distro/recipes-connectivity/initscript-telnetd/initscript-telnetd.bb +++ b/meta-arago-distro/recipes-connectivity/initscript-telnetd/initscript-telnetd.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Initscripts for telnetd" +SUMMARY = "Initscripts for telnetd" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://telnetd;beginline=2;endline=18;md5=d134d0d385c53f9201a270fef8448f29" PR = "r1" diff --git a/meta-arago-distro/recipes-core/arago-gpl-notice/arago-gpl-notice.bb b/meta-arago-distro/recipes-core/arago-gpl-notice/arago-gpl-notice.bb index aeb45167..79fcd7ae 100644 --- a/meta-arago-distro/recipes-core/arago-gpl-notice/arago-gpl-notice.bb +++ b/meta-arago-distro/recipes-core/arago-gpl-notice/arago-gpl-notice.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Script to warn users of GPLv3 content on the target file system at boot time" +SUMMARY = "Script to warn of GPLv3 content on the target file system at boot time" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://print-gplv3-packages.sh;beginline=2;endline=18;md5=d134d0d385c53f9201a270fef8448f29" diff --git a/meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.bb b/meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.bb index c3807746..05e5f0b4 100644 --- a/meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.bb +++ b/meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.bb @@ -1,3 +1,5 @@ +SUMMARY = "Standalone toolchain/devkit for TI-SDK products" + TOOLCHAIN_SUFFIX ?= "-tisdk" LICENSE = "MIT" diff --git a/meta-arago-distro/recipes-core/meta/meta-toolchain-arago.bb b/meta-arago-distro/recipes-core/meta/meta-toolchain-arago.bb index f815bd0b..3aae25b4 100644 --- a/meta-arago-distro/recipes-core/meta/meta-toolchain-arago.bb +++ b/meta-arago-distro/recipes-core/meta/meta-toolchain-arago.bb @@ -1,3 +1,5 @@ +SUMMARY = "Standalone toolchain/devkit for generic Arago Project use" + TOOLCHAIN_HOST_TASK ?= "nativesdk-packagegroup-sdk-host" TOOLCHAIN_HOST_TASK:append = " nativesdk-sdk-provides-dummy nativesdk-buildtools-perl-dummy" TOOLCHAIN_HOST_TASK:append = " packagegroup-cross-canadian-${MACHINE}" diff --git a/meta-arago-distro/recipes-core/packagegroups/build-essential.bb b/meta-arago-distro/recipes-core/packagegroups/build-essential.bb index 5b9930b8..8ffd8e49 100644 --- a/meta-arago-distro/recipes-core/packagegroups/build-essential.bb +++ b/meta-arago-distro/recipes-core/packagegroups/build-essential.bb @@ -1,4 +1,4 @@ -# This is just an alias between debian and OE names +SUMMARY = "This is just an alias between debian and OE names" LICENSE = "MIT" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb index f203ff20..0f35d753 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Additional packages beyond console packages shared by TI SDKs" +SUMMARY = "Additional packages beyond console packages shared by TI SDKs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" PR = "r17" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb index 3e0d373d..f6ec0a05 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Extended task to get more basic and console apps" +SUMMARY = "Extended task to get more basic and console apps" LICENSE = "MIT" PR = "r14" 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 ce2ac46a..5555d360 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 @@ -1,4 +1,4 @@ -DESCRIPTION = "Task to build and install header and libs in sdk" +SUMMARY = "Task to build and install header and libs in sdk" LICENSE = "MIT" PR = "r15" 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 d987ba80..685b8c55 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Task to add gstreamer and gstreamer plugins" +SUMMARY = "Task to add gstreamer and gstreamer plugins" LICENSE = "MIT" PR = "r18" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-initramfs.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-initramfs.bb index 380cc0e3..5d2ff390 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-initramfs.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-initramfs.bb @@ -1,3 +1,4 @@ +SUMMARY = "Minimal initramfs for boot requirements" require recipes-core/packagegroups/packagegroup-core-boot.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb index 8690a874..9f5e189e 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Task to install headers and libraries related to addons into the SDK" +SUMMARY = "Task to install headers and libraries related to addons into the SDK" LICENSE = "MIT" PR = "r44" 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 0d39907a..f02f013b 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 @@ -1,4 +1,4 @@ -DESCRIPTION = "Task to install additional utilities/demos for SDKs" +SUMMARY = "Task to install additional utilities/demos for SDKs" LICENSE = "MIT" PR = "r80" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb index c20bed7a..9562310f 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Task to install additional scripts and applications into the SDK" +SUMMARY = "Task to install additional scripts and applications into the SDK" LICENSE = "MIT" PR = "r30" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity-sdk-target.bb index 7f5e9c2e..edc30b15 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity-sdk-target.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Task to install wireless headers and libraries into the SDK" +SUMMARY = "Task to install wireless headers and libraries into the SDK" LICENSE = "MIT" PR = "r9" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb index 54bf0185..5a91357b 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Task to install wireless packages into the target FS" +SUMMARY = "Task to install wireless packages into the target FS" LICENSE = "MIT" PR = "r42" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto-sdk-target.bb index 74cbe90f..eccedc4b 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto-sdk-target.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Task to install crypto dev packages in SDK" +SUMMARY = "Task to install crypto dev packages in SDK" LICENSE = "MIT" PR = "r8" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb index 249ee9a3..a8c4e7f0 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Task to install crypto packages into target FS" +SUMMARY = "Task to install crypto packages into target FS" LICENSE = "MIT" PR = "r13" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk-sdk-target.bb index f9fca526..afa18d75 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk-sdk-target.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Task to install Gtk dev packages in SDK" +SUMMARY = "Task to install Gtk dev packages in SDK" LICENSE = "MIT" PR = "r2" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk.bb index e0a90a31..2900a8eb 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Task to add Gtk embedded related packages" +SUMMARY = "Task to add Gtk embedded related packages" LICENSE = "MIT" PR = "r2" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb index 95939c09..9daaa06d 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Task to build and install header and libs into sdk" +SUMMARY = "Task to build and install header and libs into sdk" LICENSE = "MIT" PR = "r12" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb index 5b1b4964..d3a90595 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Task to build and install header and libs into the sdk" +SUMMARY = "Task to build and install header and libs into the sdk" LICENSE = "MIT" PR = "r14" diff --git a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb index 08289822..7942b52c 100644 --- a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb +++ b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Package that will install a uEnv.txt file into the SDK prebuilt-binaries directory" +SUMMARY = "Install a uEnv.txt file into the SDK prebuilt-binaries directory" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" diff --git a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx.bb b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx.bb index 50a00785..bf4cbc50 100644 --- a/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx.bb +++ b/meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx.bb @@ -1,5 +1,6 @@ -# This is a TI specific version of the hostap-daemon recipe for use with the -# wl18xx wlan and bluetooth module. +SUMMARY = "TI specfic version of the hostap-daemon recipe." +DESCRIPTION = "This is a TI specific version of the hostap-daemon recipe \ +for use with the wl18xx wlan and bluetooth module." require hostap.inc diff --git a/meta-arago-extras/recipes-connectivity/vtun/vtun_3.0.3.bb b/meta-arago-extras/recipes-connectivity/vtun/vtun_3.0.3.bb index fff33f62..820f91cb 100644 --- a/meta-arago-extras/recipes-connectivity/vtun/vtun_3.0.3.bb +++ b/meta-arago-extras/recipes-connectivity/vtun/vtun_3.0.3.bb @@ -1,3 +1,4 @@ +SUMMARY = "Virtual Tunnels over TCP/IP networks" DESCRIPTION = "Virtual Tunnels over TCP/IP networks with traffic shaping, compression and encryption." HOMEPAGE = "http://vtun.sourceforge.net/" SECTION = "console/network" diff --git a/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb b/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb index 0216e5db..a75f3b96 100644 --- a/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb +++ b/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "OProfile Example" +SUMMARY = "OProfile Example" HOMEPAGE = "https://gitorious.org/oprofile-example" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://signal_parent.c;beginline=1;endline=37;md5=3c72149bb458105db5d2e6fbcb2da66e" diff --git a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb index 78ffe567..88c022ee 100644 --- a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb +++ b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Target packages for the standalone SDK" +SUMMARY = "Target packages for the standalone SDK" PR = "r13" LICENSE = "MIT" diff --git a/meta-arago-extras/recipes-devtools/cmake/extra-cmake-modules.bb b/meta-arago-extras/recipes-devtools/cmake/extra-cmake-modules.bb index d5e8872c..c09f0d05 100644 --- a/meta-arago-extras/recipes-devtools/cmake/extra-cmake-modules.bb +++ b/meta-arago-extras/recipes-devtools/cmake/extra-cmake-modules.bb @@ -1,4 +1,4 @@ -UMMARY = "Extra modules and scripts for CMake" +SUMMARY = "Extra modules and scripts for CMake" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING-CMAKE-SCRIPTS;md5=54c7042be62e169199200bc6477f04d1" diff --git a/meta-arago-extras/recipes-graphics/ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb b/meta-arago-extras/recipes-graphics/ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb index 62eab650..f3639a8c 100644 --- a/meta-arago-extras/recipes-graphics/ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb +++ b/meta-arago-extras/recipes-graphics/ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Test application for GC320 2D API" +SUMMARY = "Test application for GC320 2D API" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://dra7x-sdk-ti-gc320-tests_manifest.html;md5=22a001855467f373c47f45de5330e3c9" diff --git a/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb b/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb index 1694792c..7b69e89b 100644 --- a/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb +++ b/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb @@ -1,6 +1,6 @@ # This recipe installs an init script that can be used to invoke ts_calibrate # on systems that need this done during the boot sequence. -DESCRIPTION = "TS calibration init script" +SUMMARY = "TS calibration init script" RDEPENDS:${PN} += "tslib" LICENSE = "GPL-2.0-only" diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb index de8338f3..b4162a0f 100644 --- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb +++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "GStreamer elements to use the multimedia accelerators available on some TI parts" +SUMMARY = "GStreamer plugins for multimedia accelerators available on some TI parts" LICENSE = "LGPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb index 6d1f720d..36864b7d 100644 --- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb +++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "GStreamer elements to use the Video Processing Engine (VPE) found on some TI devices" +SUMMARY = "GStreamer plugins for Video Processing Engine (VPE) on some TI parts" LICENSE = "LGPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" diff --git a/meta-arago-test/recipes-benchmark/iperf/iperf_2.0.5.bb b/meta-arago-test/recipes-benchmark/iperf/iperf_2.0.5.bb index f863348c..5642dbd2 100644 --- a/meta-arago-test/recipes-benchmark/iperf/iperf_2.0.5.bb +++ b/meta-arago-test/recipes-benchmark/iperf/iperf_2.0.5.bb @@ -1,3 +1,4 @@ +SUMMARY = "Tool to measure maximum TCP bandwidth and allow parameter tuning" DESCRIPTION = "Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics" HOMEPAGE = "http://dast.nlanr.net/Projects/Iperf/" SECTION = "console/network" diff --git a/meta-arago-test/recipes-benchmark/stream/stream_5.10.bb b/meta-arago-test/recipes-benchmark/stream/stream_5.10.bb index bb4e91b0..76346038 100644 --- a/meta-arago-test/recipes-benchmark/stream/stream_5.10.bb +++ b/meta-arago-test/recipes-benchmark/stream/stream_5.10.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Stream Benchmark" +SUMMARY = "Stream Benchmark" HOMEPAGE = "http://www.cs.virginia.edu/stream/" LICENSE = "Stream_Benchmark_License" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bca8cbe07976fe64c8946378d08314b0" diff --git a/meta-arago-test/recipes-bsp/switch-config/switch-config_git.bb b/meta-arago-test/recipes-bsp/switch-config/switch-config_git.bb index 4d4b1f60..df6a96d3 100644 --- a/meta-arago-test/recipes-bsp/switch-config/switch-config_git.bb +++ b/meta-arago-test/recipes-bsp/switch-config/switch-config_git.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Ethernet Switch configuration management" +SUMMARY = "Ethernet Switch configuration management" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://switch-config.c;beginline=1;endline=14;md5=659ff9658cbaba3110b81804af60de75" diff --git a/meta-arago-test/recipes-connectivity/openntpd/openntpd_6.8p1.bb b/meta-arago-test/recipes-connectivity/openntpd/openntpd_6.8p1.bb index da9b7eac..842332df 100644 --- a/meta-arago-test/recipes-connectivity/openntpd/openntpd_6.8p1.bb +++ b/meta-arago-test/recipes-connectivity/openntpd/openntpd_6.8p1.bb @@ -1,5 +1,5 @@ -DESCRIPTION = "OpenNTPD is a FREE, easy to use implementation of the \ -Network Time Protocol." +SUMMARY = "OpenNTPD is an implementation of the Network Time Protocol." +DESCRIPTION = "OpenNTPD is a FREE, easy to use implementation of the Network Time Protocol." HOMEPAGE = "http://www.openntpd.org/" SECTION = "console/network" LICENSE = "BSD-3-Clause & ISC" diff --git a/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb b/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb index 12d0905d..bd5e04f3 100644 --- a/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb +++ b/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Utility to generate specified CPU Load" +SUMMARY = "Utility to generate specified CPU Load" HOMEPAGE = "https://github.com/ptitiano/cpuloadgen" LICENSE = "BSD-3-Clause" diff --git a/meta-arago-test/recipes-devtools/input-utils/input-utils_1.0.bb b/meta-arago-test/recipes-devtools/input-utils/input-utils_1.0.bb index ea3d1df1..54c6b0fc 100644 --- a/meta-arago-test/recipes-devtools/input-utils/input-utils_1.0.bb +++ b/meta-arago-test/recipes-devtools/input-utils/input-utils_1.0.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Utilities for the Linux input drivers" +SUMMARY = "Utilities for the Linux input drivers" HOMEPAGE = "http://packages.tanglu.org/source/aequorea/input-utils" LICENSE = "GPL-2.0-only" From patchwork Mon May 19 17:00:48 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 63236 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 AC7CBC54795 for ; Mon, 19 May 2025 17:01:04 +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.367.1747674058192649056 for ; Mon, 19 May 2025 10:00:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=bkXjLWNf; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 54JH0uwW517731 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 19 May 2025 12:00:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1747674056; bh=w4pHrUNtLIIHKoZyM67rsqYBuPflC98/oRy0sCjCT8A=; h=From:To:Subject:Date:In-Reply-To:References; b=bkXjLWNfdcsOjm3yBwa7r4NRiUGEyGdOZqPM2cW1XFlXE1eZx+UDZMaNna0uQTEbe QKpFOAWBAoBJ4jA9iwDWyzFrLNjlTYQuwWALNo8O/YaVS5gqx2EVgm5xUl6lh6WVaf 6lFqrwrMDLObq4aLnHE3OP1nZ2dQ4RJOquLdg2C4= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 54JH0ufd085219 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 19 May 2025 12:00:56 -0500 Received: from DLEE115.ent.ti.com (157.170.170.26) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 19 May 2025 12:00:56 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE115.ent.ti.com (157.170.170.26) 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; Mon, 19 May 2025 12:00:56 -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 54JH0uhQ100474; Mon, 19 May 2025 12:00:56 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1uH3rE-0005ph-8f; Mon, 19 May 2025 12:00:56 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 2/9] CLEANUP: :append needs a space Date: Mon, 19 May 2025 12:00:48 -0500 Message-ID: <20250519170055.22364-3-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250519170055.22364-1-reatmon@ti.com> References: <20250519170055.22364-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 ; Mon, 19 May 2025 17:01:04 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16209 Usually :append is used to add items to a space separated list. In those cases the first character of the appended string should be a space to make sure that the append is correct. Signed-off-by: Ryan Eatmon --- .../recipes-graphics/wayland/weston-init-arago.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-init-arago.inc b/meta-arago-distro/recipes-graphics/wayland/weston-init-arago.inc index fc964df5..28c4b1b9 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston-init-arago.inc +++ b/meta-arago-distro/recipes-graphics/wayland/weston-init-arago.inc @@ -11,4 +11,4 @@ do_install:append() { install -Dm755 weston-launch-calibrator.sh ${D}/${bindir}/weston-launch-calibrator } -FILES:${PN}:append = "${bindir}/weston-launch-calibrator" +FILES:${PN}:append = " ${bindir}/weston-launch-calibrator" From patchwork Mon May 19 17:00:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 63238 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 B7C85C54799 for ; Mon, 19 May 2025 17:01:04 +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.373.1747674058960003621 for ; Mon, 19 May 2025 10:00:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=kFQLUh9j; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from lelvem-sh02.itg.ti.com ([10.180.78.226]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTP id 54JH0upx517733; Mon, 19 May 2025 12:00:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1747674056; bh=nPHIr4kql8mbXw1oZdMpggLA2RfoDhBMo9x5aJQMa0A=; h=From:To:Subject:Date:In-Reply-To:References; b=kFQLUh9juUmYLvQTAY/F63Em5fJGF/7/xVFkBm4OTa3MS+iu+4vGQA++qbFOC2CYU DEkQ+ZrgeJf60yL8yUWnspgsQmj11NpPdDeuFE3QAWx3AlENmEKod4Ib5xsIDo+Do3 WISfg9je5lk4fQICcAbAVk9/i+XPql3ufF/+YCPQ= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by lelvem-sh02.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 54JH0u2e3789315 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL); Mon, 19 May 2025 12:00:56 -0500 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 19 May 2025 12:00:56 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) 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 via Frontend Transport; Mon, 19 May 2025 12:00:56 -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 54JH0uUO110972; Mon, 19 May 2025 12:00:56 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1uH3rE-0005pn-DR; Mon, 19 May 2025 12:00:56 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 3/9] CLEANUP: Variable assignments need spaces Date: Mon, 19 May 2025 12:00:49 -0500 Message-ID: <20250519170055.22364-4-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250519170055.22364-1-reatmon@ti.com> References: <20250519170055.22364-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 ; Mon, 19 May 2025 17:01:04 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16216 A recent change in bitbake requires that all variable assignments have whitespace between the variable, the operator and the value. FOO = "1" Signed-off-by: Ryan Eatmon --- .../conf/distro/include/branding-processor-sdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc b/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc index 7873daa7..3ee23dc3 100644 --- a/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc +++ b/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc @@ -10,7 +10,7 @@ The below commit is used for this local branch and is the one used by\\n\ this sdk:\\n\ ${SRCREV}." -SRCIPK_SHALLOW_GIT_COMMIT_MESSAGE ="${SRCIPK_GIT_COMMIT_MESSAGE}\\n\\n\ +SRCIPK_SHALLOW_GIT_COMMIT_MESSAGE = "${SRCIPK_GIT_COMMIT_MESSAGE}\\n\\n\ To reduce the size of the SDK installer only a portion of the git commit\\n\ history has been preserved. Also links to remote branches and tags do\\n\ not exist in this copy of the repository.\\n\ From patchwork Mon May 19 17:00:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 63239 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 C858DC54E71 for ; Mon, 19 May 2025 17:01:04 +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.371.1747674058801058149 for ; Mon, 19 May 2025 10:00:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=YRXMgrZk; 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 54JH0vTp176993 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 19 May 2025 12:00:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1747674057; bh=rIhZ9plgH4fKYQx2p23r4Ja+yD2YljsKR+u2paLZPIM=; h=From:To:Subject:Date:In-Reply-To:References; b=YRXMgrZkIFPT4ygyUsCBrwQJU07u2q3LArC6SUkoQvasEjI/bzTL7fh8xEAbcIU7G K5HmhcfvgJMJ3SYDUE65PeAbx9m5o6M8ijfMUoQ8u4w3J6MAJJCLdYUCGAqAEfUz5y TLCdSWptDwnOjOONyw0VZj3w4NSivkan8ooH522o= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 54JH0vI5015414 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 19 May 2025 12:00:57 -0500 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 19 May 2025 12:00:56 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE111.ent.ti.com (157.170.170.22) 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; Mon, 19 May 2025 12:00:56 -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 54JH0uEt110975; Mon, 19 May 2025 12:00:56 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1uH3rE-0005pt-II; Mon, 19 May 2025 12:00:56 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 4/9] chromium-ozone-wayland: Wrap the bbappend in a compliant manner Date: Mon, 19 May 2025 12:00:50 -0500 Message-ID: <20250519170055.22364-5-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250519170055.22364-1-reatmon@ti.com> References: <20250519170055.22364-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 ; Mon, 19 May 2025 17:01:04 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16215 Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-arago-distro with the arago DISTRO_OVERRIDE would the bbappend apply. Signed-off-by: Ryan Eatmon --- ...6723.91.bbappend => chromium-ozone-wayland-arago.inc} | 2 +- .../chromium-ozone-wayland_130.0.6723.91.bbappend | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) copy meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/{chromium-ozone-wayland_130.0.6723.91.bbappend => chromium-ozone-wayland-arago.inc} (66%) diff --git a/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland_130.0.6723.91.bbappend b/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-arago.inc similarity index 66% copy from meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland_130.0.6723.91.bbappend copy to meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-arago.inc index 66cdd00a..3573c112 100644 --- a/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland_130.0.6723.91.bbappend +++ b/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-arago.inc @@ -1,6 +1,6 @@ PR:append = ".arago0" -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-${PV}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/chromium-ozone-wayland-130.0.6723.91:" SRC_URI:append = " \ file://0001-chromium-gpu-sandbox-allow-access-to-PowerVR-GPU-fro.patch \ diff --git a/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland_130.0.6723.91.bbappend b/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland_130.0.6723.91.bbappend index 66cdd00a..62ae18bf 100644 --- a/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland_130.0.6723.91.bbappend +++ b/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland_130.0.6723.91.bbappend @@ -1,7 +1,4 @@ -PR:append = ".arago0" +CHROMIUM_ARAGO = "" +CHROMIUM_ARAGO:arago = "chromium-ozone-wayland-arago.inc" -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-${PV}:" - -SRC_URI:append = " \ - file://0001-chromium-gpu-sandbox-allow-access-to-PowerVR-GPU-fro.patch \ - " +require ${CHROMIUM_ARAGO} From patchwork Mon May 19 17:00:51 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 63242 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 D6F29C54E90 for ; Mon, 19 May 2025 17:01:04 +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.415.1747674058704335465 for ; Mon, 19 May 2025 10:00:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=Ccfj+jw3; 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 54JH0vso176997 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 19 May 2025 12:00:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1747674057; bh=ydYdEZsXChW0ZEnZ3mqik2x8BVv8Qs6Th06AZe5ddSc=; h=From:To:Subject:Date:In-Reply-To:References; b=Ccfj+jw3gmx0MD80HWFo4Cl87GNNf7XR5pIKPiYQQJE9Sg6M1SB+ia1nhnIFJhyMD 0PXdR+mVUyKglMGCBx5pYmQvwwVoQ55vwvk9i3qBJU2QCwNdY+N0zJwyrbXEYe6RCe CaDlozaoTyYinbQPaVRWnTH8aJBWNxUnsGeyjLcI= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 54JH0vO8085226 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 19 May 2025 12:00:57 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) 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; Mon, 19 May 2025 12:00:56 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE105.ent.ti.com (10.64.6.26) 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; Mon, 19 May 2025 12:00:56 -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 54JH0urR100483; Mon, 19 May 2025 12:00:56 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1uH3rE-0005pz-MN; Mon, 19 May 2025 12:00:56 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 5/9] nativesdk-buildtools-perl-dummy: Wrap the bbappend in a compliant manner Date: Mon, 19 May 2025 12:00:51 -0500 Message-ID: <20250519170055.22364-6-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250519170055.22364-1-reatmon@ti.com> References: <20250519170055.22364-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 ; Mon, 19 May 2025 17:01:04 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16213 Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-arago-distro with the arago DISTRO_OVERRIDE would the bbappend apply. Signed-off-by: Ryan Eatmon --- ...pend => nativesdk-buildtools-perl-dummy-arago.inc} | 0 .../meta/nativesdk-buildtools-perl-dummy.bbappend | 11 ++++------- 2 files changed, 4 insertions(+), 7 deletions(-) copy meta-arago-extras/recipes-core/meta/{nativesdk-buildtools-perl-dummy.bbappend => nativesdk-buildtools-perl-dummy-arago.inc} (100%) diff --git a/meta-arago-extras/recipes-core/meta/nativesdk-buildtools-perl-dummy.bbappend b/meta-arago-extras/recipes-core/meta/nativesdk-buildtools-perl-dummy-arago.inc similarity index 100% copy from meta-arago-extras/recipes-core/meta/nativesdk-buildtools-perl-dummy.bbappend copy to meta-arago-extras/recipes-core/meta/nativesdk-buildtools-perl-dummy-arago.inc diff --git a/meta-arago-extras/recipes-core/meta/nativesdk-buildtools-perl-dummy.bbappend b/meta-arago-extras/recipes-core/meta/nativesdk-buildtools-perl-dummy.bbappend index b9d40d6e..f88196f5 100644 --- a/meta-arago-extras/recipes-core/meta/nativesdk-buildtools-perl-dummy.bbappend +++ b/meta-arago-extras/recipes-core/meta/nativesdk-buildtools-perl-dummy.bbappend @@ -1,7 +1,4 @@ -DUMMYPROVIDES += "\ - nativesdk-perl-dev \ - nativesdk-perl-module-feature \ - nativesdk-perl-module-file-spec-unix \ - nativesdk-perl-module-integer \ - nativesdk-perl-module-symbol \ -" +NATIVESDK_BUILDTOOLS_PERL_DUMMY_ARAGO = "" +NATIVESDK_BUILDTOOLS_PERL_DUMMY_ARAGO:arago = "nativesdk-buildtools-perl-dummy-arago.inc" + +require ${NATIVESDK_BUILDTOOLS_PERL_DUMMY_ARAGO} From patchwork Mon May 19 17:00:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 63234 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 A9F34C3ABDD for ; Mon, 19 May 2025 17:01:04 +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.web11.368.1747674058332947673 for ; Mon, 19 May 2025 10:00:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=LEbG4iSg; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: reatmon@ti.com) Received: from fllvem-sh03.itg.ti.com ([10.64.41.86]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTP id 54JH0vtP955155; Mon, 19 May 2025 12:00:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1747674057; bh=GKwHN7hRx2GOa3qgIvPcL2iZwXMvd8e9LHYnGgHUK5k=; h=From:To:Subject:Date:In-Reply-To:References; b=LEbG4iSgTdg4TNRpcgFGQh43nNzY/u7qnN37igZ0iMjWrFtaduyu3T64fQn3qfefv B/U7A0rTvLXLIQftwdynDlfaPXQk8Mls3J8aUjcDiMHWvsCalqNzH5VKUjs7DI0BVE 9zVXolqFdTrXLWyD8BVX0Zq+R8zYaxAZcwlDZFJ4= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by fllvem-sh03.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 54JH0vQD1593891 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL); Mon, 19 May 2025 12:00:57 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) 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; Mon, 19 May 2025 12:00:56 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE103.ent.ti.com (10.64.6.24) 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; Mon, 19 May 2025 12:00:57 -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 54JH0ubV100486; Mon, 19 May 2025 12:00:56 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1uH3rE-0005q6-QO; Mon, 19 May 2025 12:00:56 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 6/9] qtbase: Wrap the bbappend in a compliant manner Date: Mon, 19 May 2025 12:00:52 -0500 Message-ID: <20250519170055.22364-7-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250519170055.22364-1-reatmon@ti.com> References: <20250519170055.22364-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 ; Mon, 19 May 2025 17:01:04 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16210 Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-ti-bsp with ti-soc in the MACHINE_OVERRIDES would the bbappend apply. Signed-off-by: Ryan Eatmon --- .../recipes-qt/qt6/{qtbase_%.bbappend => qtbase-ti.inc} | 0 .../qt6-layer/recipes-qt/qt6/qtbase_%.bbappend | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) copy meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/{qtbase_%.bbappend => qtbase-ti.inc} (100%) diff --git a/meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend b/meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase-ti.inc similarity index 100% copy from meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend copy to meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase-ti.inc diff --git a/meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend b/meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend index e2799572..5faab0e4 100644 --- a/meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend +++ b/meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend @@ -1,3 +1,4 @@ -# Include the examples for Qt6 related tests +QTBASE_TI = "" +QTBASE_TI:ti-soc = "qtbase-ti.inc" -PACKAGECONFIG:append = " examples" +require ${QTBASE_TI} From patchwork Mon May 19 17:00:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 63241 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 ECF71C54E65 for ; Mon, 19 May 2025 17:01:04 +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.369.1747674058601660757 for ; Mon, 19 May 2025 10:00:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=Xm/D2dl1; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 54JH0vl9517739 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 19 May 2025 12:00:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1747674057; bh=fOuI7DaKN9DRq/2cDaN4OIVExmoxg2/DsP7N+PyIaLI=; h=From:To:Subject:Date:In-Reply-To:References; b=Xm/D2dl13iFrts8QGPiU5F3kGU1jQOtm9ZBPWKl5OjzrZDYpUG10KTv1buYa1ppJg XIxr/erWm08FP9flBtt1WiHxz5wwxyAdhB8IOtIjv1ofnXh/DcLkc2AvHFwZDwy84D oUSitOp8Sf//H8B9g0IGkqNGA/Sl9tjx76I3+FRE= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 54JH0vEK015422 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 19 May 2025 12:00:57 -0500 Received: from DLEE108.ent.ti.com (157.170.170.38) 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; Mon, 19 May 2025 12:00:57 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE108.ent.ti.com (157.170.170.38) 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; Mon, 19 May 2025 12:00:57 -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 54JH0vpu110985; Mon, 19 May 2025 12:00:57 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1uH3rE-0005qD-UP; Mon, 19 May 2025 12:00:56 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 7/9] nbench-byte: Wrap the bbappend in a compliant manner Date: Mon, 19 May 2025 12:00:53 -0500 Message-ID: <20250519170055.22364-8-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250519170055.22364-1-reatmon@ti.com> References: <20250519170055.22364-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 ; Mon, 19 May 2025 17:01:04 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16211 Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-ti-bsp with ti-soc in the MACHINE_OVERRIDES would the bbappend apply. Signed-off-by: Ryan Eatmon --- .../{nbench-byte_%.bbappend => nbench-byte-ti.inc} | 0 .../recipes-benchmark/nbench-byte/nbench-byte_%.bbappend | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) copy meta-arago-test/recipes-benchmark/nbench-byte/{nbench-byte_%.bbappend => nbench-byte-ti.inc} (100%) diff --git a/meta-arago-test/recipes-benchmark/nbench-byte/nbench-byte_%.bbappend b/meta-arago-test/recipes-benchmark/nbench-byte/nbench-byte-ti.inc similarity index 100% copy from meta-arago-test/recipes-benchmark/nbench-byte/nbench-byte_%.bbappend copy to meta-arago-test/recipes-benchmark/nbench-byte/nbench-byte-ti.inc diff --git a/meta-arago-test/recipes-benchmark/nbench-byte/nbench-byte_%.bbappend b/meta-arago-test/recipes-benchmark/nbench-byte/nbench-byte_%.bbappend index f571f368..dfe5ea96 100644 --- a/meta-arago-test/recipes-benchmark/nbench-byte/nbench-byte_%.bbappend +++ b/meta-arago-test/recipes-benchmark/nbench-byte/nbench-byte_%.bbappend @@ -1 +1,4 @@ -ARM_INSTRUCTION_SET = "arm" +NBENCH_BYTE_TI = "" +NBENCH_BYTE_TI:ti-soc = "nbench-byte-ti.inc" + +require ${NBENCH_BYTE_TI} From patchwork Mon May 19 17:00:54 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 63237 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 B7CD1C5479B for ; Mon, 19 May 2025 17:01:04 +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.416.1747674059600735011 for ; Mon, 19 May 2025 10:00:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=pBI0c2gK; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from lelvem-sh02.itg.ti.com ([10.180.78.226]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTP id 54JH0vCP517743; Mon, 19 May 2025 12:00:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1747674057; bh=B8NP94u/XzFYnCASXx0Tt6fVp0WyZaMlJdWDFiD27Jc=; h=From:To:Subject:Date:In-Reply-To:References; b=pBI0c2gKEmVEE1DthEZpy4cs5pwSZ175Squ9ZCwdP76IkFpuZO4xEEPAX+PF4YAci BU2a08+KALwGO+nEOopKMWjNsGXesEOXgOA2blg9KbOJ+rrdMX6XgwEs1vQlt2tZ2O WY+UsK9VJX2L6llZLyIr9HHQ6bOuovI6NZgbGqeE= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelvem-sh02.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 54JH0vIf3789326 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL); Mon, 19 May 2025 12:00:57 -0500 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 19 May 2025 12:00:57 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) 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 via Frontend Transport; Mon, 19 May 2025 12:00:57 -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 54JH0vvD110989; Mon, 19 May 2025 12:00:57 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1uH3rF-0005qJ-1J; Mon, 19 May 2025 12:00:57 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 8/9] kernel-selftest: Wrap the bbappend in a compliant manner Date: Mon, 19 May 2025 12:00:54 -0500 Message-ID: <20250519170055.22364-9-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250519170055.22364-1-reatmon@ti.com> References: <20250519170055.22364-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 ; Mon, 19 May 2025 17:01:04 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16217 Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-ti-bsp with ti-soc in the MACHINE_OVERRIDES would the bbappend apply. Signed-off-by: Ryan Eatmon --- ...lftest.bbappend => kernel-selftest-ti.inc} | 0 .../kernel-selftest/kernel-selftest.bbappend | 49 ++----------------- 2 files changed, 3 insertions(+), 46 deletions(-) copy meta-arago-test/recipes-kernel/kernel-selftest/{kernel-selftest.bbappend => kernel-selftest-ti.inc} (100%) diff --git a/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest.bbappend b/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc similarity index 100% copy from meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest.bbappend copy to meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc diff --git a/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest.bbappend b/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest.bbappend index a793196d..163a074d 100644 --- a/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest.bbappend +++ b/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest.bbappend @@ -1,47 +1,4 @@ -# Tests not enabled: -# openat2 has buildpath errors +KERNEL_SELFTEST_TI = "" +KERNEL_SELFTEST_TI:ti-soc = "kernel-selftest-ti.inc" -TEST_LIST += "\ - arm64 \ - breakpoints \ - capabilities \ - cgroup \ - clone3 \ - core \ - cpu-hotplug \ - cpufreq \ - efivarfs \ - exec \ - filesystems \ - filesystems/binderfs \ - filesystems/epoll \ - firmware \ - fpu \ - ftrace \ - futex \ - gpio \ - intel_pstate \ - ipc \ - kcmp \ - kvm \ - livepatch \ - membarrier \ - memfd \ - mqueue \ - mincore \ - net \ - net/mptcp \ - ptrace \ - resq \ - rtc \ - seccomp \ - sigaltstack \ - size \ - tc-testing \ - timers \ - tmpfs \ - tpm2 \ - user_events \ - vDSO \ - watchdog \ -" +require ${KERNEL_SELFTEST_TI} From patchwork Mon May 19 17:00:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 63235 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 AC5EFC54756 for ; Mon, 19 May 2025 17:01:04 +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.374.1747674059868427392 for ; Mon, 19 May 2025 10:01:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=stQfZaLS; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: reatmon@ti.com) Received: from lelvem-sh01.itg.ti.com ([10.180.77.71]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTP id 54JH0vhg517745; Mon, 19 May 2025 12:00:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1747674057; bh=w6/HWpB5ADUOuKVrO3Ge1TzTQrx5j9y+igKb8h7f910=; h=From:To:Subject:Date:In-Reply-To:References; b=stQfZaLSZiY15id0WvvS7JmDi2eBgQERjhdsPUHIfi3T8fopRxQXikQgoDJ0EJd1+ BRnTS1et4nEl8hxdCWYZavHFQlS9uDUYm0IwBG/Kgd+QxLrJaHb7d62t4AxquDUmK2 Ni3DZfUR21BQwYqw2hoLnHQORmJ9dNxtAXIhCxvc= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by lelvem-sh01.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 54JH0v99888313 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL); Mon, 19 May 2025 12:00:57 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) 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; Mon, 19 May 2025 12:00:57 -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; Mon, 19 May 2025 12:00:57 -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 54JH0vr2110996; Mon, 19 May 2025 12:00:57 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1uH3rF-0005qP-4Y; Mon, 19 May 2025 12:00:57 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH 9/9] check_yocto_rules: Add new config file Date: Mon, 19 May 2025 12:00:55 -0500 Message-ID: <20250519170055.22364-10-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250519170055.22364-1-reatmon@ti.com> References: <20250519170055.22364-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 ; Mon, 19 May 2025 17:01:04 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16218 TI is starting to run an automated checker for all incoming patches to the mailing list. One of the checks is to scan all of the files in the repository looking for things that we have flagged as the "right way" of doing recipes. This file contains a set of exceptions that the checking script is finding but can be skipped due to manual review. Signed-off-by: Ryan Eatmon --- check_yocto_rules.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 check_yocto_rules.json diff --git a/check_yocto_rules.json b/check_yocto_rules.json new file mode 100644 index 00000000..9cf776df --- /dev/null +++ b/check_yocto_rules.json @@ -0,0 +1,27 @@ +{ + "APPEND-1" : { + "skip_vars" : [ "FILES", "RDEPENDS" ] + }, + "APPEND-2" : { + "skip_vars" : [ "PR", "PV" ], + "files" : { + "meta-arago-distro/conf/distro/include/arago-prefs.inc" : { + "skip_vars": [ "PREFERRED_PROVIDER_virtual/kernel" ] + } + } + }, + "GUARD-1" : { + "skip_files" : [ + "meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/tisdk-default-image.bbappend", + "meta-arago-distro/dynamic-layers/selinux/recipes-core/images/tisdk-default-image.bbappend", + "meta-arago-distro/dynamic-layers/selinux/recipes-kernel/linux/linux-ti-staging_%.bbappend", + "meta-arago-extras/recipes-extended/sysrepo/libyang_%.bbappend", + "meta-arago-test/dynamic-layers/qt6-layer/recipes-core/packagegroups/ti-test.bbappend", + "meta-arago-test/recipes-benchmark/stream/stream_%.bbappend", + "meta-arago-test/recipes-extended/bc/bc_%.bbappend" + ] + }, + "GUARD-2" : { + "skip_vars" : [ "arago" , "ti-soc" ] + } +}