From mboxrd@z Thu Jan 1 00:00:00 1970 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 623D3C77B73 for ; Fri, 28 Apr 2023 01:43:25 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.9874.1682646201444870236 for ; Thu, 27 Apr 2023 18:43:21 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 61F9240C68; Fri, 28 Apr 2023 01:43:20 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0zbWZIztISyq; Fri, 28 Apr 2023 01:43:20 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 2A5F940C3A; Fri, 28 Apr 2023 01:43:16 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id 03C5B16387B; Thu, 27 Apr 2023 21:42:35 -0400 (EDT) Date: Thu, 27 Apr 2023 21:42:34 -0400 From: Denys Dmytriyenko To: rs@ti.com Cc: afd@ti.com, detheridge@ti.com, reatmon@ti.com, meta-ti@lists.yoctoproject.org Subject: Re: [meta-ti][kirkstone][PATCHv2 0/4] Enable vulkan proper Message-ID: <20230428014234.GR9226@denix.org> References: <20230427210746.1915362-1-rs@ti.com> <20230427215039.GQ9226@denix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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 Apr 2023 01:43:25 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/16455 On Thu, Apr 27, 2023 at 06:58:32PM -0500, Randolph Sapp via lists.yoctoproject.org wrote: > On 4/27/23 16:50, Denys Dmytriyenko wrote: > >On Thu, Apr 27, 2023 at 04:07:42PM -0500, rs@ti.com wrote: > >>From: Randolph Sapp > >> > >>Properly enable Vulkan with all WSI extensions enabled. Attempt some > >>light packaging changes to the graphics umlibs recipe so we can decrease > >>the number of check we have to skip, and the checks become a little more > >>targeted. > >> > >>This version uses a cairo append that conditionally tweaks PACKAGECONFIG > >>flags based on the GPU driver that is selected. We're using this driver > >>flag instead of a machine feature because the open source driver will > >>add a whole new set of preferred configs that will be optimized later. > > > >LGTM. Is it kirkstone-specific? Any plans for master? > > Actually, disregard that last response. It'll apply cleanly to > master if you also cherry-pick the following patches from kirkstone: > c994d48021664d328ced52829542a3b1b86c4e02 > 2cc7895ebfea1df4afc2229f9762f129946b0b06 > b86fb13fb9638635bf957156833bccc10ddf5393 Can you please be more specific - none of these 3 commits exist in meta-ti nor meta-arago... > I must have incorrectly assumed those wouldn't apply to master when > I submitted them originally. My bad, they apply fine. > > > > >>Randolph Sapp (4): > >> ti-img-rogue-umlibs: bump srcrev, add vulkan, update deps > >> pvr-mesa: add new vulkan configuration options and wsi > >> cairo: resolve opengl version > >> ti-img-rogue-umlibs: package firmware separately > >> > >> .../recipes-graphics/cairo/cairo_%.bbappend | 1 + > >> .../recipes-graphics/cairo/pvr-cairo.inc | 5 +++ > >> .../ti-img-rogue-umlibs_23.1.6404501.bb | 33 +++++++++++++++---- > >> .../recipes-graphics/mesa/pvr-mesa.inc | 6 +++- > >> 4 files changed, 37 insertions(+), 8 deletions(-) > >> create mode 100644 meta-ti-bsp/recipes-graphics/cairo/cairo_%.bbappend > >> create mode 100644 meta-ti-bsp/recipes-graphics/cairo/pvr-cairo.inc