diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-31 00:00:52 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-31 00:01:52 (EST) |
commit | 1401cbb4a028500765367c62df82c31c82a2f61e (patch) | |
tree | 809695619e5f64d959d108d13a8ae79a6be5d96c /build-release | |
parent | fcb70880b49318e3d4324832a7e0353fc29f3dd0 (diff) | |
download | libreboot-1401cbb4a028500765367c62df82c31c82a2f61e.zip libreboot-1401cbb4a028500765367c62df82c31c82a2f61e.tar.gz libreboot-1401cbb4a028500765367c62df82c31c82a2f61e.tar.bz2 |
build-release: create small source archive with flashrom/bucts
For building those applications on the hosts that are difficult
to cross-compile for.
Diffstat (limited to 'build-release')
-rwxr-xr-x | build-release | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build-release b/build-release index 379086c..d8cac16 100755 --- a/build-release +++ b/build-release @@ -377,6 +377,10 @@ rm -f libreboot_src/mkgbe.h rm -f libreboot_src/ich9fdgbe_8m.bin rm -f libreboot_src/ich9fdgbe_4m.bin +# delete the "tobuild" +rm -rf libreboot_src/tobuild/ +rm -f libreboot_src/tobuild.tar.xz + echo "Creating compressed libreboot_src release archive" # create lzma compressed src archive @@ -399,4 +403,8 @@ echo "DONE. See libreboot_src.tar.xz and libreboot_bin.tar.xz" echo "NOTE FOR FCHMMR: don't forget to add ARM binaries for flashrom" echo "NOTE FOR FCHMMR: don't forget to add i386 binaries for flashrom/bucts" +# For those utilities that have to be built on the target +./mkextbuild +echo "The tarball tobuild.tar.xz has been created with everything needed to build these utilities" + # ------------------- DONE ---------------------- |