Commit Graph

4 Commits (97beb4305bf1c61d4a74197bf7f9d98bfc1c92dc)

Author SHA1 Message Date
Leah Rowe 514f61d6ba pico-sdk: Remove old, unnecessary patch
This was leftover from idk when. It's not in lbmk.

We don't need it here. This is a relic from when
the build system used git's submodules feature.

Nowadays, the build system automatically handles
directories such as what this patch handled.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2025-01-07 02:12:13 +00:00
Leah Rowe a02b152f44 rename nukeblobs to a more generic name
blobs.list is now nuke.list

this is because i'm going to import this functionality
into lbmk (libreboot build system).

libreboot will not do full deblobbing like canoeboot does,
but there are still certain files that i like to delete
in releases, such as u-boot's strlcat.c file under tests

calling it "nukeblobs" in libreboot makes no sense, but
i like to avoid merge conflicts when cherry-picking
patches between cbmk and lbmk, so i like to make sure
that functions and variables common to both are named
the name.

simply calling it "nuke" or calling the files "nuke.list"
is probably inoffensive while conveying the same meaning.

Signed-off-by: Leah Rowe <info@minifree.org>
2024-05-26 09:33:27 +01:00
Leah Rowe 8db1b6da37 delete overlooked blobs in src/pico-sdk
thanks go to craig topman for finding these!

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-11-03 17:40:08 +00:00
Leah Rowe 58ec3ca34f Canoeboot 20231026 release
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-27 08:21:04 +01:00