summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README23
1 files changed, 15 insertions, 8 deletions
diff --git a/README b/README
index 920d063..db88066 100644
--- a/README
+++ b/README
@@ -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
373. Contribution 373. Extra apps
38 3.A. omxplayer
394. Contribution
38 40
39 41
40 42
@@ -94,16 +96,11 @@ URI: git://git.yoctoproject.org/poky
94branch: master 96branch: master
95revision: HEAD 97revision: HEAD
96 98
97URI: git://git.openembedded.org/meta-openembedded
98branch: master
99revision: HEAD
100
101How to use it: 99How to use it:
102 100
1031. source poky/oe-init-build-env rpi-build 1011. source poky/oe-init-build-env rpi-build
1042. Add needed layers to bblayers.conf: 1022. Add needed layer to bblayers.conf:
105 - meta-raspberrypi 103 - meta-raspberrypi
106 - meta-openembedded/meta-oe
1073 Set MACHINE to raspberrypi in local.conf 1043 Set MACHINE to raspberrypi in local.conf
1084. bitbake rpi-hwup-image 1054. bitbake rpi-hwup-image
1095. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) 1065. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
@@ -155,8 +152,18 @@ SDRAM_FREQ = "500"
155OVER_VOLTAGE = "6" 152OVER_VOLTAGE = "6"
156 153
157 154
1553. Extra apps
156=============
157
1583.A. omxplayer
159==============
160omxplayer depends on libav which has a commercial license. So in order to be
161able to compile omxplayer you will need to whiteflag the commercial license
162adding to you local.conf:
163LICENSE_FLAGS_WHITELIST = "commercial"
164
158 165
1593. Contributing 1664. Contributing
160=============== 167===============
161 168
162To contribute to this layer you should send the patches for review to the 169To contribute to this layer you should send the patches for review to the