should be (note that it is images/m3ulcb/ , not images/m3ulcb-nogfx)
This is because the actual board in yocto is "m3ulcb" , thus the var used for the folder name is just 'm3ulcb' . The configuration w/o graphics is always '-nogfx'.
So we should simply strip "${MACHINE*%%-nogfx*}" might do in the shell scripts.
Not sure what to do in the jinja templates though. But the pattern is clear.
Environment
None
Activity
Show:
Kevin Hilman
November 20, 2018 at 7:19 PM
Merged into upstream ci-management.
Kevin Hilman
November 19, 2018 at 6:06 PM
The run-test-short-$RELEASE scripts in ci-management were passing the wrong path using --url.
See:
https://lava.automotivelinux.org/scheduler/job/1270
should be (note that it is images/m3ulcb/ , not images/m3ulcb-nogfx)
This is because the actual board in yocto is "m3ulcb" , thus the var used for the folder name is just 'm3ulcb' . The configuration w/o graphics is always '-nogfx'.
So we should simply strip "${MACHINE*%%-nogfx*}" might do in the shell scripts.
Not sure what to do in the jinja templates though. But the pattern is clear.