Skip to content
Snippets Groups Projects
Commit b4bcdc42 authored by Leah Rowe's avatar Leah Rowe
Browse files

build/release/src: don't auto-download tianocore

it will already be there, if it was used when build rom images
parent 15e4b8a0
Branches
Tags 20210522
No related merge requests found
......@@ -58,7 +58,7 @@ printf "Building ROM image archives for version %s\n" "${version}"
continue
fi
printf "Generating release/%s/roms/%s-%s_%s.tar.xz\n" "${projectname}" "${version}" "${version}" "${target##*/}"
printf "Generating release/%s/roms/%s-%s_%s.tar.xz\n" "${version}" "${projectname}" "${version}" "${target##*/}"
printf "%s\n" "${version}" > "${target}/version"
printf "%s\n" "${versiondate}" > "${target}/versiondate"
printf "%s\n" "${projectname}" > "${target}/projectname"
......
......@@ -55,11 +55,7 @@ printf "%s" "${version}" > "${srcdir}"/version
modlist="coreboot flashrom grub memtest86plus seabios ich9utils"
dirlist="resources"
filelist="download build README COPYING Makefile"
if [ ! -d "coreboot/default/payloads/external/tianocore/tianocore" ]; then
./download tianocore
fi
filelist="download build README.md COPYING Makefile update version versiondate projectname"
for modname in ${modlist}; do
if [ ! -d "${modname}/" ]; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment