summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* rpi-config,README: Add option to enable offline image compositingAlex J Lennon2014-08-141-6/+23
| | | | | | | | | | | | | | | | | | Set this variable to enable support for dispmanx offline compositing DISMANX_OFFLINE = "1" This will enable the firmware to fall back to off-line compositing of Dispmanx elements. Normally the compositing is done on-line, during scanout, but cannot handle too many elements. With off-line enabled, an off-screen buffer is allocated for compositing. When scene complexity (number and sizes of elements) is high, compositing will happen off-line into the buffer. Heavily recommended for Wayland/Weston. See: http://wayland.freedesktop.org/raspberrypi.html Change-Id: I722b20ff5bdba1bdd0683d30bee07c3934c95a1f Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
* README: Some minor clarificationsAndrei Gherzan2014-08-141-3/+3
| | | | | Change-Id: I28f7e45b7b323597ed7e542ec117a2556bcecc94 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Add patch guidelines infoAndrei Gherzan2014-06-111-0/+3
| | | | | Change-Id: I2dac882a6dbe2fbca63a5c7405339edcca18cf04 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* Add initramfs supportSébastien Mennetrier2014-02-141-0/+13
| | | | | | | | Permit to build an image with initramfs. Add information in README to build with initramfs. Change-Id: Icb812151a22771717805ec0a82feb7993f462b47 Signed-off-by: Sébastien Mennetrier <s.mennetrier@innotis.org>
* README: Add info about U-Boot supportAndrei Gherzan2014-02-091-0/+9
| | | | | Change-Id: I1b17ef313d2005b7bf0ef853a2730144032f8539 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Cleanup and add info about imagesAndrei Gherzan2014-01-191-37/+21
| | | | | Change-Id: I904de647fdd5514d361d33e887fd68977cde7e8c Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Add video camera controlGary Thomas2014-01-031-0/+4
| | | | | | | | | Add optional 'VIDEO_CAMERA' setting to enable video camera at boot time. Change-Id: I8b2509aee1ff8ec94b7a3a3b5066d0411a957f43 Signed-off-by: Gary Thomas <gary@mlbassoc.com> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
* Merge "README: Fix IMAGE_FSTYPES example"Andrei Gherzan2013-11-131-1/+1
|\
| * README: Fix IMAGE_FSTYPES examplePaul Barker2013-11-121-1/+1
| | | | | | | | | | | | | | | | The SD image is always created with the extension "rpi-sdimg" and this cannot be changed by editing IMAGE_FSTYPES. Change-Id: I7336e8c698f13fba14ef9cc9bf6c0b262bf261e5 Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
* | Merge "README: Add info"Andrei Gherzan2013-11-131-12/+54
|\ \ | |/ |/|
| * README: Add infoAndrei Gherzan2013-11-131-12/+54
| | | | | | | | | | | | | | | | | | | | * Add some other minor formatting changes. * Add info about Trello board. * Add info about Gerrit server. * Split source code info in a separate section. Change-Id: Ib8fe5e11c1d95d14ff825a26d356b5ae432f2f93 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* | sdcard_image-rpi.bbclass: Allow optional compressionPaul Barker2013-11-121-0/+2
|/ | | | | | | | Image files will typically contain lots of null blocks and should compress well. This will help with distribution of images over slow network links. Change-Id: Icec7454ff61cd81a2872037037a93ce01191ece5 Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
* README: Add info about extra apps / omxplayerAndrei Gherzan2013-08-211-8/+15
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: RefactorAndrei Gherzan2013-01-241-32/+74
| | | | | | | | * Use maximum 80 columns per line * Add contents * Add "Contribution" section Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Replace old RPI_GPU_FIRMWARE with GPU_MEM variablesAndrei Gherzan2012-11-271-7/+5
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Minor tweaksAndrei Gherzan2012-10-171-6/+7
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Describe overclocking optionsJulian Scheel2012-10-171-0/+11
| | | | Signed-off-by: Julian Scheel <julian@jusst.de>
* README: Describe overscan optionJulian Scheel2012-10-171-0/+7
| | | | Signed-off-by: Julian Scheel <julian@jusst.de>
* README: Remove BBMASK = "rpi-zram-service" stepAndrei Gherzan2012-09-271-5/+3
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Add nice RPi ASCI logoAndrei Gherzan2012-09-181-0/+26
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Add information about license codecsAndrei Gherzan2012-09-181-0/+8
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Move RPI_GPU_FIRMWARE instructions to READMEAndrei Gherzan2012-09-161-0/+9
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Instruct users to add BBMASK as distro file was removedAndrei Gherzan2012-09-061-1/+2
| | | | | | [GITHUB #57] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Instruct users to add meta-oe layer to bblayers.confAndrei Gherzan2012-08-291-1/+7
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Add instructions for compressed deployed filesAndrei Gherzan2012-08-281-1/+9
| | | | | | [GITHUB #39] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* Merge pull request #3 from agherzan/devel_yoctoAndrei Gherzan2012-07-021-0/+20
|\ | | | | Add yocto build details and distro file
| * README: Add yocto specific infosAndrei Gherzan2012-07-021-0/+20
| | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* | README: fix setup-scripts URL Koen Kooi2012-05-221-5/+1
| | | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | README: Fix BBMASK regex.David-John Willis2012-05-211-1/+1
| | | | | | | | * Thanks to Gary Thomas for pointing this out.
* | README: Add information on BBMASK for use in Yocto.David-John Willis2012-05-211-3/+23
|/
* README: remove meta-angstrom from dependenciesPaul Eggleton2012-05-151-4/+0
| | | | | | meta-angstrom isn't specifically needed for this layer anymore. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* README: Add layer overview.David-John Willis2012-04-031-0/+35