diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-06-09 23:05:53 +0000 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2024-04-26 16:15:24 +0200 |
commit | 74db94aba754bd36ab546f85a5a4a80b91ce79e4 (patch) | |
tree | bf9a47f4edf0287d5be3989e8739b886a1b2513b /meta-agl-bsp/conf | |
parent | ff1f454ebb185877b35c3e2001dad7a5c0fb6ac8 (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/conf')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_raspberrypi4.inc | 5 |
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 " |