From patchwork Mon Oct 9 18:53:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 31884 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 3BEF8CD6128 for ; Mon, 9 Oct 2023 18:53:42 +0000 (UTC) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by mx.groups.io with SMTP id smtpd.web10.71741.1696877618087496015 for ; Mon, 09 Oct 2023 11:53:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=EZYsMGrB; spf=pass (domain: ti.com, ip: 198.47.23.248, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 399IraUg048319; Mon, 9 Oct 2023 13:53:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1696877616; bh=6pIXGlYcX/ZguIz3Y5mYcpHEmtnqQZx9BaVXWaC1oVo=; h=From:To:Subject:Date:In-Reply-To:References; b=EZYsMGrBMxycQaVWSfzyUikF8gka+ElS2+3IWjCsyAJ2IqpbD9vKW/WYzKqypf406 /LmwkrIKEELK2++qltRrbaPH17N45WxVT/XGAraOTOIL2b2oiSjOeNfr12AK1kxL6F f+3NGbpGcvc21d3ff6enXqwEEesZkvmaAHP9/fX4= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 399IraSu013977 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 9 Oct 2023 13:53:36 -0500 Received: from DFLE108.ent.ti.com (10.64.6.29) 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, 9 Oct 2023 13:53:36 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) 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; Mon, 9 Oct 2023 13:53:36 -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 399Iraq9074948; Mon, 9 Oct 2023 13:53:36 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1qpvNo-0002a0-BS; Mon, 09 Oct 2023 13:53:36 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master/kirkstone][PATCH v5 2/4] ti-test: Rename variables to remove ARAGO Date: Mon, 9 Oct 2023 13:53:34 -0500 Message-ID: <20231009185336.9871-2-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20231009185336.9871-1-reatmon@ti.com> References: <20231009185336.9871-1-reatmon@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 ; Mon, 09 Oct 2023 18:53:42 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14925 In preparation for moving to meta-ti, rename the recipes variables used for building the depends to not reference ARAGO. There is still a reference to ARAGO_BRAND that might be cleaned up later. Signed-off-by: Ryan Eatmon --- .../recipes-core/packagegroups/ti-test.bb | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index 11c327a0..e685ca51 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -5,7 +5,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup -ARAGO_TEST = "\ +TI_TEST_BASE = "\ bonnie++ \ hdparm \ iozone3 \ @@ -40,21 +40,21 @@ ARAGO_TEST = "\ cryptodev-tests \ " -ARAGO_TEST_EXTRAS = " \ +TI_TEST_EXTRAS = " \ python3-numpy \ piglit \ " -ARAGO_TEST:append:armv7a = " \ +TI_TEST_BASE:append:armv7a = " \ cpuburn-neon \ " -ARAGO_TEST:append:armv7ve = " \ +TI_TEST_BASE:append:armv7ve = " \ cpuburn-neon \ " # timestamping -ARAGO_TI_TEST = " \ +TI_TEST_TI_TOOLS = " \ ltp-ddt \ input-utils \ cpuloadgen \ @@ -62,17 +62,17 @@ ARAGO_TI_TEST = " \ arm-benchmarks \ " -ARAGO_TI_TEST:append:ti33x = " \ +TI_TEST_TI_TOOLS:append:ti33x = " \ omapconf \ " -ARAGO_TI_TEST:append:ti43x = " \ +TI_TEST_TI_TOOLS:append:ti43x = " \ omapconf \ " NOT_MAINLINE_MMIP_DEPS = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest', '', d)}" -ARAGO_TI_TEST:append:omap-a15 = " \ +TI_TEST_TI_TOOLS:append:omap-a15 = " \ omapconf \ ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', " \ ti-ipc-test \ @@ -80,31 +80,31 @@ ARAGO_TI_TEST:append:omap-a15 = " \ ", d)} \ " -ARAGO_TI_TEST:append:k3 = " \ +TI_TEST_TI_TOOLS:append:k3 = " \ k3conf \ " -ARAGO_TI_TEST:append:j721e = " \ +TI_TEST_TI_TOOLS:append:j721e = " \ ufs-utils \ " # Disable due to breakage # viddec-test-app -ARAGO_TI_TEST:append:j721e = " \ +TI_TEST_TI_TOOLS:append:j721e = " \ videnc-test-app \ " -ARAGO_TI_TEST:append:omapl138 = " \ +TI_TEST_TI_TOOLS:append:omapl138 = " \ ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', 'ti-ipc-test', d)} \ " RDEPENDS:${PN} = "\ - ${ARAGO_TEST} \ - ${ARAGO_TI_TEST} \ + ${TI_TEST_BASE} \ + ${TI_TEST_TI_TOOLS} \ " # Package group for things that should only be present in tisdk-default-image PACKAGES += " ${PN}-extras" RDEPENDS:${PN}-extras = "\ - ${ARAGO_TEST_EXTRAS} \ + ${TI_TEST_EXTRAS} \ "