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 A691FECAAD3 for ; Mon, 19 Sep 2022 16:37:22 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.web08.1176.1663605433392773618 for ; Mon, 19 Sep 2022 09:37:13 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd74.dcpf.telekom.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout10.t-online.de (Postfix) with SMTP id 0D8661026D; Mon, 19 Sep 2022 18:37:11 +0200 (CEST) Received: from [192.168.178.83] ([84.163.47.121]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1oaJla-1a0Ykq0; Mon, 19 Sep 2022 18:37:06 +0200 Date: Mon, 19 Sep 2022 18:37:01 +0200 From: Markus Volk Subject: Re: [yocto] Adding Vulkan to core-image-weston To: Alexander Kanavin Cc: Edgar Mobile , yocto@lists.yoctoproject.org Message-Id: In-Reply-To: References: X-Mailer: geary/40.0 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=-vKmBeHkHcCWQr1vutkk7" X-TOI-EXPURGATEID: 150726::1663605426-C9488B6F-68604C0A/0/0 CLEAN NORMAL X-TOI-MSGID: f7e50bd2-7cfa-4a42-a818-3ecdb1cfb03c 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, 19 Sep 2022 16:37:22 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/58078 --=-vKmBeHkHcCWQr1vutkk7 Content-Type: text/plain; charset=us-ascii; format=flowed Am Mo, 19. Sep 2022 um 16:33:11 +0100 schrieb Alexander Kanavin : > You need to check the Mesa recipe to see how the build options are > defined mesa builds vulkan support, if you add 'vulkan' to DISTRO_FEATURES. If you need to, you can add additional drivers with a line like this to a mesa_%.bbappend: VULKAN_DRIVERS:append = ",foo,bar" --=-vKmBeHkHcCWQr1vutkk7 Content-Type: text/html; charset=us-ascii
Am Mo, 19. Sep 2022 um 16:33:11 +0100 schrieb Alexander Kanavin <alex.kanavin@gmail.com>:
You need to check the Mesa recipe to see how the build options are defined

mesa builds vulkan support, if you add 'vulkan' to DISTRO_FEATURES. If you need to, you can add additional drivers with a line like this to a mesa_%.bbappend:

VULKAN_DRIVERS:append = ",foo,bar"
--=-vKmBeHkHcCWQr1vutkk7--