From ca1528915f80ecef86f6b0041511e3de96a92e86 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 11 Apr 2016 13:29:25 -0400 Subject: build/release/src: don't delete patches for coreboot The old model was to have 1 coreboot directory with 1 revision, with all patches for all boards, so this behaviour used to be correct. Now it is wrong, because different coreboot revisions are used in different directories, and the build process does git-init and applies those patches. So we need them. --- (limited to 'resources') diff --git a/resources/scripts/helpers/build/release/src b/resources/scripts/helpers/build/release/src index 94d81d6..08efb11 100755 --- a/resources/scripts/helpers/build/release/src +++ b/resources/scripts/helpers/build/release/src @@ -100,8 +100,6 @@ rm -Rf "${distdir}/resources/utilities/coreboot-libre/" rm -f "${distdir}/download" rm -Rf "${distdir}/resources/scripts/helpers/download/" -# Patches are not needed, because they are already applied to coreboot sources. -rm -Rf "${distdir}/resources/libreboot/patch/" # Other patches aren't needed in the release, either rm -Rf "${distdir}/resources/depthcharge/patch/" rm -Rf "${distdir}/resources/grub/patch/" -- cgit v0.9.1