summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* README: Fix documentation to disable overscanjethroJonathan Liu2015-12-021-1/+1
| | | | | | To disable overscan, DISABLE_OVERSCAN should be set to 1 rather than 0. Signed-off-by: Jonathan Liu <net147@gmail.com>
* rpi-config: SPI bus supportGary Thomas2015-12-021-0/+5
| | | | | | | | | With the newer kernels that use device tree, the SPI bus is only enabled by a device tree setting. This is now supported by adding ENABLE_SPI_BUS = "1" in local.conf Signed-off-by: Gary Thomas <gary@mlbassoc.com>
* README: Add section on audio routingAlex J Lennon2015-10-241-5/+31
| | | | | | See http://redmine.gherzan.com/issues/55 Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
* README: Add extra iformation on creating/sending patches using gitKhem Raj2015-08-101-3/+8
| | | | | | | | Current instructions could be improvised to help user in creating properly formatted patches with some command help on git format-patch and git send-email Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi.inc: Make kgdboc kernel param optionalMauro Carvalho Chehab2015-08-101-8/+15
| | | | | | | | | | | | | The kernel debugger over console (kgdboc) parameter is being added unconditionally to the kernel command line but this means that the kernel will stop and wait for gdb to attach in case of a exception or when sending a sysrq-g key. This behaviour may not be what most users wants that are not remotely debugging the kernel over serial console so make it optional by adding a ENABLE_KGDB config option. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> [javier: Extended commit message and made it conditional] Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
* README: fix outdated device tree infoPetter Mabäcker2015-06-051-1/+2
| | | | | | | | After '6392a63 rpi-base.inc: Use KERNEL_DEVICETREE by default' was introduced, the default value for 3.18+ kernels was changed. Ensure this is reflected in the README. Signed-off-by: Petter Mabäcker <petter@technux.se>
* README: Layer now depends on meta-oe tooAndrei Gherzan2015-03-011-1/+1
| | | | | | Samba is a build dependency for omxplayer. Signed-off-by: Andrei Gherzan <andrei@resin.io>
* README: Remove info about gerrit serverAndrei Gherzan2015-03-011-29/+2
| | | | | | | We are not using the gerrit server anymore. Send patches using the mailing list. Signed-off-by: Andrei Gherzan <andrei@resin.io>
* README: Github repo changedAndrei Gherzan2015-02-141-1/+1
| | | | | Change-Id: If16b5a782d7154c05f6502554a03d215774e4c07 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: As users asked - bitbucket mirrorAndrei Gherzan2015-02-111-0/+3
| | | | | Change-Id: I240e5686d4740a84c35e5063ba08bff363b1b91e Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* Add support for Raspberry PI 2Andrei Gherzan2015-02-081-1/+1
| | | | | | | | | Add machine configuration file. Change the kernel image name on SD card. Use the defconfig for this machine (bcm2709_defconfig). Change-Id: I6549d5f49b1ed32ef4d44aca6f7af4234618c1a8 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: add info about device tree supportPetter Mabäcker2015-02-061-1/+14
| | | | | | | | | | Add basic info about device tree support for RPi and how to use KERNEL_DEVICETREE. Also fix minor typo in the section about redmine. Change-Id: Ibfee31e319c421c09d6e9cbfbe83364e8d055b95 Signed-off-by: Petter Mabäcker <petter@technux.se>
* README: Fix redmine tagAndrei Gherzan2015-02-051-2/+3
| | | | | Change-Id: I90d520c66f03503b225f42ac772b3b22cf461626 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Commit log issue tagAndrei Gherzan2015-02-041-0/+5
| | | | | Change-Id: I5c981a799abe709cac8e134ffb7b24fb21160de6 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Introduce redmineAndrei Gherzan2015-02-031-40/+30
| | | | | | | | Replace the ASCI graphics by some useful quick links. Some minor other changes. Change-Id: I7e1f118f22c60a5218751323c6cbebdc86e8e119 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Fix typoAndrei Gherzan2015-01-311-1/+1
| | | | | | | | Patch pulled from github: https://github.com/djwillis/meta-raspberrypi/pull/101 Change-Id: I9aaa3687c30d0fde5e981e7cafbabad7dc24ce50 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* 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