Commit Graph

2 Commits

Author SHA1 Message Date
5eb2972508 Remove buildroot submodule
All checks were successful
dustin/kioskpi/pipeline/head This commit looks good
Apparently, submodules don't work correctly when both `branch` and
`shallow` are specified.  It seems `git` fetches the latest commit and
_then_ tries to switch branches, which always fails:

> Unable to find refs/remotes/origin/2025.08.x revision in submodule
> path 'buildroot'

Let's just get rid of the submodule and do a shallow clone of
`buildroot` manually during the build.
2025-11-15 15:07:06 -06:00
09c5d379f8 Initial commit
Some checks failed
dustin/kioskpi/pipeline/head There was a failure building this commit
2025-11-15 13:10:09 -06:00