summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-06-20 00:51:41 +0100
committerLeah Rowe <leah@libreboot.org>2023-06-20 00:51:41 +0100
commit347f0899b74b687c30d5c269225c502f232671e9 (patch)
tree2416ab5344dd97589196be9e1a39281a4eacef66 /resources
parent051f928fd21c7081979c45c6a84553f589686c39 (diff)
update release files
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/build/release/src5
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/scripts/build/release/src b/resources/scripts/build/release/src
index 09a9810e..ad0c55f0 100755
--- a/resources/scripts/build/release/src
+++ b/resources/scripts/build/release/src
@@ -28,7 +28,7 @@ modlist="${modlist} bios_extract"
dirlist="resources util" # do not add blobs directory here. it's handled below
-filelist="blobutil modify download build README.md COPYING Makefile update"
+filelist="lbmk blobutil modify download build README.md COPYING Makefile update"
filelist="${filelist} version versiondate projectname .gitcheck gitclone"
version="version-unknown"
@@ -103,7 +103,8 @@ copy_blobs()
{
mkdir -p "${srcdir}"/blobs
# do not copy intel ME etc, but do copy ifd/gbe files
- for i in t440p xx20 xx30 hp8200sff hp_ivybridge hp_sandybridge; do
+ for i in t440p xx20 xx30 hp8200sff hp_ivybridge hp_sandybridge \
+ hp8300usdt; do
for j in ifd gbe 16_ifd; do
if [ -f "blobs/${i}/${j}.bin" ]; then
if [ ! -e "${srcdir}/blobs/${i}" ]; then