[yocto] Another attempt at Aarch64

2023-04-14 Thread Edgar Mobile
Greetings, I try to enable Vulkan on Aarch64 client another time. I added " vulkan" to DISTRO_FEATURES:append in local.conf and I try to add the venus-experimental=true flag to virglrenderer's bb file. But compiling virglrenderer doesn't work, it spits a linker error agains libvulkan. When I a

Re: [yocto] Adding SSH access to runqemu script

2023-04-13 Thread Edgar Mobile
Btw does Poky have a central switch for venus Vulkan driver? I feel like making another attempt. From: Alexander Kanavin Sent: Wednesday, April 12, 2023 5:45 PM To: Edgar Mobile Cc: yocto@lists.yoctoproject.org Subject: Re: [yocto] Adding SSH access to runqemu

Re: [yocto] Adding SSH access to runqemu script

2023-04-12 Thread Edgar Mobile
runqemu slirp was indeed enough to access via ssh -p root@localhost StrictHostKeyChecking=No Thanks! From: Alexander Kanavin Sent: Wednesday, April 12, 2023 5:45 PM To: Edgar Mobile Cc: yocto@lists.yoctoproject.org Subject: Re: [yocto] Adding SSH access

[yocto] Adding SSH access to runqemu script

2023-04-12 Thread Edgar Mobile
Greetings, I built an Aarch64 client image with core-image-weston from master. Now I want to access the running machine via ssh. Usually, I would do this by adding the following to the qemu call when not using the runqemu script: -device virtio-net-device,netdev=user0 -netdev user,id=user0,hos

Re: [yocto] Changing git url of qemu

2022-10-10 Thread Edgar Mobile
n what is your target. If you're running qemu on a x86 >>>>> host, it's better to not do software emulation and build for >>>>> qemux86_64 as well, and then run qemu with kvm, so it executes >>>>> directly on the host CPU. >>>>

Re: [yocto] Changing git url of qemu

2022-10-10 Thread Edgar Mobile
22:39:44 MESZ schrieb Alexander Kanavin >>>> : >>>> >>>>> >>>>> You might want to try enabling gallium-llvm only for the target mesa: >>>>> >>>>> PACKAGECONFIG:append:x86-64:pn-mesa = ' gallium-llvm'

Re: [yocto] Changing git url of qemu

2022-10-09 Thread Edgar Mobile
gallium-llvm only for the target mesa: >>> >>> PACKAGECONFIG:append:x86-64:pn-mesa = ' gallium-llvm' >>> >>> Alex >>> >>> On Fri, 30 Sept 2022 at 22:24, Edgar Mobile wrote: >>>> >>>> >>>> I delete

Re: [yocto] Changing git url of qemu

2022-09-30 Thread Edgar Mobile
mean arm? >> >> Am 30. September 2022 22:39:44 MESZ schrieb Alexander Kanavin >> : >>> >>> You might want to try enabling gallium-llvm only for the target mesa: >>> >>> PACKAGECONFIG:append:x86-64:pn-mesa = ' gallium-llvm' >>&

Re: [yocto] Changing git url of qemu

2022-09-30 Thread Edgar Mobile
>>> You might want to try enabling gallium-llvm only for the target mesa: >>> >>> PACKAGECONFIG:append:x86-64:pn-mesa = ' gallium-llvm' >>> >>> Alex >>> >>> On Fri, 30 Sept 2022 at 22:24, Edgar Mobile wrote: >>>> >>

Re: [yocto] Changing git url of qemu

2022-09-30 Thread Edgar Mobile
x > >On Fri, 30 Sept 2022 at 22:24, Edgar Mobile wrote: >> >> I deleted the whole build directory, recreated it, only added the arm switch >> in local conf and your changes for mesa.inc. >> After a few hours of building core-image-weston it again complains that it

Re: [yocto] Changing git url of qemu

2022-09-30 Thread Edgar Mobile
X86-64 is right or do you mean arm? Am 30. September 2022 22:39:44 MESZ schrieb Alexander Kanavin : >You might want to try enabling gallium-llvm only for the target mesa: > >PACKAGECONFIG:append:x86-64:pn-mesa = ' gallium-llvm' > >Alex > >On Fri, 30 Sept 202

Re: [yocto] Changing git url of qemu

2022-09-30 Thread Edgar Mobile
ed 28. Sep 2022 at 10.21, PHIL mailto:heide...@hotmail.com>> wrote: I try to enable vulkan according to this tutorial https://www.collabora.com/news-and-blog/blog/2021/11/26/venus-on-qemu-enabling-new-virtual-vulkan-driver/ According to the author the modified qemu branch is

Re: [yocto] Changing git url of qemu

2022-09-29 Thread Edgar Mobile
is from 2021. Have you tried the software Vulkan in the guest? Alex On Wed 28. Sep 2022 at 10.21, PHIL mailto:heide...@hotmail.com>> wrote: I try to enable vulkan according to this tutorial https://www.collabora.com/news-and-blog/blog/2021/11/26/venus-on-qemu-enabling-

Re: [yocto] Changing git url of qemu

2022-09-29 Thread Edgar Mobile
tal flag to mesa and virglrenderer meson >>>>>> recipes. >>>>>> >>>>>> I still get ERROR_INCOMPATIBLE_DRIVER when running vulkaninfo. >>>>>> >>>>>> What am I missing for Software Mode? >>&

Re: [yocto] Changing git url of qemu

2022-09-28 Thread Edgar Mobile
to mesa and virglrenderer meson >>>>>> recipes. >>>>>> >>>>>> I still get ERROR_INCOMPATIBLE_DRIVER when running vulkaninfo. >>>>>> >>>>>> What am I missing for Software Mode? >>>>>> >

Re: [yocto] Changing git url of qemu

2022-09-28 Thread Edgar Mobile
you tried the software Vulkan in the guest? >>>>> >>>>> Alex >>>>> >>>>> On Wed 28. Sep 2022 at 10.21, PHIL wrote: >>>>>> >>>>>> >>>>>> I try to enable vulkan according to this

Re: [yocto] Changing git url of qemu

2022-09-28 Thread Edgar Mobile
orial >>>> >>>> https://www.collabora.com/news-and-blog/blog/2021/11/26/venus-on-qemu-enabling-new-virtual-vulkan-driver/ >>>> >>>> According to the author the modified qemu branch is still necessary so I >>>> want to enable that. >>&

Re: [yocto] Changing git url of qemu

2022-09-28 Thread Edgar Mobile
/www.collabora.com/news-and-blog/blog/2021/11/26/venus-on-qemu-enabling-new-virtual-vulkan-driver/ >>>> >>>> According to the author the modified qemu branch is still necessary so I >>>> want to enable that. >>>> >>>> >>>> Am 28

Re: [yocto] Changing git url of qemu

2022-09-28 Thread Edgar Mobile
r Kanavin < >> alex.kana...@gmail.com>: >>> >>> You need to clarify what you want to do exactly. Why can’t you use the >>> existing recipe? >>> >>> Alex >>> >>> On Wed 28. Sep 2022 at 9.58, Edgar Mobile wrote: >>

Re: [yocto] Changing git url of qemu

2022-09-28 Thread Edgar Mobile
Alexander Kanavin : >You need to clarify what you want to do exactly. Why can’t you use the >existing recipe? > >Alex > >On Wed 28. Sep 2022 at 9.58, Edgar Mobile wrote: > >> Greetings, >> >> I want to change the git repo url in order to test the Venus driver

[yocto] Changing git url of qemu

2022-09-28 Thread Edgar Mobile
Greetings, I want to change the git repo url in order to test the Venus driver. Can someone tell me which variable in which recipe I'd have to set? Regards -- Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to t

Re: [yocto] Builing Gcc fails Poky

2022-09-27 Thread Edgar Mobile
t; > On Tue, 2022-09-27 at 18:11 +0200, Edgar Mobile wrote: >> > > Greetings, >> > > Trying to build core-image-weston from current master fails for >> > > gcc >> > > 12.2.0-r0 with lots of linker errors. >> > > >> > > Names

Re: [yocto] Builing Gcc fails Poky

2022-09-27 Thread Edgar Mobile
t;On Tue, 2022-09-27 at 18:11 +0200, Edgar Mobile wrote: >> Greetings, >> Trying to build core-image-weston from current master fails for gcc >> 12.2.0-r0 with lots of linker errors. >> >> Names of missing functions are strange ala gen_cmulvnx16qi3. >> In insn-out

[yocto] Builing Gcc fails Poky

2022-09-27 Thread Edgar Mobile
Greetings, Trying to build core-image-weston from current master fails for gcc 12.2.0-r0 with lots of linker errors. Names of missing functions are strange ala gen_cmulvnx16qi3. In insn-output.o System is an ubuntu 22.04.1 LTS Build Target is qemuarm64 Any idea? Regards -- Diese Nachricht wur

Re: [yocto] Building vulkan-samples

2022-09-23 Thread Edgar Mobile
4 for the install command as I can not find an environment variable that has it. Regards From: Alexander Kanavin Sent: Friday, September 23, 2022 1:45 PM To: Edgar Mobile Cc: Yocto-mailing-list Subject: Re: [yocto] Building vulkan-samples I finally got a mome

[yocto] Building vulkan-samples

2022-09-23 Thread Edgar Mobile
I added vulkan-samples to CORE_IMAGE_EXTRA_INSTALL but it only installs spirv-cross not any of the samples am I missing something? Regards -- Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Rep

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-22 Thread Edgar Mobile
One more thing: It seems bitbake/meson has problems updating the build flags when I add the Venus-experimental=true flag. Changing the bb file does not update the variables in the meson logs where Venus is still false. Am 21. September 2022 14:54:08 MESZ schrieb Alexander Kanavin : >Next you n

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-22 Thread Edgar Mobile
Okay There is a file called mesa_22.0.3.bb. Adding the following line VULKAN_DRIVERS:append ="virtio-experimental" there will successfully add /usr/lib/libvulkan_virtio.so. Still isn't enough though. Am 21. September 2022 14:54:08 MESZ schrieb Alexander Kanavin : >Next you need to check if you

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Edgar Mobile
There is a directory called deploy-rpms. It has rpms for all gl/elg/mesa stuff but not the stuff from mesa-vulkan-drivers as libvulkan_virtio.so Am 21. September 2022 14:54:08 MESZ schrieb Alexander Kanavin : >Next you need to check if you have the mesa-vulkan-drives package in >deploy-* in the

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Edgar Mobile
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 : >You need to check package-split/ to find out why. > >Alex > >On Wed, 21 Sept 2022 at 14:30, PHIL wrote:

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Edgar Mobile
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 : >This is not

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Edgar Mobile
Another logfile has this ERROR: /media/user/SSD1TB/yoctoqemu/poky/meta/recipes-graphics/mesa/mesa-gl_22.0.0.bb: Error during parse shell code, the last 5 lines are:     bbnote Executing meson  -Dshared-glapi=enabled -Dglx-read-only-text=true -Dplatforms='x11'    -Ddri3=disabled  -D

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Edgar Mobile
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  

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Edgar Mobile
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 : >What often works is running it under strace - you might be able to see the >one

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-20 Thread Edgar Mobile
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. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-20 Thread Edgar Mobile
gt; >Alex > >On Tue 20. Sep 2022 at 8.39, Edgar Mobile wrote: > >> Ok, I added these two lines now to a file named virglrenderer_0.9.1.bb . >> Bitbake now says: >> >> ERROR: Nothing PROVIDES 'ninja-nativevulkan-loader' (but virtual:native: >> ...

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-20 Thread Edgar Mobile
roviders. Missing or unbuildable dependency chain was: {'core-image-weston', 'meta-extsdk-toolchain', 'qemu-helper-native', 'qemu-system-native', 'virglrenderer-native', 'ninja-nativevulkan-loader' ________

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-20 Thread Edgar Mobile
Hmm, I can't find a virglrenderer.bb. Do I need to add something? From: Markus Volk Sent: Monday, September 19, 2022 5:16 PM To: Edgar Mobile Cc: Alexander Kanavin ; yocto@lists.yoctoproject.org Subject: Re: [yocto] Adding Vulkan to core-image-weston

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-19 Thread Edgar Mobile
't help either. From: Markus Volk Sent: Monday, September 19, 2022 4:37 PM To: Alexander Kanavin Cc: Edgar Mobile ; yocto@lists.yoctoproject.org Subject: Re: [yocto] Adding Vulkan to core-image-weston Am Mo, 19. Sep 2022 um 16:33:11 +0100 schrieb Alexander Kanavin

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-19 Thread Edgar Mobile
Is editing meson_options.txt the recommended way to customize Mesa in Yocto? From: Alexander Kanavin Sent: Monday, September 19, 2022 2:36 PM To: Edgar Mobile Cc: yocto@lists.yoctoproject.org Subject: Re: [yocto] Adding Vulkan to core-image-weston You do, yes

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-19 Thread Edgar Mobile
What are the qemu params to activate swrast vulkan driver? And do I still need mesa vulkan package? meson logs show it wasnt't compiled with vulkan-drivers. From: Alexander Kanavin Sent: Monday, September 19, 2022 2:20 PM To: Edgar Mobile Cc:

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-19 Thread Edgar Mobile
From: Alexander Kanavin Sent: Monday, September 19, 2022 1:31 PM To: Edgar Mobile Cc: yocto@lists.yoctoproject.org Subject: Re: [yocto] Adding Vulkan to core-image-weston As I said you need to inspect the working directory of the recipe to find out what goes where. Alex On Mon 19. Sep 2022

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-19 Thread Edgar Mobile
I have the impression that the only binary vulkan-samples installs is /usr/bin/spirv-cross . Are there other packages that install more samples? From: Alexander Kanavin Sent: Monday, September 19, 2022 8:25 AM To: Edgar Mobile Cc: yocto@lists.yoctoproject.org

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-19 Thread Edgar Mobile
Greetings, I see the libvulkan.so.* libs now, but I don't see any sample binaries that look like Vulkan. Is there a list somewhere for all the files in vulkan-samples? Regards From: Alexander Kanavin Sent: Saturday, September 17, 2022 8:28 AM To: Edgar M

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-16 Thread Edgar Mobile
Ok, so I switched to Kirkstone and added vulkan-samples to CORE_IMAGE_EXTRA_INSTALL. But no libvulkan.so in /usr/lib. Am I missing something? From: Alexander Kanavin Sent: Friday, September 16, 2022 12:14 PM To: Edgar Mobile Cc: yocto@lists.yoctoproject.org

[yocto] Adding Vulkan to core-image-weston

2022-09-16 Thread Edgar Mobile
Greetings, I'd like to test graphics rendering with Vulkan on an Aarch64 Yocto honister (qemu, host is x64). Can you tell me which parameters I need to add to local.conf to get all libs and headers installed (plus maybe some useful tools and demo if present)? Regards -=-=-=-=-=-=-=-=-=-=-=- L

Re: [yocto] Adding systemd to yocto

2022-05-04 Thread Edgar Mobile
Ok, that worked thanks everyone! From: Scott Murray Sent: Tuesday, May 3, 2022 12:53 PM To: Edgar Mobile Cc: Yocto-mailing-list Subject: Re: [yocto] Adding systemd to yocto On Tue, 3 May 2022, Edgar Mobile wrote: > Apparently, this is not enough: > >

Re: [yocto] Adding systemd to yocto

2022-05-03 Thread Edgar Mobile
STRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"VIRTUAL-RUNTIME_initscripts = "" IMAGE_ROOTFS_EXTRA_SPACE = "38048576" From: Scott Murray Sent: Monday, May 2, 2022 2:32 PM To: Edgar Mobile Cc: Joel Winarske ; Yocto-mailing-list Subject:

Re: [yocto] Adding systemd to yocto

2022-05-02 Thread Edgar Mobile
Ok, correction: I complains about pam missing. From: Edgar Mobile Sent: Monday, May 2, 2022 7:47 AM To: Scott Murray ; Joel Winarske Cc: Yocto-mailing-list Subject: Re: [yocto] Adding systemd to yocto I added INIT_MANAGER="systemd" To local.co

Re: [yocto] Adding systemd to yocto

2022-05-02 Thread Edgar Mobile
I added INIT_MANAGER="systemd" To local.conf. Now it complains that weston-xwayland is missing which sounds weird for core-image-weston. Am I missing something? Regardss From: Scott Murray Sent: Friday, April 29, 2022 3:07 PM To: Joel Winarske ; Ed

[yocto] Adding systemd to yocto

2022-04-28 Thread Edgar Mobile
Greetings, I tried to add systemd to weston-image-core by adding the following lines in local.conf: DISTRO_FEATURES:append = " systemd" VIRTUAL-RUNTIME_init_manager = "systemd" And indeed, bitbake seems to use them in somve way: DISTRO_FEATURES="acl alsa argp bluetooth debuginfod ext2 ipv4 ipv

Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.

2022-03-18 Thread Edgar Mobile
It's a mobile Nvidia Quadro M1000M with an official driver. Driver version...uuuh 495 something. From: Alexander Kanavin Sent: Friday, March 18, 2022 7:28 PM To: Edgar Mobile Cc: yocto@lists.yoctoproject.org Subject: Re: [yocto] runqemu - ERROR - Failed t

Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.

2022-03-18 Thread Edgar Mobile
eneral updates about this ... launchpad.net From: yocto@lists.yoctoproject.org on behalf of Edgar Mobile Sent: Thursday, March 17, 2022 2:00 PM To: Alexander Kanavin Cc: yocto@lists.yoctoproject.org Subject: Re: [yocto] runqemu - ERROR - Failed to run qem

Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.

2022-03-17 Thread Edgar Mobile
ander Kanavin Sent: Thursday, March 17, 2022 1:51 PM To: Edgar Mobile Cc: yocto@lists.yoctoproject.org Subject: Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available. There is no hardware acceleration with bochs at all, if you want it, you need to make v

Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.

2022-03-17 Thread Edgar Mobile
Do you know if bochs driver is available and active for yocto 3.4 or 3.5? From: Alexander Kanavin Sent: Thursday, March 17, 2022 11:26 AM To: Edgar Mobile Cc: yocto@lists.yoctoproject.org Subject: Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system

Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.

2022-03-17 Thread Edgar Mobile
I tried that first and it was horribly slow. That's why I try hardware acceleration now. Do you _know_ it doesn't work? If yes, why? From: Alexander Kanavin Sent: Thursday, March 17, 2022 10:33 AM To: Edgar Mobile Cc: yocto@lists.yoctoproject.org S

Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.

2022-03-17 Thread Edgar Mobile
/ the Mesa in Yocto provide it? From: Alexander Kanavin Sent: Wednesday, March 16, 2022 2:51 PM To: Edgar Mobile Cc: yocto@lists.yoctoproject.org Subject: Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available. This

[yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.

2022-03-16 Thread Edgar Mobile
Greetings, I tried to run an Aarch64 Yocto with qemu on amd 64 Host. For that purpose, I built core-image-weston from Hardknott following the manual https://www.mail-archive.com/yocto@lists.yoctoproject.org/msg07306.html I then try to run runqemu sdl gl But it always aborts with runqemu - ER

[yocto] Activate ivi shell on core-image-weston

2022-03-09 Thread Edgar Mobile
Greetings, can someone tell me if and how it is possible to activate the ivi shell as default shell in core-image-weston ? Regards -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56407): https://lists.yoctoproject.org/g/yocto/message/56407 Mute Th

[yocto] Changing keyboard layout in core-image-clutter / qemuarm64

2022-03-04 Thread Edgar Mobile
Greetings, I successfully built and ran core-image-clutter under qemuarm64. However, the default keyboard layout is a qwerty although I need german qwertz. I already tried loadkeys de to no avail. I suspect the reason might be that core-image-clutter uses x11 but I don't know how I should config