summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-06-09 23:05:53 +0000
committerScott Murray <scott.murray@konsulko.com>2024-04-24 12:29:36 -0400
commit5dca95d4b171c63f90e3488f3902ba8038831af7 (patch)
treea54987515fdcc277af54093ad32bd715322f1da1 /meta-agl-bsp
parent7efcc18896f91ed14d59a78bec5be7a2e8aab847 (diff)
meta-agl-bsp: agl_raspberrypi4: document additional license needed
linux-firmware-rpidistro now requires acceptance of "synaptics-killswitch" license, document it accordingly. Bug-AGL: SPEC-4578 Change-Id: I2b7ffd3eb26e35b917ad1d0f6589f05010b71c99 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r--meta-agl-bsp/conf/include/agl_raspberrypi4.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi4.inc b/meta-agl-bsp/conf/include/agl_raspberrypi4.inc
index 7fd878d66..4ba7ff0f6 100644
--- a/meta-agl-bsp/conf/include/agl_raspberrypi4.inc
+++ b/meta-agl-bsp/conf/include/agl_raspberrypi4.inc
@@ -11,7 +11,10 @@ RPI_USE_U_BOOT = "1"
ENABLE_UART ?= "1"
# For libomxil
-#LICENSE_FLAGS_ACCEPTED = "commercial"
+#LICENSE_FLAGS_ACCEPTED += "commercial"
+
+# For linux-firmware-rpidistro
+LICENSE_FLAGS_ACCEPTED += "synaptics-killswitch"
IMAGE_INSTALL:append = " kernel-modules linux-firmware-rpidistro-bcm43430 linux-firmware-rpidistro-bcm43455 create-combined-dtb "