Skip to content

Commit 6db6a0e

Browse files
committed
fix remove raspi-firmware
1 parent 9a8bfe3 commit 6db6a0e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

remove-raspi-firmware.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
diff --git a/functions/firmwarelists.sh b/functions/firmwarelists.sh
2-
index fe11d985a..c3913f68e 100755
2+
index fe11d985a..6b3b405e3 100755
33
--- a/functions/firmwarelists.sh
44
+++ b/functions/firmwarelists.sh
5-
@@ -91,7 +91,7 @@ Firmware_List_From_Contents () {
6-
# Exclude ARM firmware when no ARM is requested
7-
if [ ${HAS_ARM_ARCH} -eq 0 ]
8-
then
9-
- BLOCKLIST_FIRMWARE="${BLOCKLIST_FIRMWARE} arm-trusted-firmware-tools crust-firmware firmware-qcom-soc firmware-samsung firmware-ti-connectivity raspi-firmware"
10-
+ BLOCKLIST_FIRMWARE="${BLOCKLIST_FIRMWARE} arm-trusted-firmware-tools crust-firmware firmware-qcom-soc firmware-samsung firmware-ti-connectivity"
11-
fi
5+
@@ -96,7 +96,7 @@ Firmware_List_From_Contents () {
126
# Exclude x86 firmware when no x86 is requested
137
if [ ${HAS_X86_ARCH} -eq 0 ]
8+
then
9+
- BLOCKLIST_FIRMWARE="${BLOCKLIST_FIRMWARE} amd64-microcode firmware-intel-sound firmware-sof-signed intel-microcode"
10+
+ BLOCKLIST_FIRMWARE="${BLOCKLIST_FIRMWARE} amd64-microcode firmware-intel-sound firmware-sof-signed intel-microcode raspi-firmware"
11+
fi
12+
13+
# Deduplicate the list and prepare for easier manipulation by having each package on its own line

0 commit comments

Comments
 (0)