diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-07 00:22:48 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-07 00:22:48 +0100 |
commit | 099ee3f4a10494f038e1ef8af313b93b593d9405 (patch) | |
tree | 56782b11f1607a7691f5e076a7fa8acd1b501d58 /config | |
parent | d0f99c2f98555e2ac1caea1a7f5ac04651d80ee1 (diff) |
config/git: use "depend" for serprog dependencies
this brings the handling of serprog projects in sync
with canoeboot, which relies on the "depend" variable
to get the needed submodules, because cbmk does not
download submodules for these projects
lbmk does download submodules. i want it in sync with
cbmk for this, to make merging easier between both
projects, because i'm going to make a change on both
projects, whereby config/submodules/ is used exclusively
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/git/pico-serprog | 8 | ||||
-rw-r--r-- | config/git/stm32-vserprog | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/config/git/pico-serprog b/config/git/pico-serprog index 6d46566b..2b07f750 100644 --- a/config/git/pico-serprog +++ b/config/git/pico-serprog @@ -4,4 +4,12 @@ url: https://codeberg.org/libreboot/pico-serprog bkup_url: https://git.disroot.org/libreboot/pico-serprog depend: pico-sdk + depend: rpi-pico-tinyusb +} + +{rpi-pico-tinyusb}{ + rev: 86c416d4c0fb38432460b3e11b08b9de76941bf5 + loc: pico-sdk/lib/tinyusb + url: https://codeberg.org/libreboot/tinyusb + bkup_url: https://github.com/hathach/tinyusb.git } diff --git a/config/git/stm32-vserprog b/config/git/stm32-vserprog index 37e901fc..3fc3b869 100644 --- a/config/git/stm32-vserprog +++ b/config/git/stm32-vserprog @@ -3,4 +3,12 @@ loc: stm32-vserprog url: https://codeberg.org/libreboot/stm32-vserprog bkup_url: https://git.disroot.org/libreboot/stm32-vserprog + depend: libopencm3 +} + +{libopencm3}{ + rev: 458250dc6147dc807eec9e4d5a6caf38a699ecb1 + loc: stm32-vserprog/libopencm3 + url: https://codeberg.org/libreboot/libopencm3 + bkup_url: https://github.com/libopencm3/libopencm3 } |