diff options
author | Leah Rowe <leah@libreboot.org> | 2024-07-20 03:22:28 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-07-20 03:27:06 +0100 |
commit | fd29c8fd1a962ff1e12a97ad1199e83d98c6390c (patch) | |
tree | 802106f50371f4b4b36153e985839d8ad893683b /config/git | |
parent | 31f1e4dadfcc1ceecacec50dd2a14e63a44364bd (diff) |
quackboot (same idea as klompboot), from audit6
this is based directly on the audit6 final revision.
same idea as klompboot. remove u-boot and arm support,
remove pico-serprog, remove support for making release
archives, and basically see how small the build
system can possible get.
quackboot *beats* the very first klompboot, at 790 lines,
because klompboot 1 was just over 800 lines. klompboot 2
was 701 lines. vendor file logic is about 200 sloc so
the next klompboot will be about 600 lines.
this is the very first quackboot.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/git')
-rw-r--r-- | config/git/docs/pkg.cfg | 3 | ||||
-rw-r--r-- | config/git/pico-sdk/pkg.cfg | 3 | ||||
-rw-r--r-- | config/git/pico-serprog/pkg.cfg | 4 | ||||
-rw-r--r-- | config/git/stm32-vserprog/pkg.cfg | 3 | ||||
-rw-r--r-- | config/git/u-boot/pkg.cfg | 3 |
5 files changed, 0 insertions, 16 deletions
diff --git a/config/git/docs/pkg.cfg b/config/git/docs/pkg.cfg deleted file mode 100644 index 9913ee5f..00000000 --- a/config/git/docs/pkg.cfg +++ /dev/null @@ -1,3 +0,0 @@ -rev="e72d055915c3a9ffe739982946e101b146b2483c" -url="https://codeberg.org/vimuser/untitled" -bkup_url="https://notabug.org/untitled/untitled" diff --git a/config/git/pico-sdk/pkg.cfg b/config/git/pico-sdk/pkg.cfg deleted file mode 100644 index 68b5bca6..00000000 --- a/config/git/pico-sdk/pkg.cfg +++ /dev/null @@ -1,3 +0,0 @@ -rev="6a7db34ff63345a7badec79ebea3aaef1712f374" -url="https://codeberg.org/libreboot/pico-sdk" -bkup_url="https://github.com/raspberrypi/pico-sdk" diff --git a/config/git/pico-serprog/pkg.cfg b/config/git/pico-serprog/pkg.cfg deleted file mode 100644 index 54c5fa44..00000000 --- a/config/git/pico-serprog/pkg.cfg +++ /dev/null @@ -1,4 +0,0 @@ -rev="e75e3a20e63269a5e3189bc2e49a6a81d45a636a" -url="https://codeberg.org/libreboot/pico-serprog" -bkup_url="https://git.disroot.org/libreboot/pico-serprog" -depend="pico-sdk" diff --git a/config/git/stm32-vserprog/pkg.cfg b/config/git/stm32-vserprog/pkg.cfg deleted file mode 100644 index 9fb12c63..00000000 --- a/config/git/stm32-vserprog/pkg.cfg +++ /dev/null @@ -1,3 +0,0 @@ -rev="8fcf0a4d41800631b571fa7bbd1d8b251f0a2111" -url="https://codeberg.org/libreboot/stm32-vserprog" -bkup_url="https://git.disroot.org/libreboot/stm32-vserprog" diff --git a/config/git/u-boot/pkg.cfg b/config/git/u-boot/pkg.cfg deleted file mode 100644 index e65ad63a..00000000 --- a/config/git/u-boot/pkg.cfg +++ /dev/null @@ -1,3 +0,0 @@ -rev="HEAD" -url="https://source.denx.de/u-boot/u-boot.git" -bkup_url="https://github.com/u-boot/u-boot.git" |