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 /docs/git | |
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 'docs/git')
-rw-r--r-- | docs/git/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/git/index.html b/docs/git/index.html index 34a694a..7aa2c6a 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -518,6 +518,19 @@ $ <b>./builddeps-flashrom static</b><br/> $ <b>./builddeps-bucts static</b> </p> + + <p> + The same as above applies for ARM (except, building bucts on ARM is pointless, and for flashrom + you only need the normal executable since the lenovobios_sst and _macronix executables are meant + to run on an X60/T60 while lenovo bios is present, working around the security restrictions). + </p> + + <p> + The script <b>mkextbuild</b> will generate a small source tarball called <b>tobuild.tar.xz</b> that + contains everything you need (including source) with which to build flashrom/bucts on these hosts. + The <b>build-release</b> script will have already executed this script for you, so the archive should + already exist. + </p> <p> You'll find that the files libreboot_bin.tar.xz and libreboot_src.tar.xz have been created. |