From patchwork Wed Jul 17 13:36:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aniket Limaye X-Patchwork-Id: 46550 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 C15D8C3DA4B for ; Wed, 17 Jul 2024 13:37:54 +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.15348.1721223471105891682 for ; Wed, 17 Jul 2024 06:37:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=iSY0lNZC; spf=pass (domain: ti.com, ip: 198.47.19.141, mailfrom: a-limaye@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 46HDboFm005323 for ; Wed, 17 Jul 2024 08:37:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1721223470; bh=6/0bSSEXXRQbcDcIK7+3Kuj5S0wYP9AVjDr8N629E4o=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=iSY0lNZCSOsO8STaK8iX4EB8JqxDcZm+1kHtk4dfsTACIg0kUYssQmYYDnGrC17yg R5fSxJ10Wd3awrj3rfCzEWjdkJ5Eg70TcSxJ3o34D8BoJbCdAl/Y0ytlgO518AIRm5 uV3TqL6AqEEIFfI3cy2Rcu5pvhQeGFoFplAolL7A= Received: from DLEE111.ent.ti.com (dlee111.ent.ti.com [157.170.170.22]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 46HDboqr027827 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 17 Jul 2024 08:37:50 -0500 Received: from DLEE100.ent.ti.com (157.170.170.30) 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; Wed, 17 Jul 2024 08:37:50 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE100.ent.ti.com (157.170.170.30) 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; Wed, 17 Jul 2024 08:37:50 -0500 Received: from PSDKL-Workstation0.dhcp.ti.com (psdkl-workstation0.dhcp.ti.com [172.24.227.91]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 46HDaflD025857; Wed, 17 Jul 2024 08:37:48 -0500 From: Aniket Limaye To: CC: , , , , , Aniket Limaye Subject: [meta-ti][master/scarthgap][PATCH 2/3] meta-ti-bsp: powervr: Enable building for j742s2 Date: Wed, 17 Jul 2024 19:06:14 +0530 Message-ID: <20240717133614.787998-3-a-limaye@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240717133614.787998-1-a-limaye@ti.com> References: <20240717133614.787998-1-a-limaye@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 ; Wed, 17 Jul 2024 13:37:54 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/17875 j742s2 has the same GPU as j784s4. Add j742s2 support to the recipes. Signed-off-by: Aniket Limaye --- .../powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb | 3 ++- .../powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb index 9d854da9..9007872f 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb @@ -9,7 +9,7 @@ PROVIDES = "virtual/gpudriver" PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|am62xx|am62pxx|j722s" +COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" DEPENDS = "virtual/kernel" @@ -24,6 +24,7 @@ SRCREV = "707bb373902babf9ced5fd2f99139209ca0f605a" TARGET_PRODUCT:j721e = "j721e_linux" TARGET_PRODUCT:j721s2 = "j721s2_linux" TARGET_PRODUCT:j784s4 = "j784s4_linux" +TARGET_PRODUCT:j742s2 = "j784s4_linux" TARGET_PRODUCT:am62xx = "am62_linux" TARGET_PRODUCT:am62pxx = "am62p_linux" TARGET_PRODUCT:j722s = "j722s_linux" diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb index 57475cb4..e2bf4799 100644 --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb @@ -8,7 +8,7 @@ inherit bin_package INHIBIT_DEFAULT_DEPS = "" PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|am62xx|am62pxx|j722s" +COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" PR = "r3" @@ -20,6 +20,7 @@ S = "${WORKDIR}/git/targetfs/${TARGET_PRODUCT}/${PVR_WS}/${PVR_BUILD}" TARGET_PRODUCT:j721e = "j721e_linux" TARGET_PRODUCT:j721s2 = "j721s2_linux" TARGET_PRODUCT:j784s4 = "j784s4_linux" +TARGET_PRODUCT:j742s2 = "j784s4_linux" TARGET_PRODUCT:am62xx = "am62_linux" TARGET_PRODUCT:am62pxx = "am62p_linux" TARGET_PRODUCT:j722s = "j722s_linux"