diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-08-20 19:25:49 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-08-21 15:54:41 +0300 |
commit | 5da09b299ecf5b90e1c766369874de28b60d00d8 (patch) | |
tree | e55ba177d6bcd9c89a578302a3744359becae9bb | |
parent | 88f8ddceef4cd7214ef29d915cc13228fdc2a7e2 (diff) | |
download | meta-raspberrypi-5da09b299ecf5b90e1c766369874de28b60d00d8.tar.gz |
README: Add info about extra apps / omxplayer
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | README | 23 |
1 files changed, 15 insertions, 8 deletions
@@ -34,7 +34,9 @@ Contents: | |||
34 | 2.C. Add purchased license codecs | 34 | 2.C. Add purchased license codecs |
35 | 2.D. Disable overscan | 35 | 2.D. Disable overscan |
36 | 2.E. Set overclocking options | 36 | 2.E. Set overclocking options |
37 | 3. Contribution | 37 | 3. Extra apps |
38 | 3.A. omxplayer | ||
39 | 4. Contribution | ||
38 | 40 | ||
39 | 41 | ||
40 | 42 | ||
@@ -94,16 +96,11 @@ URI: git://git.yoctoproject.org/poky | |||
94 | branch: master | 96 | branch: master |
95 | revision: HEAD | 97 | revision: HEAD |
96 | 98 | ||
97 | URI: git://git.openembedded.org/meta-openembedded | ||
98 | branch: master | ||
99 | revision: HEAD | ||
100 | |||
101 | How to use it: | 99 | How to use it: |
102 | 100 | ||
103 | 1. source poky/oe-init-build-env rpi-build | 101 | 1. source poky/oe-init-build-env rpi-build |
104 | 2. Add needed layers to bblayers.conf: | 102 | 2. Add needed layer to bblayers.conf: |
105 | - meta-raspberrypi | 103 | - meta-raspberrypi |
106 | - meta-openembedded/meta-oe | ||
107 | 3 Set MACHINE to raspberrypi in local.conf | 104 | 3 Set MACHINE to raspberrypi in local.conf |
108 | 4. bitbake rpi-hwup-image | 105 | 4. bitbake rpi-hwup-image |
109 | 5. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) | 106 | 5. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) |
@@ -155,8 +152,18 @@ SDRAM_FREQ = "500" | |||
155 | OVER_VOLTAGE = "6" | 152 | OVER_VOLTAGE = "6" |
156 | 153 | ||
157 | 154 | ||
155 | 3. Extra apps | ||
156 | ============= | ||
157 | |||
158 | 3.A. omxplayer | ||
159 | ============== | ||
160 | omxplayer depends on libav which has a commercial license. So in order to be | ||
161 | able to compile omxplayer you will need to whiteflag the commercial license | ||
162 | adding to you local.conf: | ||
163 | LICENSE_FLAGS_WHITELIST = "commercial" | ||
164 | |||
158 | 165 | ||
159 | 3. Contributing | 166 | 4. Contributing |
160 | =============== | 167 | =============== |
161 | 168 | ||
162 | To contribute to this layer you should send the patches for review to the | 169 | To contribute to this layer you should send the patches for review to the |