From patchwork Mon May 4 15:47:12 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 87478 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 512D2CD3427 for ; Mon, 4 May 2026 15:47:25 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17936.1777909638584286568 for ; Mon, 04 May 2026 08:47:19 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id E014140C8E; Mon, 4 May 2026 15:47:17 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cg3SpY5QcvTW; Mon, 4 May 2026 15:47:17 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id B6D3F409EB; Mon, 4 May 2026 15:47:16 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 5F71F17D1FB; Mon, 4 May 2026 11:47:16 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Cc: "Denys Dmytriyenko (TI)" Subject: [master][PATCH 1/3] meta-ti-test: layer.conf: explicitly depend on meta-ti-bsp Date: Mon, 4 May 2026 11:47:12 -0400 Message-Id: <20260504154714.736175-1-denis@denix.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 04 May 2026 15:47:25 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/19927 From: "Denys Dmytriyenko (TI)" Set meta-ti-test layer to explicitly depend on meta-ti-bsp for ti-soc definition. Signed-off-by: Denys Dmytriyenko (TI) --- meta-ti-test/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-test/conf/layer.conf b/meta-ti-test/conf/layer.conf index 216ab344..ac28c002 100644 --- a/meta-ti-test/conf/layer.conf +++ b/meta-ti-test/conf/layer.conf @@ -17,6 +17,7 @@ LICENSE_PATH += "${LAYERDIR}/licenses" LAYERDEPENDS_meta-ti-test = " \ core \ + meta-ti-bsp \ openembedded-layer \ networking-layer \ filesystems-layer \ From patchwork Mon May 4 15:47:13 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 87479 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 57161FF885A for ; Mon, 4 May 2026 15:47:25 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17935.1777909638584160247 for ; Mon, 04 May 2026 08:47:19 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id E21B240CB4; Mon, 4 May 2026 15:47:17 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F2KshpRe0BjU; Mon, 4 May 2026 15:47:17 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id B8E6440C85; Mon, 4 May 2026 15:47:16 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 6CB4817D1FD; Mon, 4 May 2026 11:47:16 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Cc: "Denys Dmytriyenko (TI)" Subject: [master][PATCH 2/3] meta-ti-test: layer.conf: recommend dynamic layers Date: Mon, 4 May 2026 11:47:13 -0400 Message-Id: <20260504154714.736175-2-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20260504154714.736175-1-denis@denix.org> References: <20260504154714.736175-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 04 May 2026 15:47:25 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/19926 From: "Denys Dmytriyenko (TI)" Set additional LAYERRECOMMENDS for dynamic layers. Signed-off-by: Denys Dmytriyenko (TI) --- meta-ti-test/conf/layer.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-ti-test/conf/layer.conf b/meta-ti-test/conf/layer.conf index ac28c002..5e370d31 100644 --- a/meta-ti-test/conf/layer.conf +++ b/meta-ti-test/conf/layer.conf @@ -24,6 +24,11 @@ LAYERDEPENDS_meta-ti-test = " \ meta-python \ " +LAYERRECOMMENDS_meta-ti-test = " \ + qt6-layer \ + flutter-layer \ +" + BBFILES_DYNAMIC += " \ qt6-layer:${LAYERDIR}/dynamic-layers/qt6-layer/recipes*/*/*.bbappend \ flutter-layer:${LAYERDIR}/dynamic-layers/flutter-layer/recipes*/*/*.bbappend \ From patchwork Mon May 4 15:47:14 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 87477 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 52154CD342F for ; Mon, 4 May 2026 15:47:25 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17934.1777909638583957935 for ; Mon, 04 May 2026 08:47:19 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id E9E6F409EB; Mon, 4 May 2026 15:47:17 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54esTU9MucSE; Mon, 4 May 2026 15:47:17 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id C03E540C8A; Mon, 4 May 2026 15:47:16 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 7773117D201; Mon, 4 May 2026 11:47:16 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Cc: "Denys Dmytriyenko (TI)" Subject: [master][PATCH 3/3] meta-ti-test: bc: remove unneeded workaround Date: Mon, 4 May 2026 11:47:14 -0400 Message-Id: <20260504154714.736175-3-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20260504154714.736175-1-denis@denix.org> References: <20260504154714.736175-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 04 May 2026 15:47:25 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/19925 From: "Denys Dmytriyenko (TI)" RM_WORK_EXCLUDE was used as a workaround for sourceipk in Arago, which is long since gone. Signed-off-by: Denys Dmytriyenko (TI) --- meta-ti-test/recipes-extended/bc/bc_%.bbappend | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 meta-ti-test/recipes-extended/bc/bc_%.bbappend diff --git a/meta-ti-test/recipes-extended/bc/bc_%.bbappend b/meta-ti-test/recipes-extended/bc/bc_%.bbappend deleted file mode 100644 index 29d90a9d..00000000 --- a/meta-ti-test/recipes-extended/bc/bc_%.bbappend +++ /dev/null @@ -1,3 +0,0 @@ - -RM_WORK_EXCLUDE += "${PN}" -