summaryrefslogtreecommitdiffstats
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-18 17:35:39 -0400
commit5edc3f85bd96d6df881b9c47e69e898bd493bcfa (patch)
treecc0a0cd78585dcdc0634e2955d862f7585dbdd27
parent8d9e81ed0d820c25d6825373b8bd69f2bddee64e (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>
-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 "