aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2022-07-31README.md: Refactor top tableAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2022-07-31README.md: Mention Yocto Compatible LayerAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2022-04-14docs: link to latest documentation of kasJan Vermaete
Version 1.0 of kas is not the latest anymore. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
2022-02-19README.md: Don't advertise meta-oe dependencyAndrei Gherzan
The dependencies to the meta-openembedded layers are handled through dynamic layers so there is no need to advertise this in the documentation. Especially that the layer configuration doesn't set that either. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2022-02-19README.md: Add contributing sectionAndrei Gherzan
This also fixes a check in the yocto project compatible script. https://bugzilla.yoctoproject.org/show_bug.cgi?id=11131 Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2021-11-14README.md: Fix the matrix chat linkAndrei Gherzan
matrix.org doesn't allow guest logins which is required by the shield. Use a custom one to avoid a confusing badge warning. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2021-11-14Update references to Yocto mailing listAndrei Gherzan
The mailing list infrastructure at Yocto project changed (for a good while now) but we still reference the old address/links. Update them accordingly. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2021-11-14README.md: Fix sponsor table take twoAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2021-11-14README.md: Fix sponsor tableAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2021-11-14README.md: Fix docs and minor tweaksAndrei Gherzan
* Remove CI badges - I plan to move to github CI soon and they are broken * anyway. So I might as well look into them when I migrate the CI. * Update maintainer email. * Drop temporary the sponsor logo - it breaks documentation builds in Read The Docs. I'll check it out when I revamp the docs. * Update the matrix channel. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2020-12-18README.md: Mention build server sponsorAndrei Gherzan
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>
2020-09-03README: Mention Yoe distro in supported distro listKhem Raj
Remove angstrom as it is no longer uptodate Fixes Issue #563 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-22docs: Remove reference to xz-compressed sdimgBrandon Verkamp
2020-05-22docs: Correct Quick Start instructions to show the new .wic.bz2 extensionBrandon Verkamp
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>
2020-03-30README.md: add status badge for raspberrypi4Pierre-Jean Texier
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
2020-01-22kas-poky-rpi: add kas filePierre-Jean Texier
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>
2020-01-20README: Add documentation badgePaul Barker
Signed-off-by: Paul Barker <pbarker@konsulko.com>
2019-07-25README.md: Use matrix chat roomAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2018-03-23docs: Remove reference to deprecated imagesPaul Barker
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
2017-12-18readme: Update quick linksPaul Barker
* 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>
2017-05-26docs: Format all links correctlyPaul Barker
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
2017-05-26docs: Initial split of README into docs directoryPaul Barker
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>
2017-05-12README.md: Add info about github pull requestsAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2017-05-12README: Migrate to markdown versionAndrei Gherzan
Add badges too. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>