mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
download and copy serprog related src
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
This commit is contained in:
@@ -28,8 +28,9 @@ read projectname < projectname
|
||||
trees_fetch_list="coreboot u-boot seabios"
|
||||
simple_fetch_list="flashrom grub memtest86plus me_cleaner uefitool"
|
||||
simple_fetch_list="${simple_fetch_list} bios_extract biosutilities"
|
||||
download_only_list="pico-serprog stm32-vserprog"
|
||||
|
||||
dirlist="config util script include"
|
||||
dirlist="config util script include util-fw"
|
||||
linklist="build update handle" # symlinks in main directory, to script: lbmk
|
||||
filelist="lbmk README.md COPYING version versiondate projectname checkgit"
|
||||
filelist="${filelist} checkversion"
|
||||
@@ -87,7 +88,7 @@ download_modules()
|
||||
[ -d "${modname}" ] || ./update project trees ${modname} || \
|
||||
err "download_modules: couldn't download ${modname} trees"
|
||||
done
|
||||
for modname in ${simple_fetch_list}; do
|
||||
for modname in ${simple_fetch_list} ${download_only_list}; do
|
||||
[ -d "${modname}/" ] || ./update project repo ${modname} || \
|
||||
err "download_modules: couldn't download ${modname} repo"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user