Re: [PATCH] Gitlab: Add missing symlink for qemu_arm64_lwip boardenv file

2025-02-17 Thread Tom Rini
On Sun, 16 Feb 2025 10:29:03 -0600, Tom Rini wrote: > When adding the symlink for the conf file so qemu_arm64_lwip uses > qemu_arm64 configuration information, the symlink for the boardenv file > was missed in Gitlab (but not Azure). Add that in now. > > Applied to u-boot/master, thanks! -- T

Re: [PATCH] Gitlab: Add missing symlink for qemu_arm64_lwip boardenv file

2025-02-17 Thread Jerome Forissier
On 2/16/25 17:29, Tom Rini wrote: > When adding the symlink for the conf file so qemu_arm64_lwip uses > qemu_arm64 configuration information, the symlink for the boardenv file > was missed in Gitlab (but not Azure). Add that in now. > > Fixes: fd10d156db3f ("CI: add qemu_arm64_lwip to the test mat

[PATCH] Gitlab: Add missing symlink for qemu_arm64_lwip boardenv file

2025-02-16 Thread Tom Rini
When adding the symlink for the conf file so qemu_arm64_lwip uses qemu_arm64 configuration information, the symlink for the boardenv file was missed in Gitlab (but not Azure). Add that in now. Fixes: fd10d156db3f ("CI: add qemu_arm64_lwip to the test matrix") Signed-off-by: Tom Rini --- I'll take