summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-09-16 22:51:13 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-18 19:16:04 +0300
commitc26cc3e1c366224eac51662232bf5cde6c2ba4b8 (patch)
tree8a18cc1005ab8c26a0af5bf9cc5b8eaa92f09323
parente0f71450008a82c0131df25ca3e62b2c79a31aed (diff)
downloadmeta-raspberrypi-c26cc3e1c366224eac51662232bf5cde6c2ba4b8.tar.gz
README: Add information about license codecs
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 90ad382..e001364 100644
--- a/README
+++ b/README
@@ -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
90Optional - Add purchased license codecs:
91
92To add you own licenses use variables KEY_DECODE_MPG2 and KEY_DECODE_WVC1 in local.conf. Example:
93KEY_DECODE_MPG2 = "12345678"
94KEY_DECODE_WVC1 = "12345678"
95You can supply more licenses separated by comma. Example:
96KEY_DECODE_WVC1 = "0x12345678,0xabcdabcd,0x87654321"
97
90Layer maintainer: John Willis <John.Willis at distant-earth.com> 98Layer maintainer: John Willis <John.Willis at distant-earth.com>
91 Andrei Gherzan <andrei at gherzan.ro> 99 Andrei Gherzan <andrei at gherzan.ro>