aboutsummaryrefslogtreecommitdiffstats
path: root/README
AgeCommit message (Collapse)Author
2015-03-01README: Layer now depends on meta-oe tooAndrei Gherzan
Samba is a build dependency for omxplayer. Signed-off-by: Andrei Gherzan <andrei@resin.io>
2015-03-01README: Remove info about gerrit serverAndrei Gherzan
We are not using the gerrit server anymore. Send patches using the mailing list. Signed-off-by: Andrei Gherzan <andrei@resin.io>
2015-02-14README: Github repo changedAndrei Gherzan
Change-Id: If16b5a782d7154c05f6502554a03d215774e4c07 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2015-02-11README: As users asked - bitbucket mirrorAndrei Gherzan
Change-Id: I240e5686d4740a84c35e5063ba08bff363b1b91e Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2015-02-08Add support for Raspberry PI 2Andrei Gherzan
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>
2015-02-06README: add info about device tree supportPetter Mabäcker
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>
2015-02-05README: Fix redmine tagAndrei Gherzan
Change-Id: I90d520c66f03503b225f42ac772b3b22cf461626 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2015-02-04README: Commit log issue tagAndrei Gherzan
Change-Id: I5c981a799abe709cac8e134ffb7b24fb21160de6 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2015-02-03README: Introduce redmineAndrei Gherzan
Replace the ASCI graphics by some useful quick links. Some minor other changes. Change-Id: I7e1f118f22c60a5218751323c6cbebdc86e8e119 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2015-01-31README: Fix typoAndrei Gherzan
Patch pulled from github: https://github.com/djwillis/meta-raspberrypi/pull/101 Change-Id: I9aaa3687c30d0fde5e981e7cafbabad7dc24ce50 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-08-14rpi-config,README: Add option to enable offline image compositingAlex J Lennon
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>
2014-08-14README: Some minor clarificationsAndrei Gherzan
Change-Id: I28f7e45b7b323597ed7e542ec117a2556bcecc94 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-06-11README: Add patch guidelines infoAndrei Gherzan
Change-Id: I2dac882a6dbe2fbca63a5c7405339edcca18cf04 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-02-14Add initramfs supportSébastien Mennetrier
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>
2014-02-09README: Add info about U-Boot supportAndrei Gherzan
Change-Id: I1b17ef313d2005b7bf0ef853a2730144032f8539 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-19README: Cleanup and add info about imagesAndrei Gherzan
Change-Id: I904de647fdd5514d361d33e887fd68977cde7e8c Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03README: Add video camera controlGary Thomas
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>
2013-11-13Merge "README: Fix IMAGE_FSTYPES example"Andrei Gherzan
2013-11-13Merge "README: Add info"Andrei Gherzan
2013-11-13README: Add infoAndrei Gherzan
* 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>
2013-11-12README: Fix IMAGE_FSTYPES examplePaul Barker
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>
2013-11-12sdcard_image-rpi.bbclass: Allow optional compressionPaul Barker
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>
2013-08-21README: Add info about extra apps / omxplayerAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-01-24README: RefactorAndrei Gherzan
* Use maximum 80 columns per line * Add contents * Add "Contribution" section Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-11-27README: Replace old RPI_GPU_FIRMWARE with GPU_MEM variablesAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-10-17README: Minor tweaksAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-10-17README: Describe overclocking optionsJulian Scheel
Signed-off-by: Julian Scheel <julian@jusst.de>
2012-10-17README: Describe overscan optionJulian Scheel
Signed-off-by: Julian Scheel <julian@jusst.de>
2012-09-27README: Remove BBMASK = "rpi-zram-service" stepAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-18README: Add nice RPi ASCI logoAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-18README: Add information about license codecsAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16README: Move RPI_GPU_FIRMWARE instructions to READMEAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-06README: Instruct users to add BBMASK as distro file was removedAndrei Gherzan
[GITHUB #57] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-29README: Instruct users to add meta-oe layer to bblayers.confAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-28README: Add instructions for compressed deployed filesAndrei Gherzan
[GITHUB #39] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-02Merge pull request #3 from agherzan/devel_yoctoAndrei Gherzan
Add yocto build details and distro file
2012-07-02README: Add yocto specific infosAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-05-22README: fix setup-scripts URL Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-21README: Fix BBMASK regex.David-John Willis
* Thanks to Gary Thomas for pointing this out.
2012-05-21README: Add information on BBMASK for use in Yocto.David-John Willis
2012-05-15README: remove meta-angstrom from dependenciesPaul Eggleton
meta-angstrom isn't specifically needed for this layer anymore. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-04-03README: Add layer overview.David-John Willis