From patchwork Thu Oct 26 17:04:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 32998 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 6FEF2C25B6E for ; Thu, 26 Oct 2023 17:04: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.web11.76498.1698339881086885602 for ; Thu, 26 Oct 2023 10:04:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=rw2zsJF/; spf=pass (domain: ti.com, ip: 198.47.19.141, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 39QH4c3I053897; Thu, 26 Oct 2023 12:04:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1698339878; bh=DkouCglBvD/f6i/KfJ/VY5vMixurtMtIXiBYLeHSZr8=; h=From:To:Subject:Date; b=rw2zsJF/0D0krW4ALKNEB1aEh51ojQnh4iUj8Fvl47fu+fKutNatXjNC2nWfHTU6O PzF+ovCsQwbzs80zyBcS1Qxf0LZHdMSDN7u3f2lix9sSW9tixpHtaq64TusKpXFp3z Bbk/TBJGjXJEj68G3ePPJBcUFBH+kHhwTS1XvBok= Received: from DLEE110.ent.ti.com (dlee110.ent.ti.com [157.170.170.21]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 39QH4cNM005968 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 26 Oct 2023 12:04:38 -0500 Received: from DLEE112.ent.ti.com (157.170.170.23) 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, 26 Oct 2023 12:04:38 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) 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 via Frontend Transport; Thu, 26 Oct 2023 12:04:38 -0500 Received: from uda0214219 (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 39QH4chc008210; Thu, 26 Oct 2023 12:04:38 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1qw3mg-00083i-30; Thu, 26 Oct 2023 12:04:38 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH v2] Revert "tisdk-default-image: Add Matrix GUI only for legacy platforms" Date: Thu, 26 Oct 2023 12:04:38 -0500 Message-ID: <20231026170438.30939-1-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 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 ; Thu, 26 Oct 2023 17:04:48 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14972 This reverts commit 35387dd8dbc438b759d8de1ae195664272af9cd3. There is at least one script from this package that is needed by our bigger testing flow. We will need to rework the packages beling excluded by this patch so that the testing can still work even if these package groups are not included. Signed-off-by: Ryan Eatmon --- v2: Forgot the Signed-off-by field. .../recipes-core/images/tisdk-default-image.bb | 13 ++----------- 1 file changed, 2 insertions(+), 11 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 0d2291b8..33ed0f57 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb @@ -23,6 +23,8 @@ IMAGE_INSTALL += "\ ${@['','packagegroup-arago-tisdk-opencl'][oe.utils.all_distro_features(d, 'opencl', True, False) and bb.utils.contains('MACHINE_FEATURES', 'dsp', True, False, d)]} \ packagegroup-arago-tisdk-connectivity \ packagegroup-arago-tisdk-crypto \ + packagegroup-arago-tisdk-matrix \ + packagegroup-arago-tisdk-matrix-extra \ packagegroup-arago-tisdk-multimedia \ packagegroup-arago-tisdk-addons \ packagegroup-arago-tisdk-addons-extra \ @@ -33,16 +35,6 @@ IMAGE_INSTALL += "\ packagegroup-arago-tisdk-sysrepo \ " -MATRIX_OOB = "" -MATRIX_OOB:append:ti33x = " \ - packagegroup-arago-tisdk-matrix \ - packagegroup-arago-tisdk-matrix-extra \ -" -MATRIX_OOB:append:ti43x = " \ - packagegroup-arago-tisdk-matrix \ - packagegroup-arago-tisdk-matrix-extra \ -" - export IMAGE_BASENAME = "tisdk-default-image" # Disable ubi/ubifs as the filesystem requires more space than is @@ -86,6 +78,5 @@ IMAGE_INSTALL += "\ ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "${PYTHON2APPS}", "", d)} \ ${DEVTOOLS} \ ${@bb.utils.contains('TUNE_FEATURES', 'armv7a', 'valgrind', '', d)} \ - ${MATRIX_OOB} \ docker \ "