mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 17:58:46 +02:00
u-boot-libre: Add reproducible builds and tests
The tar options come from the tutorial to remove archives metadata at reproducible-builds.org[1]. [1]https://reproducible-builds.org/docs/archives/ Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
@@ -20,9 +20,10 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
.PHONY: all download modules ich9m-descriptors payloads roms release clean \
|
||||
crossgcc-clean install-dependencies-ubuntu install-dependencies-debian \
|
||||
install-dependencies-arch install-dependencies-void
|
||||
.PHONY: all check download modules ich9m-descriptors payloads roms release \
|
||||
clean crossgcc-clean install-dependencies-ubuntu \
|
||||
install-dependencies-debian install-dependencies-arch \
|
||||
install-dependencies-void
|
||||
|
||||
all: roms
|
||||
|
||||
@@ -69,3 +70,5 @@ install-dependencies-arch:
|
||||
|
||||
install-dependencies-void:
|
||||
./build dependencies void
|
||||
check:
|
||||
./tests/u-boot-libre
|
||||
|
||||
Reference in New Issue
Block a user