summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* README.md: Mention build server sponsorAndrei Gherzan2020-12-181-0/+4
| | | | | | | | balena.io has been sponsoring the project with a build server for a while now. It's only fair for us to mention this somewhere in our README. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Mention Yoe distro in supported distro listKhem Raj2020-09-031-1/+1
| | | | | | | | Remove angstrom as it is no longer uptodate Fixes Issue #563 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* docs: Remove reference to xz-compressed sdimgBrandon Verkamp2020-05-221-2/+2
|
* docs: Correct Quick Start instructions to show the new .wic.bz2 extensionBrandon Verkamp2020-05-221-4/+4
| | | | | | | Corrects README.md to indicate that the new generated image extension is .wic.bz2 rather than sdimg as previously stated. Signed-off-by: Brandon Verkamp <jadelclemens@gmail.com>
* README.md: add status badge for raspberrypi4Pierre-Jean Texier2020-03-301-0/+1
| | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* kas-poky-rpi: add kas filePierre-Jean Texier2020-01-221-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The kas tool provides an easy mechanism to setup bitbake based projects. As explained in [1] the key features provided by kas are: - clone and checkout bitbake layers - create default bitbake settings (machine, arch, ...) - launch minimal build environment, reducing risk of host contamination - initiate bitbake build process So, let's create a minimal example in this layer to build an image with a small effort. This seems interesting for new users of the meta-raspberrypi. For example: $: sudo pip3 install kas $: mkdir rpi $: cd rpi $: git clone https://github.com/agherzan/meta-raspberrypi.git $: kas build meta-raspberrypi/kas-poky-rpi.yml and that's all ! To adjust the construction with specific options (I2C, SPI, ...), simply add a section as follows: local_conf_header: rpi-specific: | ENABLE_I2C = "1" RPI_EXTRA_CONFIG = "dtoverlay=pi3-disable-bt" To configure the machine, the user have to update the 'machine' variable. And the same for the 'distro'. [1] - https://kas.readthedocs.io/en/1.0/userguide.html Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* README: Add documentation badgePaul Barker2020-01-201-0/+1
| | | | Signed-off-by: Paul Barker <pbarker@konsulko.com>
* README.md: Use matrix chat roomAndrei Gherzan2019-07-251-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* docs: Remove reference to deprecated imagesPaul Barker2018-03-231-1/+1
| | | | Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* readme: Update quick linksPaul Barker2017-12-181-1/+2
| | | | | | | | * As we now use GitHub for development we should point users at this repo. * Layer documentation is now published on Read the Docs. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* docs: Format all links correctlyPaul Barker2017-05-261-5/+7
| | | | Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* docs: Initial split of README into docs directoryPaul Barker2017-05-261-253/+16
| | | | | | | | | | | | The top-level README document has got pretty unwieldy and so we need to switch to add some more structure to our documentation. The first step is to split out sub-sections of the README document into separate files in a new 'docs' directory. Whilst splitting up the README, we can also take the opportunity to tidy things up and fix a couple of typos. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* README.md: Add info about github pull requestsAndrei Gherzan2017-05-121-6/+8
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Migrate to markdown versionAndrei Gherzan2017-05-121-0/+288
Add badges too. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>