summaryrefslogtreecommitdiffstats
path: root/recipes-bcm/bootfiles/rpi-config_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* bootfiles: Move to recipes-bspAndrei Gherzan2015-03-121-74/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-config,README: Add option to enable offline image compositingAlex J Lennon2014-08-141-0/+6
| | | | | | | | | | | | | | | | | | 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>
* rpi-config: Use deploy as it should be usedAndrei Gherzan2014-01-251-41/+46
| | | | | Change-Id: I6c7782f3f46adeae74e22991bb9203dafa2e1c78 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-config: Add video camera controlGary Thomas2014-01-031-0/+6
| | | | | | | | Add video camera enable 'VIDEO_CAMERA' for config.txt Change-Id: I547004eebfba204ba683365bbdbad143f2cdfe6e Signed-off-by: Gary Thomas <gary@mlbassoc.com> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-config: Update to 2013-08-20 master's snapshotAndrei Gherzan2013-08-211-0/+57
Use git as package version. There is no package version for this script. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>