This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
eg-ciat:meetings [2025/01/22 13:31] jsmoeller |
eg-ciat:meetings [2025/04/02 12:24] (current) jsmoeller |
||
---|---|---|---|
Line 39: | Line 39: | ||
-------- | -------- | ||
+ | ==== Meeting 2025/04/02 ==== | ||
- | ==== Meeting 2025/01/22 ==== | + | === Attendees === |
+ | Jan-Simon, Scott, Marius | ||
+ | |||
+ | ===Topics=== | ||
+ | |||
+ | Active topics: | ||
+ | |||
+ | * lava lab status | ||
+ | * 4/2: | ||
+ | * baylibre: operational | ||
+ | * agl-core: operational | ||
+ | |||
+ | * NFS for sstate | ||
+ | * server deployed, issues in usage by cloud build nodes to resolve. | ||
+ | * Need to check with Ryan. | ||
+ | |||
+ | * SPDX | ||
+ | * SPDX+cve: vulnscout.io shown at EW. Could use cmdline mode to output PDF report in CI. | ||
+ | * superset of different scanners (e.g. grype) | ||
+ | * issues: | ||
+ | * downloads own copy of cvedb (again if yocto does already cve-check) | ||
+ | * can use cve-check + vex to enhance output | ||
+ | * TLDR: definitely look into it. | ||
+ | * other topics on SPDX ? | ||
+ | |||
+ | * Flutter image default in CI | ||
+ | * 12/11 | ||
+ | * added -device virtio-gpu-device on-top of -device VGA solved the issue | ||
+ | * still black screen https://x0.at/fyeq.png | ||
+ | * journal https://x0.at/Z9oR.txt | ||
+ | * reproducer: | ||
+ | * wget -nd -c "https://download.automotivelinux.org/AGL/snapshots/master/latest/qemuarm64/deploy/images/qemuarm64//Image" | ||
+ | * wget -nd -c "https://download.automotivelinux.org/AGL/snapshots/master/latest/qemuarm64/deploy/images/qemuarm64//agl-ivi-demo-flutter-qemuarm64.ext4.xz" | ||
+ | * cmdline: | ||
+ | * qemu-system-aarch64 -cpu cortex-a57 -machine virt -nographic -net nic,model=virtio,macaddr=52:54:00:12:34:58 -net user -m 4096 -monitor none -smp 2 -device usb-ehci -device virtio-rng-pci -device VGA,vgamem_mb=128,edid=on -device virtio-gpu-device -device qemu-xhci -device usb-tablet -device usb-kbd -vnc :0 -kernel Image -append "console=ttyAMA0,115200 root=/dev/vda verbose mem=4096M systemd.log_color=false " -drive format=raw,file=agl-ivi-demo-flutter-qemuarm64.ext4 | ||
+ | * changed position of -device VGA and -device virtio-gpu-device ! | ||
+ | * connect to localhost:0 with vnc client | ||
+ | * job with working case: https://lava.automotivelinux.org/scheduler/job/37958 | ||
+ | * todo: VERIFY increased timeout, verify master | ||
+ | * 01/22 | ||
+ | * verified latest master on qemuarm | ||
+ | * https://lava.automotivelinux.org/scheduler/job/39100 | ||
+ | * next: verify all boards | ||
+ | * qemux86-64 - working : https://lava.automotivelinux.org/scheduler/job/39119 | ||
+ | * qemuarm64 - working : https://lava.automotivelinux.org/scheduler/job/39118 | ||
+ | * refhw - working : https://lava.automotivelinux.org/scheduler/job/39114 | ||
+ | * upsquare - brownout. board being checked on | ||
+ | * pi4 - not working - gfx error: https://lava.automotivelinux.org/scheduler/job/39104 | ||
+ | * "[ 141.214304] vc4-drm gpu: [drm] *ERROR* Failed to allocate DLIST entry. Requested size=9. ret=-28. DISPCTRL is aa0c4fce" | ||
+ | * https://github.com/raspberrypi/linux/issues/5674 | ||
+ | * https://github.com/raspberrypi/linux/issues/5684 | ||
+ | * https://forums.raspberrypi.com/viewtopic.php?t=357826 | ||
+ | * | ||
+ | * pi5 - not working - gfx: [FAILED] Failed to start AGL compositor. | ||
+ | * need to add gfx dto or the like | ||
+ | * 02/05 | ||
+ | * no update | ||
+ | * 04/02 | ||
+ | * | ||
+ | |||
+ | * -next | ||
+ | * SECURITY.md now required by upstream YP | ||
+ | * "debug-tweaks" removed upstream YP ... will use individual options for same effect | ||
+ | |||
+ | New Topics: | ||
+ | * 02/05 | ||
+ | * github/gitlab + CI setup e.g. forrest runner | ||
+ | * github/gitlab usage by EGs | ||
+ | |||
+ | |||
+ | On Hold: | ||
+ | * Yocto-check-layer - https://jira.automotivelinux.org/browse/SPEC-4680 | ||
+ | * Binary Feed | ||
+ | * h3ulcb - kernel page oops | ||
+ | * compare kirkstone (quillback) with scarthgap (master) | ||
+ | * 11/27 | ||
+ | * fw-update done, retesting | ||
+ | * page faults still appear on scarthgap, thus can rule out old firmware | ||
+ | * 1/22 | ||
+ | * WIP | ||
+ | * 02/05 | ||
+ | * no update | ||
+ | |||
+ | Next meeting: | ||
+ | Apr 30th | ||
+ | |||
+ | |||
+ | |||
+ | ==== Meeting 2025/02/05 ==== | ||
=== Attendees === | === Attendees === | ||
- | Jan-Simon, Walt, Scott, Marius | + | Jan-Simon, Scott, Marius |
===Topics=== | ===Topics=== | ||
Line 50: | Line 139: | ||
* lava lab status | * lava lab status | ||
- | * 1/22: | + | * 2/5: |
* baylibre: operational | * baylibre: operational | ||
* agl-core: operational | * agl-core: operational | ||
- | * pi5 passing healthcheck | ||
* Flutter image default in CI | * Flutter image default in CI | ||
- | * 11/27 | ||
- | * need to compare runqemu vs lava cmdline -- JS | ||
- | * -device VGA might not be good enough | ||
* 12/11 | * 12/11 | ||
* added -device virtio-gpu-device on-top of -device VGA solved the issue | * added -device virtio-gpu-device on-top of -device VGA solved the issue | ||
Line 88: | Line 173: | ||
* pi5 - not working - gfx: [FAILED] Failed to start AGL compositor. | * pi5 - not working - gfx: [FAILED] Failed to start AGL compositor. | ||
* need to add gfx dto or the like | * need to add gfx dto or the like | ||
+ | * 02/05 | ||
+ | * no update | ||
* h3ulcb - kernel page oops | * h3ulcb - kernel page oops | ||
Line 96: | Line 183: | ||
* 1/22 | * 1/22 | ||
* WIP | * WIP | ||
+ | * 02/05 | ||
+ | * no update | ||
* -next | * -next | ||
Line 105: | Line 194: | ||
* option: enable rdp packageconfig in meta-agl-demo per bbappend by default | * option: enable rdp packageconfig in meta-agl-demo per bbappend by default | ||
* might have to package rdp plugin separately | * might have to package rdp plugin separately | ||
+ | |||
+ | New Topics: | ||
+ | * 02/05 | ||
+ | * github/gitlab + CI setup e.g. forrest runner | ||
+ | * github/gitlab usage by EGs | ||
Line 112: | Line 206: | ||
Next meeting: | Next meeting: | ||
- | Feb 5th | + | Feb 19th |