diff options
| author | Leah Rowe <leah@libreboot.org> | 2025-12-20 22:29:56 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2025-12-21 14:48:30 +0000 |
| commit | e7628421d7ef07d02f8d074f53e3a00cea465012 (patch) | |
| tree | e74a0b916221979ae7de0405624eb1a5757da843 /config/submodule/coreboot/default/cmocka/module.cfg | |
| parent | 946ede9e7d6af4823b40ad8b6f8b812d75df4e4d (diff) | |
coreboot/default: add cmocka submodule
otherwise, we get the following from coreboot's build
system, when performin operations in it:
tests/Makefile.mk:31: No system cmocka, build from 3rdparty instead...
However, *we* (Libreboot project) patch coreboot's build system,
so as to not download submodules itself, because lbmk handles
them manually. This is because lbmk's submodule handling has some
extra redundancy features.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/submodule/coreboot/default/cmocka/module.cfg')
| -rw-r--r-- | config/submodule/coreboot/default/cmocka/module.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/submodule/coreboot/default/cmocka/module.cfg b/config/submodule/coreboot/default/cmocka/module.cfg new file mode 100644 index 00000000..32a43066 --- /dev/null +++ b/config/submodule/coreboot/default/cmocka/module.cfg @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + +subgit="https://review.coreboot.org/cmocka.git" +subgit_bkup="https://github.com/coreboot/cmocka" +subhash="8be37372097d1aa5e03b565936db7891b6180e73" |
