*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has quit IRC (Quit: jmiehe) | 00:29 | |
*** davidinux <davidinux!~davidinux@212.102.54.105> has quit IRC (Ping timeout: 240 seconds) | 01:31 | |
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (Remote host closed the connection) | 01:32 | |
*** davidinux <davidinux!~davidinux@212.102.54.105> has joined #yocto | 01:32 | |
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto | 01:35 | |
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has quit IRC (Quit: Leaving.) | 01:49 | |
*** camus <camus!~Instantbi@2409:8a1e:911b:ff00:6015:924d:1dbe:2632> has joined #yocto | 02:00 | |
*** starblue <starblue!~juergen@dslb-088-078-105-175.088.078.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds) | 02:09 | |
*** starblue <starblue!~juergen@dslb-088-078-110-186.088.078.pools.vodafone-ip.de> has joined #yocto | 02:11 | |
*** jclsn76 <jclsn76!~jclsn@185.220.216.31.dynamic-pppoe.dt.ipv4.wtnet.de> has joined #yocto | 03:42 | |
*** jclsn7 <jclsn7!~jclsn@84.46.34.144.dynamic-pppoe.dt.ipv4.wtnet.de> has quit IRC (Ping timeout: 240 seconds) | 03:44 | |
*** jclsn76 is now known as jclsn7 | 03:44 | |
*** sgw <sgw!~swold_loc@user/sgw> has quit IRC (Ping timeout: 240 seconds) | 06:19 | |
*** sgw <sgw!~swold_loc@user/sgw> has joined #yocto | 06:34 | |
jclsn[m] | So does anyone know how to get libGL.so.1 without installing X11? | 06:39 |
---|---|---|
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV) | 06:51 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 07:07 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Client Quit) | 07:07 | |
jclsn7 | I did rebuild the SDK now and the libGL.so.1 dependency seems to be fixed. | 07:41 |
jclsn7 | Still having some issues running the application though. After setting QT_QPA_PLATFORM=eglfs and DISPLAY=:0, I get | 07:42 |
jclsn7 | EGL library doesn't support Emulator extensions | 07:42 |
jclsn7 | Do I maybe need to install some additional egl libraries? | 07:43 |
jclsn7 | And how can I set environment variables for the target board? | 07:56 |
jclsn7 | This doesn't work https://stackoverflow.com/questions/57015416/how-do-i-set-an-environmental-variable-on-my-target-board-using-a-yocto-recipe | 07:57 |
dwagenk | does your target rootfs `/etc/profile` sourse the scripts in `/etc/profile.d`? the suggestion from that link depends on that. | 07:59 |
dwagenk | if you just need the env variables set for a specific program I'd go with an `my-bin-wrapped.sh` script like this:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/271c7c775884156c6f4c6c60699feed269541377) | 08:02 |
jclsn7 | dwagenk: Not sure. I just found out that you have to add it as a recipe though. I tried it in local.conf before | 08:04 |
jclsn7 | I want to set the environment globally. I was hoping that there would be an official way to do that. Really weird that there isn't | 08:05 |
dwagenk | It definitely seems like something that shuld be easy. I think I used the /etc/profile approach before but more often the wrapper-script approach was sufficient. | 08:07 |
jclsn7 | I am just rebuilding and will try it out. Creating a recipe is not difficult, but there should be some varialbe like GLOBAL_ENV_VARIABLES in local.conf | 08:09 |
jclsn7 | After all, setting environment variables is a pretty common thing to do | 08:09 |
jclsn7 | Setting up Qt in Yocto is really not easy though.... | 08:11 |
jclsn7 | @dwagenk Seems like it doesn't source the scripts in /etc/profile.d | 08:54 |
jclsn7 | Will try adding them to /etc/profile directly | 08:54 |
*** tgamblin_ <tgamblin_!~tgamblin@2607:fea8:c2a0:8640:7a3:73e3:df4:afe1> has joined #yocto | 08:56 | |
*** tgamblin <tgamblin!~tgamblin@cpe64777de11593-cm64777de11590.cpe.net.cable.rogers.com> has quit IRC (Ping timeout: 256 seconds) | 08:56 | |
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Quit: ZZZzzz…) | 09:08 | |
*** sergioprado <sergioprado!~sergiopra@179.209.47.126> has joined #yocto | 09:26 | |
*** Starfoxxes <Starfoxxes!~Starfoxxe@ip-037-201-006-167.um10.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds) | 09:26 | |
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has joined #yocto | 09:37 | |
*** Thorn <Thorn!~Thorn@user/thorn> has quit IRC (Ping timeout: 256 seconds) | 09:56 | |
*** Thorn <Thorn!~Thorn@user/thorn> has joined #yocto | 09:58 | |
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has quit IRC (Ping timeout: 240 seconds) | 10:02 | |
*** dev1990 <dev1990!~dev@78.9.136.196> has joined #yocto | 10:44 | |
jclsn7 | God this is horrible | 10:47 |
*** dev1990 <dev1990!~dev@78.9.136.196> has quit IRC (Quit: Konversation terminated!) | 10:50 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has joined #yocto | 10:52 | |
*** dev1990 <dev1990!~dev@78.9.136.196> has joined #yocto | 10:52 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has quit IRC (Ping timeout: 272 seconds) | 10:59 | |
*** manuel1985 <manuel1985!~manuel198@2a02:1748:dd5c:f290:c5b2:fdff:b718:9edf> has joined #yocto | 11:21 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has joined #yocto | 11:23 | |
*** goliath <goliath!~goliath@user/goliath> has joined #yocto | 11:29 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has quit IRC (Ping timeout: 250 seconds) | 12:21 | |
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5390:d00:12bf:48ff:feb8:38c8> has joined #yocto | 12:34 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has joined #yocto | 13:31 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has quit IRC (Ping timeout: 256 seconds) | 14:06 | |
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto | 14:29 | |
*** dtometzki <dtometzki!~dtometzki@fedora/dtometzki> has joined #yocto | 15:36 | |
*** dtometzki <dtometzki!~dtometzki@fedora/dtometzki> has quit IRC (Read error: Connection reset by peer) | 15:37 | |
*** dtometzki <dtometzki!~dtometzki@fedora/dtometzki> has joined #yocto | 15:37 | |
*** dtometzki <dtometzki!~dtometzki@fedora/dtometzki> has quit IRC (Read error: Connection reset by peer) | 15:38 | |
*** dtometzki <dtometzki!~dtometzki@fedora/dtometzki> has joined #yocto | 15:38 | |
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has joined #yocto | 16:41 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has joined #yocto | 17:23 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has quit IRC (Ping timeout: 256 seconds) | 17:37 | |
* RP runs the M3 build | 17:39 | |
* moto-timo crosses fingers | 17:41 | |
*** starblue <starblue!~juergen@dslb-088-078-110-186.088.078.pools.vodafone-ip.de> has quit IRC (Ping timeout: 272 seconds) | 18:36 | |
*** starblue <starblue!~juergen@dslb-188-109-105-029.188.109.pools.vodafone-ip.de> has joined #yocto | 18:37 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has joined #yocto | 18:40 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has quit IRC (Ping timeout: 245 seconds) | 19:02 | |
*** ahs3 <ahs3!~ahs3@user/ahs3> has joined #yocto | 19:12 | |
*** ahs3 <ahs3!~ahs3@user/ahs3> has quit IRC (Remote host closed the connection) | 19:12 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has joined #yocto | 20:07 | |
*** GillesM <GillesM!~gilles@228.100.5.84.rev.sfr.net> has joined #yocto | 20:17 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has quit IRC (Ping timeout: 250 seconds) | 20:22 | |
*** sergioprado <sergioprado!~sergiopra@179.209.47.126> has quit IRC (Quit: WeeChat 2.8) | 20:54 | |
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Ping timeout: 240 seconds) | 20:56 | |
*** GillesM <GillesM!~gilles@228.100.5.84.rev.sfr.net> has quit IRC (Quit: Leaving) | 21:15 | |
*** kevinrowland <kevinrowland!~kevinrowl@104.129.199.51> has joined #yocto | 21:17 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has joined #yocto | 21:34 | |
*** tlwoerner_ <tlwoerner_!~tlwoerner@pppoe-209-91-167-254.vianet.ca> has quit IRC (Ping timeout: 256 seconds) | 21:35 | |
*** tlwoerner <tlwoerner!~tlwoerner@pppoe-209-91-167-254.vianet.ca> has joined #yocto | 21:43 | |
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto | 21:54 | |
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has joined #yocto | 22:24 | |
*** kevinrowland <kevinrowland!~kevinrowl@104.129.199.51> has quit IRC (Quit: Client closed) | 22:25 | |
*** olani <olani!~olani@h87-96-160-54.cust.a3fiber.se> has quit IRC (Ping timeout: 250 seconds) | 22:53 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has quit IRC (Ping timeout: 272 seconds) | 23:14 | |
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV) | 23:27 | |
*** florian <florian!~florian@dynamic-093-132-086-108.93.132.pool.telefonica.de> has joined #yocto | 23:37 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!