mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
extra-build-config.md: Document DISABLE_VC4GRAPHICS
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
96c8459c93
commit
81c7d62914
|
@ -31,6 +31,10 @@ Accommodate the values above to your own needs (ex: ext3 / ext4).
|
||||||
|
|
||||||
See: <https://www.raspberrypi.org/documentation/configuration/config-txt/memory.md>
|
See: <https://www.raspberrypi.org/documentation/configuration/config-txt/memory.md>
|
||||||
|
|
||||||
|
## VC4
|
||||||
|
|
||||||
|
By default, each machine uses `vc4` for graphics. This will in turn sets mesa as provider for `gl` libraries. `DISABLE_VC4GRAPHICS` can be set to `1` to disable this behaviour falling back to using `userland`. Be aware that `userland` has not support for 64-bit arch. If you disable `vc4` on a 64-bit Raspberry Pi machine, expect build breakage.
|
||||||
|
|
||||||
## Add purchased license codecs
|
## Add purchased license codecs
|
||||||
|
|
||||||
To add you own licenses use variables `KEY_DECODE_MPG2` and `KEY_DECODE_WVC1` in
|
To add you own licenses use variables `KEY_DECODE_MPG2` and `KEY_DECODE_WVC1` in
|
||||||
|
|
Loading…
Reference in New Issue
Block a user