chep has quit [Read error: Connection reset by peer]
chep` is now known as chep
Daanct12 has joined #yocto
<jwinarsk>
tlwoerner: Nothing is seen until the weston desktop; which is what I wanted. I added the following to `/etc/xdg/weston/weston.ini` -> https://pastebin.com/PzN5nWex
<jwinarsk>
I believe there is a limitation with the Synopsys Design Ware HDMI block; perhaps similar to TI SoCs IIRC. I once read an explanation on it.
<jwinarsk>
Likely the boot chain is taking first available mode via EDID query depending on monitor resolution likely would not work. So either force the mode to a lower resolution in the bootchain, kernel config, weston, or use a smaller monitor.
<jwinarsk>
The large size mode reported does not work, and why it reports 3x is not clear -> https://pastebin.com/XEXJptH9
chep has quit [Read error: Connection reset by peer]
chep has joined #yocto
xmn has quit [Quit: xmn]
Articulus has joined #yocto
jmiehe1 has joined #yocto
jmiehe has quit [Ping timeout: 245 seconds]
jmiehe1 is now known as jmiehe
xmn has joined #yocto
jmd has joined #yocto
sugoi has quit [Ping timeout: 252 seconds]
steelswords9 has quit [Read error: Connection reset by peer]
steelswords9 has joined #yocto
chep has quit [Read error: Connection reset by peer]
chep has joined #yocto
jmd has quit [Remote host closed the connection]
leon-anavi has joined #yocto
sugoi has joined #yocto
sugoi has quit [Ping timeout: 244 seconds]
ray-san2 has joined #yocto
Chaser has joined #yocto
<ak77_>
hello
<ak77_>
my qemu native (qemu-system-x86_64) got built without display gtk option. where can I enable it ?
amitk has joined #yocto
mckoan_ is now known as mckoan
mckoan is now known as mckoan|away
Kubu_work has joined #yocto
rfuentess has joined #yocto
zpfvo has joined #yocto
<ak77_>
huh. one has to uncomment a line in generated local.conf to enable gtk ui frontend.
xmn has quit [Ping timeout: 276 seconds]
Ad0 has quit [Ping timeout: 245 seconds]
GNUmoon has quit [Remote host closed the connection]
Articulus has quit [Quit: Leaving]
GNUmoon has joined #yocto
prabhakalad has joined #yocto
dmoseley_ has joined #yocto
dmoseley has quit [Ping timeout: 276 seconds]
Ad0 has joined #yocto
mbulut_ has joined #yocto
alperak has joined #yocto
florian has joined #yocto
guest92 has joined #yocto
<qschulz>
jwinarsk: I believe this is being fixed by Jonas upstream? If you have some link for this explanation you once read, I would like to have it :)
Saur_Home66 has joined #yocto
MrFrank has quit [Ping timeout: 244 seconds]
Saur_Home12 has quit [Ping timeout: 256 seconds]
<guest92>
is there a way with yocto to only compile device tree instead of compiling completer kernel
<mcfrisk_>
guest92: DEPENDS = "dtc-native" in recipe and call dtc to compile?
sugoi has joined #yocto
druppy has joined #yocto
sugoi has quit [Ping timeout: 264 seconds]
<guest92>
mcfrisk_ you mean in an extra recipe or recipe for kernel
<mcfrisk_>
many non-kernel recipes do just that, DEPENDS += "dtc-native" and then compile some binary blobs which end up in various places.
druppy has quit [Ping timeout: 252 seconds]
<guest92>
mcfrisk_ thank you very much
ehussain has joined #yocto
ehussain has quit [Ping timeout: 264 seconds]
ehussain has joined #yocto
<qschulz>
tlwoerner: do you own some rk3288 and rk3328 by any chance? it seems like upstream TF-A supports those now
starblue1 has quit [Ping timeout: 246 seconds]
starblue1 has joined #yocto
zkrx has quit []
zkrx has joined #yocto
zkrx has quit []
MrFrank has joined #yocto
zkrx has joined #yocto
florian_kc has joined #yocto
DvorkinDmitry has joined #yocto
<DvorkinDmitry>
Kirkstone branch: file /etc/systemd/network conflicts between attempted installs of systemd-1:250.5-r0.cortexa7t2hf_neon and systemd-conf-1:1.0-r0.bs7e33tfa
<DvorkinDmitry>
I am installing /etc/systemd/network/eth0.network at systemd-conf_%.bbappend recipe
<mcfrisk_>
DvorkinDmitry: different permissions on /etc/systemd/network ?
goliath has joined #yocto
sugoi has joined #yocto
sugoi has quit [Ping timeout: 248 seconds]
DvorkinDmitry has quit [Ping timeout: 265 seconds]
<yocton>
abelloni: I've got a valid review on the doc series I sent yesterday, do you prefer a v2 of the series or a new patch on your master-next?
<yocton>
qschulz: thanks ;)
<tlwoerner>
jwinarsk: okay thanks, that's what i'm seeing too (no text messages during boot)
<tlwoerner>
qschulz: rk3288: the last time i tried my tinkerboard it didn't boot, never bothered to investigate since i don't use it for anything
maffan has joined #yocto
<tlwoerner>
qschulz: rk3328: yea, lots! nanopi-r2s, rock64, and i use rock-pi-e for a couple projects
<abelloni>
yocton: you can send v2
<yocton>
abelloni: ok!
DvorkinDmitry has joined #yocto
maffan has left #yocto [#yocto]
maffan has joined #yocto
goliath has quit [Quit: SIGSEGV]
Chaser has quit [Ping timeout: 248 seconds]
<qschulz>
tlwoerner: cool, maybe you wanna try upstream TF-A for the rk3328 as well :)
Minvera has joined #yocto
Daanct12 has quit [Quit: WeeChat 4.4.2]
<qschulz>
tlwoerner: well, it seems like you've already done the work and I hadn't read properly :)
Chaser has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
rfuentess has quit [Remote host closed the connection]
leon-anavi has quit [Quit: Leaving]
<moto-timo>
zeddii: coming across docker errors again for customer... should I add features/bpf/bpf.scc and features/netfilter/netfilter.scc to KERNEL_CACHE_FEATURES in linux_virtualization.inc and send a patch or add to docker.scc in yocto-kernel-cache and send a patch? (on the fence about IP_VS)
<zeddii>
There's so many bits and pieces that have been yanked into docker.scc, but it would be better to use the feature fragments via include. but honestly, either is ok. I need to refactor a lot of things into features anyway, so I could loop back and fix it later.
<moto-timo>
zeddii: agreed, I'm just thinking I should try to improve the situation... I personally like the include features in scc route better as well
steelswords9 has quit [Read error: Connection reset by peer]
<moto-timo>
zeddii: obviously I could make that green and give noob users the best out of box experience, but it becomes kitchen sink
steelswords9 has joined #yocto
<zeddii>
yah. I don't adhere to that exactly. some things are kitchen sink, and are better triggered conditionally.
<zeddii>
two kitchen sinks independently
florian has quit [Quit: Ex-Chat]
CrazyGecko has quit [Ping timeout: 260 seconds]
florian_kc has quit [Ping timeout: 260 seconds]
mbulut_ has quit [Ping timeout: 260 seconds]
sng has quit [Ping timeout: 260 seconds]
mbulut_ has joined #yocto
<tgamblin>
rburton: I can't seem to reproduce that failure with python3-dtc :/
<tgamblin>
built xen-image-minimal with my patch applied, it fails at the end on xen-image-minimal do_rootfs because it can't find some kernel modules, but no lopper complaints
zpfvo has quit [Quit: Leaving.]
mbulut_ has quit [Ping timeout: 272 seconds]
florian_kc has joined #yocto
praneeth_ has joined #yocto
florian_kc has quit [Ping timeout: 245 seconds]
guest92 has quit [Ping timeout: 256 seconds]
druppy has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
amitk has quit [Ping timeout: 265 seconds]
Chaser has joined #yocto
mulk has quit [Ping timeout: 246 seconds]
florian_kc has joined #yocto
mulk has joined #yocto
jmd has quit [Remote host closed the connection]
tgamblin has quit [Ping timeout: 252 seconds]
Chaser has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
merit has quit [Ping timeout: 276 seconds]
Chaser has joined #yocto
tgamblin has joined #yocto
Chaser has quit [Ping timeout: 245 seconds]
aardo has joined #yocto
ardo has quit [Ping timeout: 246 seconds]
Xagen has joined #yocto
khem has quit [Quit: WeeChat 4.4.2]
merit has joined #yocto
alperak has quit [Quit: Connection closed for inactivity]
druppy has quit [Ping timeout: 264 seconds]
merit has quit [Remote host closed the connection]
enok has joined #yocto
merit has joined #yocto
pidge_ has joined #yocto
sudip_ has joined #yocto
MrFrank has quit [*.net *.split]
MathieuDB has quit [*.net *.split]
Emantor has quit [*.net *.split]
pidge has quit [*.net *.split]
Wouter0100 has quit [*.net *.split]
sudip has quit [*.net *.split]
jbo has quit [*.net *.split]
rfried has quit [*.net *.split]
moto-timo has quit [*.net *.split]
flynn378 has quit [*.net *.split]
reatmon has quit [*.net *.split]
jkridner has quit [*.net *.split]
mario-goulart has quit [*.net *.split]
MrFrank has joined #yocto
jbo has joined #yocto
Wouter0100 has joined #yocto
Emantor has joined #yocto
MathieuDB has joined #yocto
rfried has joined #yocto
moto-timo has joined #yocto
flynn378 has joined #yocto
reatmon has joined #yocto
jkridner has joined #yocto
mario-goulart has joined #yocto
sudip_ is now known as sudip
khem has joined #yocto
<khem>
I have all the available ptests in meta-python working for qemux86-64
<khem>
in future I will ask anyone sending meta-python patches to run the ptests for relevant recipes
vthor_ has joined #yocto
vthor has quit [Ping timeout: 276 seconds]
vthor_ has quit [Client Quit]
vthor_ has joined #yocto
vthor_ is now known as vthor
vthor has quit [Client Quit]
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
<rburton>
tgamblin: annoying
<rburton>
tgamblin: try to delete the build tree and try again from sstate, it might be related to that
<moto-timo>
rburton: since a lot of tests passed, I am inclined to think the AB setup is ok. Selenium would have busted way worse if it wasn't.
<moto-timo>
rburton: I've seen at least one of those fail myself locally before, so the test cases might need tweaking. Unfortunately, the errors don't tell us much. Some folks do screen captures of the browswer window to see what messages are displayed. but then we'd need to teach AB how to do that and how to export as artefacts (the html report could also be exported as an artefact but I forget how useful it is)
<rburton>
moto-timo: good to know, thanks
Saur_Home4 has joined #yocto
Saur_Home66 has quit [Ping timeout: 256 seconds]
<moto-timo>
khem thank you for all that work. I agree we should enforce ptest requirements (unless the dependencies are just insane)
<khem>
I will add it to one of CI jobs I have
<moto-timo>
It’s been on my wishlist since I first enabled the per recipe ptests
<moto-timo>
yocton: don’t you have a class/test that would report recipes that had a /tests folder or similar? hints that the recipe should have ptest enabled
prabhakalad has quit [Ping timeout: 245 seconds]
prabhakalad has joined #yocto
<yocton>
moto-timo: yes we do
<yocton>
moto-timo: you want "unimplemented-ptest" in QA warnings
<moto-timo>
❤️
<moto-timo>
I need to add that to my AUH runs.
<moto-timo>
khem: we could recommend folks add 'unimplemented-ptest' when we respond with please enable ptest in your meta-python new recipe
<tgamblin>
rburton: still nothing. qemuarm64 xen-image-minimal, xen in DISTRO_FEATURES, my patch applied. Do you have a link to the failing AB run?
<yocton>
moto-timo: for python recipes, it will try to detect pytest usage. Keep in mind that it can easily have false positives and negatives.
<moto-timo>
yocton: understood, but at least it is there and "easy" to turn on
ajfriesen166 has joined #yocto
ajfriesen16 has quit [Ping timeout: 246 seconds]
ajfriesen166 is now known as ajfriesen16
Kubu_work has quit [Quit: Leaving.]
sugoi has quit [Ping timeout: 246 seconds]
prabhakalad has quit [Ping timeout: 260 seconds]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enok has quit [Ping timeout: 252 seconds]
DvorkinDmitry has joined #yocto
<DvorkinDmitry>
While building the Kirkstone: Please define 'CONFIG_DEFAULT_DEVICE_TREE', but DTB (file) and the CONFIG_DEFAULT_DEVICE_TREE is on its place!