document local rebuild method
Transitive rebuilding of the bootstrap cycle is buggy. So use local build mode and trigger all packages instead
This commit is contained in:
parent
316633ac5b
commit
112014a77d
@ -16,7 +16,7 @@ How to use locally:
|
||||
# disable remote repo
|
||||
./removerepo
|
||||
# rebuild the whole thing only with local packages
|
||||
pbuild --buildjobs=XXX --jobs=YYY --root=/space --vm-memory=8192 --vm-disk-size=32768
|
||||
pbuild --buildjobs=XXX --jobs=YYY --root=/space --buildtrigger=local --rebuild=all --vm-memory=8192 --vm-disk-size=32768
|
||||
|
||||
|
||||
## how to add local changes to packages
|
||||
|
Loading…
Reference in New Issue
Block a user