diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-24 22:01:02 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-24 23:42:05 +0100 |
commit | b91ee727621ac67176d54e9622b37a25fca7131f (patch) | |
tree | 78783eb4fe936268bb3a5a67c927d6b39195cf47 /config/submodule/coreboot/fam15h_rdimm | |
parent | 4a3ebe84a8cb565e57df3a3ea3af3130b9050f74 (diff) |
config: add backup coreboot submodule repositories
this is using the same functionality that was added a few
commits ago, to override the use of "git submodule update"
each coreboot submodule has two repositories defined, with
the second one kicking in if the mail one fails upon cloning.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/submodule/coreboot/fam15h_rdimm')
4 files changed, 9 insertions, 5 deletions
diff --git a/config/submodule/coreboot/fam15h_rdimm/blobs/module.cfg b/config/submodule/coreboot/fam15h_rdimm/blobs/module.cfg new file mode 100644 index 00000000..c7ae4683 --- /dev/null +++ b/config/submodule/coreboot/fam15h_rdimm/blobs/module.cfg @@ -0,0 +1,3 @@ +subrepo="https://review.coreboot.org/blobs.git" +subrepo_bkup="https://github.com/coreboot/blobs" +subrev="034b27818450428f70aa9316c8bd0d65bacd8ee8" diff --git a/config/submodule/coreboot/fam15h_rdimm/module.list b/config/submodule/coreboot/fam15h_rdimm/module.list index 3ca66d03..de2154e6 100644 --- a/config/submodule/coreboot/fam15h_rdimm/module.list +++ b/config/submodule/coreboot/fam15h_rdimm/module.list @@ -1,4 +1,2 @@ -3rdparty/amd_blobs -3rdparty/libgfxinit -3rdparty/libhwbase +3rdparty/blobs 3rdparty/vboot diff --git a/config/submodule/coreboot/fam15h_rdimm/vboot/module.cfg b/config/submodule/coreboot/fam15h_rdimm/vboot/module.cfg new file mode 100644 index 00000000..7a7ad3c6 --- /dev/null +++ b/config/submodule/coreboot/fam15h_rdimm/vboot/module.cfg @@ -0,0 +1,3 @@ +subrepo="https://review.coreboot.org/vboot.git" +subrepo_bkup="https://github.com/coreboot/vboot" +subrev="ecdca931ae0637d1a9498f64862939bd5bb99e0b" diff --git a/config/submodule/coreboot/fam15h_rdimm/vboot/patches/0001-don-t-treat-warnings-as-errors.patch b/config/submodule/coreboot/fam15h_rdimm/vboot/patches/0001-don-t-treat-warnings-as-errors.patch index 7e569082..1dbf6c13 100644 --- a/config/submodule/coreboot/fam15h_rdimm/vboot/patches/0001-don-t-treat-warnings-as-errors.patch +++ b/config/submodule/coreboot/fam15h_rdimm/vboot/patches/0001-don-t-treat-warnings-as-errors.patch @@ -1,6 +1,6 @@ -From ba16c0fe8236bd511e879693527993ce8ce3668b Mon Sep 17 00:00:00 2001 +From 2c5c8d9a5c999a5eedd9f17acb0bd3924524657d Mon Sep 17 00:00:00 2001 From: Leah Rowe <info@minifree.org> -Date: Tue, 21 May 2024 23:19:38 +0100 +Date: Tue, 21 May 2024 23:21:14 +0100 Subject: [PATCH 1/1] don't treat warnings as errors Signed-off-by: Leah Rowe <info@minifree.org> |