From 1401cbb4a028500765367c62df82c31c82a2f61e Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 31 Dec 2014 00:00:52 -0500 Subject: build-release: create small source archive with flashrom/bucts For building those applications on the hosts that are difficult to cross-compile for. --- (limited to 'build-release') 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 ---------------------- -- cgit v0.9.1