Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36956 )
Change subject: util/release: Add amd_blobs to blob list ......................................................................
util/release: Add amd_blobs to blob list
Change-Id: I4417c733b3915ad74d81d2e1e0904da06eea300e Signed-off-by: Patrick Georgi pgeorgi@google.com --- M util/release/build-release 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/36956/1
diff --git a/util/release/build-release b/util/release/build-release index 0d90d16..e0f64ff 100755 --- a/util/release/build-release +++ b/util/release/build-release @@ -70,6 +70,7 @@ exclude_paths="3rdparty/blobs " exclude_paths+="3rdparty/fsp " exclude_paths+="3rdparty/intel-microcode " +exclude_paths+="3rdparty/amd_blobs " for i in ${exclude_paths}; do blobs_paths+="coreboot-${VERSION_NAME}/${i} " exclude_opts+="--exclude=coreboot-${VERSION_NAME}/${i} "
Stefan Reinauer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36956 )
Change subject: util/release: Add amd_blobs to blob list ......................................................................
Patch Set 2: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/36956/2/util/release/build-release File util/release/build-release:
https://review.coreboot.org/c/coreboot/+/36956/2/util/release/build-release@... PS2, Line 72: exclude_paths+="3rdparty/intel-microcode " : exclude_paths+="3rdparty/amd_blobs " unrelated, but shouldn't those live in a subtree of blobs/?
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36956 )
Change subject: util/release: Add amd_blobs to blob list ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/36956/2/util/release/build-release File util/release/build-release:
https://review.coreboot.org/c/coreboot/+/36956/2/util/release/build-release@... PS2, Line 72: exclude_paths+="3rdparty/intel-microcode " : exclude_paths+="3rdparty/amd_blobs "
unrelated, but shouldn't those live in a subtree of blobs/?
fsp, too? that would be some major surgery and git generally isn't too good with moving submodules around.
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36956 )
Change subject: util/release: Add amd_blobs to blob list ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/36956/2/util/release/build-release File util/release/build-release:
https://review.coreboot.org/c/coreboot/+/36956/2/util/release/build-release@... PS2, Line 72: exclude_paths+="3rdparty/intel-microcode " : exclude_paths+="3rdparty/amd_blobs "
fsp, too? that would be some major surgery and git generally isn't too good with moving submodules a […]
Done
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/36956 )
Change subject: util/release: Add amd_blobs to blob list ......................................................................
util/release: Add amd_blobs to blob list
Change-Id: I4417c733b3915ad74d81d2e1e0904da06eea300e Signed-off-by: Patrick Georgi pgeorgi@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/36956 Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/release/build-release 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Stefan Reinauer: Looks good to me, approved
diff --git a/util/release/build-release b/util/release/build-release index 0d90d16..e0f64ff 100755 --- a/util/release/build-release +++ b/util/release/build-release @@ -70,6 +70,7 @@ exclude_paths="3rdparty/blobs " exclude_paths+="3rdparty/fsp " exclude_paths+="3rdparty/intel-microcode " +exclude_paths+="3rdparty/amd_blobs " for i in ${exclude_paths}; do blobs_paths+="coreboot-${VERSION_NAME}/${i} " exclude_opts+="--exclude=coreboot-${VERSION_NAME}/${i} "