| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
If the user forgot to run "./build rom withgrub" before
"./build release archives" and it fails (due to bin/ being
missing), the user then runs "./build rom withgrub", but
"./build release archives" then shows the error that the
libreboot_src directory already exists, and fails again.
|
|
|
|
|
| |
This fixes a bug where libreboot_docs.tar.xz was being distributed
inside libreboot_src.tar.xz
|
|
|
|
|
| |
A typo in the previous commit meant that it was being placed in
the main directory of the git clone.
|
|
|
|
|
|
|
|
| |
Don't include the documentation in libreboot_src or libreboot_util
but instead create a libreboot_docs archive. Most people who use
libreboot will be looking at the live documentation on the main
website, so having the docs in the release archives just means
wasted bandwidth.
|
| |
|
|
|
|
|
|
|
| |
libreboot_src already excludes the download scripts, because it
already distributes all of the components. The version of coreboot
distributed in these archives is already deblobbed, so the
deblobbing script isn't needed at all.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
All build scripts were moved to resources/scripts/helpers/
|