diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 22:51:13 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-18 19:16:04 +0300 |
commit | c26cc3e1c366224eac51662232bf5cde6c2ba4b8 (patch) | |
tree | 8a18cc1005ab8c26a0af5bf9cc5b8eaa92f09323 | |
parent | e0f71450008a82c0131df25ca3e62b2c79a31aed (diff) | |
download | meta-raspberrypi-c26cc3e1c366224eac51662232bf5cde6c2ba4b8.tar.gz |
README: Add information about license codecs
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -87,5 +87,13 @@ variable RPI_GPU_FIRMWARE with one of the values below. | |||
87 | # arm224 : 224M ARM, 32M GPU split | 87 | # arm224 : 224M ARM, 32M GPU split |
88 | # arm240 : 240M ARM, 16M GPU split | 88 | # arm240 : 240M ARM, 16M GPU split |
89 | 89 | ||
90 | Optional - Add purchased license codecs: | ||
91 | |||
92 | To add you own licenses use variables KEY_DECODE_MPG2 and KEY_DECODE_WVC1 in local.conf. Example: | ||
93 | KEY_DECODE_MPG2 = "12345678" | ||
94 | KEY_DECODE_WVC1 = "12345678" | ||
95 | You can supply more licenses separated by comma. Example: | ||
96 | KEY_DECODE_WVC1 = "0x12345678,0xabcdabcd,0x87654321" | ||
97 | |||
90 | Layer maintainer: John Willis <John.Willis at distant-earth.com> | 98 | Layer maintainer: John Willis <John.Willis at distant-earth.com> |
91 | Andrei Gherzan <andrei at gherzan.ro> | 99 | Andrei Gherzan <andrei at gherzan.ro> |