From patchwork Fri Jul 28 16:00:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randolph Sapp X-Patchwork-Id: 28080 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 D7FDFC001DF for ; Fri, 28 Jul 2023 16:00:37 +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.35676.1690560031268827706 for ; Fri, 28 Jul 2023 09:00:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=aiZhhW2F; spf=pass (domain: ti.com, ip: 198.47.23.248, mailfrom: rs@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 36SG0SEv063826; Fri, 28 Jul 2023 11:00:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1690560028; bh=UPpPMQv0+QRvARyF3ecpoOJOWpGoZ7IZrzXSsrKvNGE=; h=From:To:CC:Subject:Date; b=aiZhhW2FbymuTtQWPmTBzNsxCAhHDk/9+9VP3EiUC9okaz7j5YOCRP5uAYxgPD59J y5wchN6esd5Y28nIUrG26Dj7ZfgFCmkEZsNkeOLfe2DA1gQHyQ1VEEEIOmyMvqvLPM HQuvwLMZFa2YnBYtHr5n+CRGochNcamwoLNGtr7A= Received: from DLEE100.ent.ti.com (dlee100.ent.ti.com [157.170.170.30]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 36SG0ShT061054 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 28 Jul 2023 11:00:28 -0500 Received: from DLEE103.ent.ti.com (157.170.170.33) 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; Fri, 28 Jul 2023 11:00:27 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE103.ent.ti.com (157.170.170.33) 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; Fri, 28 Jul 2023 11:00:27 -0500 Received: from rs-desk.dhcp.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 36SG0RuN051493; Fri, 28 Jul 2023 11:00:27 -0500 From: To: , CC: , Randolph Sapp Subject: [meta-ti][kirkstone/master][PATCH] ti-img-rogue-driver: bump srcrev to fix upstream compilation Date: Fri, 28 Jul 2023 11:00:06 -0500 Message-ID: <20230728160005.905140-2-rs@ti.com> X-Mailer: git-send-email 2.41.0 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 ; Fri, 28 Jul 2023 16:00:37 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/16867 From: Randolph Sapp This won't really address the issue of why the driver won't currently work against the upstream kernel, but at least it'll deal with the current compilation errors. Signed-off-by: Randolph Sapp --- .../powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb index 10f3b727..a4fc7113 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb @@ -22,7 +22,7 @@ SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https; S = "${WORKDIR}/git" -SRCREV = "c0adc3c36f4a0b2f590abfe0609b03096d58c648" +SRCREV = "1e0ff1e9f7e555acb28a85c42c2b72ee222ed05e" TARGET_PRODUCT:j721e = "j721e_linux" TARGET_PRODUCT:j721s2 = "j721s2_linux"