From c21e85bbfe85057208af548fc13d5bcc14aca86b Mon Sep 17 00:00:00 2001
From: Francis Rowe
- You should also make sure to update - resources/scripts/helpers/build/trim/coreboot - 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. -
- -You should also test the resulting ROM images from building with the new or modified coreboot revision.
@@ -344,15 +336,6 @@ $ ./build config corebootreplace grub/kfsn4-dre- You should also make sure to update the whitelist in - resources/scripts/helpers/build/trim/coreboot - 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. -
Back to top of page. 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 -- cgit v0.9.1