From patchwork Tue Feb 6 17:58:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Etheridge, Darren" X-Patchwork-Id: 38949 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 6F32BC4829C for ; Tue, 6 Feb 2024 17:58:48 +0000 (UTC) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by mx.groups.io with SMTP id smtpd.web10.28485.1707242327445320675 for ; Tue, 06 Feb 2024 09:58:47 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=xfO6UbYN; spf=pass (domain: ti.com, ip: 198.47.19.141, mailfrom: detheridge@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 416HwkwQ072851; Tue, 6 Feb 2024 11:58:46 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1707242326; bh=qLFd/TdBAzqg5zbj0Xe337LKol8c+cCRhgMFy8oMcAQ=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=xfO6UbYN5s9iNvw5afWCsQaiCwEldagajFtEsqtL3LPFA/0X4yC++/4PjclCpcfx4 3nk7g3HagsoqzapHljERvXWij2wKsAyCceRx6eQg2H1LSb8Dv3htgyowYoGf7gpbyV z+blHZ4/ltqSIb28e6id9oFkilsWfMRppJ4VFwWU= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 416HwkLM039907 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 6 Feb 2024 11:58:46 -0600 Received: from DFLE100.ent.ti.com (10.64.6.21) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 6 Feb 2024 11:58:46 -0600 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE100.ent.ti.com (10.64.6.21) 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; Tue, 6 Feb 2024 11:58:46 -0600 Received: from uda0867391.dal.design.ti.com (uda0867391.dhcp.ti.com [128.247.81.32]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 416HwhcT064292; Tue, 6 Feb 2024 11:58:46 -0600 From: To: , , CC: , Subject: [meta-arago][kirkstone][PATCH 4/4] meta-arago: tisdk-default-image: remove old chromium logic Date: Tue, 6 Feb 2024 11:58:41 -0600 Message-ID: <20240206175841.32717-5-detheridge@ti.com> X-Mailer: git-send-email 2.36.1 In-Reply-To: <20240206175841.32717-1-detheridge@ti.com> References: <20240206175841.32717-1-detheridge@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 ; Tue, 06 Feb 2024 17:58:48 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15121 From: Darren Etheridge The new dynamic meta-chromium-browser layer will do this same thing and add chromium-ozone-wayland into the image if the layer is detected. This is a hangover from dunfell and doesn't serve any purpose in kirkstone so removing to uncomplicate things. Signed-off-by: Darren Etheridge --- .../recipes-core/images/tisdk-default-image.bb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb index 7761ac34..9c3446f3 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb @@ -39,15 +39,6 @@ export IMAGE_BASENAME = "tisdk-default-image" # available on the HW. IMAGE_FSTYPES:remove:omapl138 = "ubifs ubi" -# Below is the delta in packages between old fuller and a new smaller default rootfs -CHROMIUM = "" -CHROMIUM:append:omap-a15 = "\ - chromium-ozone-wayland \ -" -CHROMIUM:append:k3 = "\ - chromium-ozone-wayland \ -" - EXTRABROWSERS = " \ qtwebbrowser-examples \ qtwebengine-qmlplugins \ @@ -56,7 +47,6 @@ EXTRABROWSERS = " \ PYTHON2APPS = " \ ${@bb.utils.contains('DISTRO_FEATURES','opengl',"${EXTRABROWSERS}",'',d)} \ - ${@bb.utils.contains("BBFILE_COLLECTIONS","browser-layer",bb.utils.contains('DISTRO_FEATURES','wayland',"${CHROMIUM}",'',d),'',d)} \ " DEVTOOLS = " \