All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: PHIL <heideggm@hotmail.com>
Cc: Markus Volk <f_l_k@t-online.de>,
	"yocto@lists.yoctoproject.org" <yocto@lists.yoctoproject.org>
Subject: Re: [yocto] Adding Vulkan to core-image-weston
Date: Wed, 21 Sep 2022 14:54:08 +0200	[thread overview]
Message-ID: <CANNYZj_OkdKSmRkyOWDNe_MApH_drqvOmy415DZ4Zf7hYoyh8A@mail.gmail.com> (raw)
In-Reply-To: <PH0PR84MB1835502638DA727304FBA402C74F9@PH0PR84MB1835.NAMPRD84.PROD.OUTLOOK.COM>

Next you need to check if you have the mesa-vulkan-drives package in
deploy-* in the same mesa builddir, and does it contain the needed
driver file?

Alex

On Wed, 21 Sept 2022 at 14:48, PHIL <heideggm@hotmail.com> wrote:
>
> It has the individual packages but split up. One directory for mesa-vulkan-drivers etc. I don't know how to process from here.
>
> Am 21. September 2022 14:38:10 MESZ schrieb Alexander Kanavin <alex.kanavin@gmail.com>:
>>
>> You need to check package-split/ to find out why.
>>
>> Alex
>>
>> On Wed, 21 Sept 2022 at 14:30, PHIL <heideggm@hotmail.com> wrote:
>>>
>>>
>>>  Ok, there is a build directory tmp/work/cortexa57-poky-linux/mesa/2_22.0.0-r0 . In there, there is a package directory that has all libGL* libraries and one libvulkan_virtio.so but they are not installed to the Image.
>>>
>>>  Am 21. September 2022 14:14:10 MESZ schrieb Alexander Kanavin <alex.kanavin@gmail.com>:
>>>>
>>>>
>>>>  This is not logs from mesa, this is logs from your image recipe. You
>>>>  need to start with mesa.
>>>>
>>>>  Alex
>>>>
>>>>  On Wed, 21 Sept 2022 at 14:12, PHIL <heideggm@hotmail.com> wrote:
>>>>>
>>>>>
>>>>>
>>>>>   One of the logs has this
>>>>>
>>>>>
>>>>>
>>>>>   Error:
>>>>>    Problem: package packagegroup-base-extended-1.0-r83.qemuarm64 requires packagegroup-base, but none of the providers can be installed
>>>>>     - package packagegroup-base-1.0-r83.qemuarm64 requires packagegroup-distro-base, but none of the providers can be installed
>>>>>     - conflicting requests
>>>>>     - nothing provides mesa-vulkan-drivers needed by packagegroup-distro-base-1.0-r83.qemuarm64
>>>>>   (try to add '--skip-broken' to skip uninstallable packages)
>>>>>
>>>>>   Am 21. September 2022 13:57:17 MESZ schrieb Alexander Kanavin <alex.kanavin@gmail.com>:
>>>>>>
>>>>>>
>>>>>>
>>>>>>   You need to go to mesa's build directlory and inspect what is getting
>>>>>>   built, with which options, and how it is installed and packaged. All
>>>>>>   the needed bits are there, but it does take a bit of 'yocto skill' to
>>>>>>   find your way around there. Start by looking at temp/log.do_configure
>>>>>>   (and then do_compile and do_install).
>>>>>>
>>>>>>   Alex
>>>>>>
>>>>>>   On Wed, 21 Sept 2022 at 13:38, PHIL <heideggm@hotmail.com> wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>    If I read the mesa-vulkan-drivers recipe right it should install libvulkan_*.so but it didnt I had to use vulkan-loader. Any idea in how to debug that?
>>>>>>>
>>>>>>>    Am 20. September 2022 15:26:45 MESZ schrieb Alexander Kanavin <alex.kanavin@gmail.com>:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>    What often works is running it under strace - you might be able to see the one key syscall that causes the failure. Otherwise you might have to go through the heavier gdb step through.
>>>>>>>>
>>>>>>>>    Alex
>>>>>>>>
>>>>>>>>    On Tue 20. Sep 2022 at 10.25, PHIL <heideggm@hotmail.com> wrote:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>    Ok it seems to use Software now given how slow weston-simple-egl has become. But vulkaninfo still fails with ERROR_INCOMPATIBLE_DRIVER.
>>>>>>>>>    --
>>>>>>>>>    Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>    --
>>>>>>>    Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
>>>>>
>>>>>
>>>>>
>>>>>   --
>>>>>   Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
>>>
>>>
>>>  --
>>>  Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
>
> --
> Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.


  reply	other threads:[~2022-09-21 12:54 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-16 11:43 Adding Vulkan to core-image-weston Edgar Mobile
2022-09-16 12:14 ` [yocto] " Alexander Kanavin
2022-09-16 17:17   ` Edgar Mobile
2022-09-17  8:28     ` Alexander Kanavin
2022-09-19  7:36       ` Edgar Mobile
2022-09-19  8:25         ` Alexander Kanavin
2022-09-19 12:28           ` Edgar Mobile
2022-09-19 13:31             ` Alexander Kanavin
2022-09-19 13:52               ` Edgar Mobile
2022-09-19 14:20                 ` Alexander Kanavin
2022-09-19 14:30                   ` Edgar Mobile
2022-09-19 14:36                     ` Alexander Kanavin
2022-09-19 14:40                       ` Edgar Mobile
2022-09-19 15:33                         ` Alexander Kanavin
2022-09-19 16:37                           ` Markus Volk
2022-09-19 16:54                             ` Edgar Mobile
2022-09-19 17:16                               ` Markus Volk
2022-09-20  7:28                                 ` Edgar Mobile
2022-09-20  7:39                                 ` Edgar Mobile
2022-09-20  8:23                                   ` Alexander Kanavin
2022-09-20  8:40                                     ` PHIL
2022-09-20  9:17                                       ` Alexander Kanavin
2022-09-20  9:25                                         ` PHIL
2022-09-20 13:26                                           ` Alexander Kanavin
2022-09-21 11:38                                             ` PHIL
2022-09-21 11:57                                               ` Alexander Kanavin
2022-09-21 12:12                                                 ` PHIL
2022-09-21 12:14                                                   ` Alexander Kanavin
2022-09-21 12:21                                                     ` PHIL
2022-09-21 12:30                                                     ` PHIL
2022-09-21 12:38                                                       ` Alexander Kanavin
2022-09-21 12:47                                                         ` PHIL
2022-09-21 12:54                                                           ` Alexander Kanavin [this message]
2022-09-21 13:35                                                             ` PHIL
2022-09-22 14:54                                                             ` PHIL
2022-09-22 16:22                                                             ` PHIL

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CANNYZj_OkdKSmRkyOWDNe_MApH_drqvOmy415DZ4Zf7hYoyh8A@mail.gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=f_l_k@t-online.de \
    --cc=heideggm@hotmail.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.