Fix buildroot when launched from install script#1229
Fix buildroot when launched from install script#1229davidharrishmc merged 3 commits intoopenhwgroup:mainfrom
Conversation
|
Hmm. Seems like the updated version of buildroot doesn't like being built as root, which happens when running the install script. The problem seems to be specific to building tar. |
|
Don't love a configuration option called Are there any alternatives? |
|
Not a fan of it either. It's what the error message mentioned, so I'm testing it as a starting point to see if it actually fixes the problem. Will see how it goes in the CI and then investigate other options. There was nothing immediately apparent though. |
|
Seems like with the new version of OpenSBI we need 1600000 instructions get to the OpenSBI banner instead of the previous 1400000. Updated regression-wally accordingly. |
a4cc5d8 to
bddbe62
Compare
|
Looks like this did work to successfully install buildroot on all distros. I don't love needing to pass that configuration flag, but unfortunately I can't really think of a better option. |
c280b83 to
3c0b1c2
Compare
3c0b1c2 to
699f73e
Compare
699f73e to
af99d2c
Compare
|
@davidharrishmc I still don't love the |
Generating buildroot worked when the makefile was launched directly but not when the install script called it. The issue was that
$WALLYwas not set.