From b91ee727621ac67176d54e9622b37a25fca7131f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 24 May 2024 22:01:02 +0100 Subject: 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 --- config/submodule/coreboot/dell/intel-microcode/module.cfg | 3 +++ config/submodule/coreboot/dell/libgfxinit/module.cfg | 3 +++ config/submodule/coreboot/dell/libhwbase/module.cfg | 3 +++ config/submodule/coreboot/dell/vboot/module.cfg | 3 +++ .../dell/vboot/patches/0001-don-t-treat-warnings-as-errors.patch | 4 ++-- 5 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 config/submodule/coreboot/dell/intel-microcode/module.cfg create mode 100644 config/submodule/coreboot/dell/libgfxinit/module.cfg create mode 100644 config/submodule/coreboot/dell/libhwbase/module.cfg create mode 100644 config/submodule/coreboot/dell/vboot/module.cfg (limited to 'config/submodule/coreboot/dell') diff --git a/config/submodule/coreboot/dell/intel-microcode/module.cfg b/config/submodule/coreboot/dell/intel-microcode/module.cfg new file mode 100644 index 00000000..a115badf --- /dev/null +++ b/config/submodule/coreboot/dell/intel-microcode/module.cfg @@ -0,0 +1,3 @@ +subrepo="https://review.coreboot.org/intel-microcode.git" +subrepo_bkup="https://github.com/coreboot/intel-microcode" +subrev="ece0d294a29a1375397941a4e6f2f7217910bc89" diff --git a/config/submodule/coreboot/dell/libgfxinit/module.cfg b/config/submodule/coreboot/dell/libgfxinit/module.cfg new file mode 100644 index 00000000..c3db628b --- /dev/null +++ b/config/submodule/coreboot/dell/libgfxinit/module.cfg @@ -0,0 +1,3 @@ +subrepo="https://review.coreboot.org/libgfxinit.git" +subrepo_bkup="https://github.com/coreboot/libgfxinit" +subrev="a4be8a21b0e2c752da0042c79aae5942418f53e2" diff --git a/config/submodule/coreboot/dell/libhwbase/module.cfg b/config/submodule/coreboot/dell/libhwbase/module.cfg new file mode 100644 index 00000000..7996007e --- /dev/null +++ b/config/submodule/coreboot/dell/libhwbase/module.cfg @@ -0,0 +1,3 @@ +subrepo="https://review.coreboot.org/libhwbase.git" +subrepo_bkup="https://github.com/coreboot/libhwbase" +subrev="584629b9f4771b7618951cec57df2ca3af9c6981" diff --git a/config/submodule/coreboot/dell/vboot/module.cfg b/config/submodule/coreboot/dell/vboot/module.cfg new file mode 100644 index 00000000..53306d64 --- /dev/null +++ b/config/submodule/coreboot/dell/vboot/module.cfg @@ -0,0 +1,3 @@ +subrepo="https://review.coreboot.org/vboot.git" +subrepo_bkup="https://github.com/coreboot/vboot" +subrev="3d37d2aafe1f941c532def2a1fbbb58c8dd84182" diff --git a/config/submodule/coreboot/dell/vboot/patches/0001-don-t-treat-warnings-as-errors.patch b/config/submodule/coreboot/dell/vboot/patches/0001-don-t-treat-warnings-as-errors.patch index 1e6fdc35..9e14dc7d 100644 --- a/config/submodule/coreboot/dell/vboot/patches/0001-don-t-treat-warnings-as-errors.patch +++ b/config/submodule/coreboot/dell/vboot/patches/0001-don-t-treat-warnings-as-errors.patch @@ -1,6 +1,6 @@ -From 191089826bbfe710bf40e494d3e1014537e35a31 Mon Sep 17 00:00:00 2001 +From d94300a671688746f2fb3d77eefa631a3ed90306 Mon Sep 17 00:00:00 2001 From: Leah Rowe -Date: Tue, 21 May 2024 23:19:08 +0100 +Date: Sun, 19 May 2024 23:35:52 +0100 Subject: [PATCH 1/1] don't treat warnings as errors Signed-off-by: Leah Rowe -- cgit v1.2.1