summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-28 14:11:47 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-28 14:12:52 (EDT)
commitc21e85bbfe85057208af548fc13d5bcc14aca86b (patch)
treee66824b3a3f45c057a2fe6cfa16820f3f33febe1
parent6aea9b8beb130b109a3c5a9a99c65a173c271bfd (diff)
downloadlibreboot-c21e85bbfe85057208af548fc13d5bcc14aca86b.zip
libreboot-c21e85bbfe85057208af548fc13d5bcc14aca86b.tar.gz
libreboot-c21e85bbfe85057208af548fc13d5bcc14aca86b.tar.bz2
Delete obsolete information about coreboot-libre trimming
This feature was removed from libreboot, so it's nonsense that it's still documented.
-rw-r--r--docs/maintain/index.html17
-rwxr-xr-xresources/scripts/helpers/build/release/src4
2 files changed, 1 insertions, 20 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html
index e9eb313..1cc498c 100644
--- a/docs/maintain/index.html
+++ b/docs/maintain/index.html
@@ -275,14 +275,6 @@
</p>
<p>
- You should also make sure to update
- <i>resources/scripts/helpers/build/trim/coreboot</i>
- which purges unused parts of coreboot. Basically, if it's
- purging parts that you now need, then that's a bug and you
- should fix it.
- </p>
-
- <p>
You should also test the resulting ROM images from building
with the new or modified coreboot revision.
</p>
@@ -344,15 +336,6 @@
$ <b>./build config corebootreplace grub/kfsn4-dre</b><br/>
$ <b>./build config corebootupdate grub/kfsn4-dre</b><br/>
</p>
-
- <p>
- You should also make sure to update the whitelist in
- <i>resources/scripts/helpers/build/trim/coreboot</i>
- which purges unused parts of coreboot (including boards).
- Basically, if it's
- purging parts that you now need, then that's a bug and you
- should fix it.
- </p>
<p>
<a href="#pagetop">Back to top of page</a>.
diff --git a/resources/scripts/helpers/build/release/src b/resources/scripts/helpers/build/release/src
index c930395..f604d61 100755
--- a/resources/scripts/helpers/build/release/src
+++ b/resources/scripts/helpers/build/release/src
@@ -74,11 +74,9 @@ rm -f "${distdir}/push"
rm -Rf "${distdir}/resources/utilities/coreboot-libre/"
# Download scripts not needed, because the modules already exist
-# in the src release archive. Trim scripts also not needed, because
-# the sources in the _src release archive are already trimmed.
+# in the src release archive
rm -f "${distdir}/download"
rm -Rf "${distdir}/resources/scripts/helpers/download/"
-rm -Rf "${distdir}/resources/scripts/helpers/build/trim/"
# The release archive for _src does not include docs, so it
# is nonsense to include the script for it there