summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* docs: add SECURITY.md and rename README.mdBruce Ashfield2023-11-061-100/+0
| | | | | | | | | | | To be compliant with the recent yocto project security processes, add a SECURITY.md file that explains what to do if an issue is detected. This also renames README to README.md to be similar to other layers. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* README: remove some cri-o specific layer dependenciesChen Qi2023-02-171-2/+0
| | | | | | | ostree is in meta-oe, libseccomp is in oe-core. So remove these two. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* global: overrides syntax conversionBruce Ashfield2021-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OEcore/bitbake are moving to use the clearer ":" as an overrides separator. This is pass one of updating the meta-virt recipes to use that syntax. This has only been minimally build/runtime tested, more changes will be required for missed overrides, or incorrect conversions Note: A recent bitbake is required: commit 75fad23fc06c008a03414a1fc288a8614c6af9ca Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Sun Jul 18 12:59:15 2021 +0100 bitbake: data_smart/parse: Allow ':' characters in variable/function names It is becomming increasingly clear we need to find a way to show what is/is not an override in our syntax. We need to do this in a way which is clear to users, readable and in a way we can transition to. The most effective way I've found to this is to use the ":" charater to directly replace "_" where an override is being specified. This includes "append", "prepend" and "remove" which are effectively special override directives. This patch simply adds the character to the parser so bitbake accepts the value but maps it back to "_" internally so there is no behaviour change. This change is simple enough it could potentially be backported to older version of bitbake meaning layers using the new syntax/markup could work with older releases. Even if other no other changes are accepted at this time and we don't backport, it does set us on a path where at some point in future we could require a more explict syntax. I've tested this patch by converting oe-core/meta-yocto to the new syntax for overrides (9000+ changes) and then seeing that builds continue to work with this patch. (Bitbake rev: 0dbbb4547cb2570d2ce607e9a53459df3c0ac284) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* README: update IRC to libera.chatBruce Ashfield2021-06-041-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* README: add repository, mailing list and freenode contact pointsBruce Ashfield2021-02-091-0/+6
| | | | | | | | | It may not be obvious where the various communication / collaboration points for meta-virtualization can be found. Updating the README to add that information. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* runc/config: add seccomp distro featureBruce Ashfield2021-02-061-0/+1
| | | | | | | | | | | When using podman (or other seccomp enabled container runtimes), you will get an OCI container startup error if runc hasn't been built with seccomp. Adding a distro feature to runc and to the README to make it easier to coordinate the support. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* layer: Add MAINTAINERS fileBruce Ashfield2020-02-271-0/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* conf: add k8s distro featureBruce Ashfield2019-12-101-0/+1
| | | | | | | Add support for a new distro feature to control kubernetes versions and related configuration. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* README: update mailing list addressBruce Ashfield2019-11-221-2/+2
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* cri-o: update to 1.15Bruce Ashfield2019-07-121-0/+9
| | | | | | | | | | | | | | | | | Updating to the 1.15 release. With this update there are significant new build constraints and dependencies. As such, the cross binaries are now being be built by default, with the old (non-cross) build being kept around as an optional way to build the components. There are still issues with the non-cross build, so it will require more work in the future. We also document the requirement for selinux and seccomp in the README as dependencies if you build cri-o. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* README: add optional dependency on meta-cloud-servicesOleksandr Kravchuk2018-12-041-0/+6
| | | | | | | | Ceph package depends on libibverbs, which is provided by the meta-cloud-services layer. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* README: cleanup list of maintainersMark Asselstine2018-05-241-2/+1
| | | | | | | | | | | Raymond Danks <ray.danks@se-eng.com> hasn't contributed any changes to meta-virtualization since 2012 and is listed on Linkedin as no longer with Sage Electronics since March 2013, having moved to a completely different profession (firefighting). So it is almost certain the listed E-mail address is invalid and has been for a long time. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* README: update distro feature documentationBruce Ashfield2018-03-221-3/+11
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* README: remove reference to oe-meta-goPascal Bach2018-03-141-5/+1
| | | | | | | | It is no longer supported nor is it it needed as the support has landed in openembedded-core Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* README: Add the '-M' to the 'git send-email' lineMark Asselstine2017-11-151-1/+1
| | | | | | | | | To make reviews easier and to be consistent with other patch submission guidelines in other layers, add the '-M' option to the 'git send-email' line. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* README: document sanity check skipBruce Ashfield2017-10-221-2/+19
| | | | | | | | The variable that must be set to disable the virtualization distro feature check was not documented in the README ... making it not so useful. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* README: update to include information about bbappend inclusionChen Qi2017-10-021-0/+5
| | | | | | | | | Update README file to include information about bbappend file inclusion, telling the users that 'virtualization' needs to be in DISTRO_FEATURES to make some bbappend files to be effective. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* README: make it easier to copy and paste send commandDoug Goldstein2016-12-181-1/+1
| | | | | | | | | | | The git send-email command on most shells requires the subject-prefix to be quoted and with the trailing quote I always think it is from the README and then realize after the fact I have to edit it. I used $ to imply the shell prompt since that seems pretty common across the internet. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* README: don't advertise obsolete layer URLsDoug Goldstein2015-08-101-2/+2
| | | | | | | | This layer depends on openembedded-core and meta-openembedded so recommend the actual URLs and not the obsolete ones. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* oe-meta-go: fix dependency descriptionAmy Fong2015-08-051-1/+4
| | | | | | | Fix oe-meta-go dependency entry in README file Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* golang: use oe-meta-goAmy Fong2015-07-291-0/+1
| | | | | | | | | | | | | From b101a0c7ce6ef1eb41bef786831e58fa4d1b069f Mon Sep 17 00:00:00 2001 From: Amy Fong <amy.fong@windriver.com> Date: Mon, 27 Jul 2015 14:10:20 -0400 Subject: [PATCH] golang: use oe-meta-go Update meta-virtualization to use go package from oe-meta-go. The package golang-cross is go-cross in the oe-meta-go. Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* README: add missing meta-python dependencyMark Asselstine2015-03-301-0/+1
| | | | | | | | meta-networking requires meta-python so reflect this in the layer README. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Remove david.nystrom from MAINTAINERSDavid Nyström2014-12-011-1/+0
| | | | | | | | | I've been a ghost on the list for ages, I think its long overdue to remove me from the maintainers list. Signed-off-by: David Nyström <david.c.nystrom@gmail.com> Signed-off-by: David Nyström <david.nystrom@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* README: add meta-filesystems as a referenced layerBruce Ashfield2014-07-091-0/+1
| | | | | | | libvirt can enable FUSE, which comes from meta-filesystems, so we should add it as a layer in the README. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* xen: Add note about dependency on meta-selinux to README.Philip Tricca2013-10-181-0/+6
| | | | | Signed-off-by: Philip Tricca <flihp@twobit.us> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Added meta-networking dependencyDavid Nyström2013-01-181-0/+2
| | | | Signed-off-by: David Nyström <david.nystrom@enea.com>
* README: cosmetic: reference meta-virtualization vs meta-xenBruce Ashfield2012-12-201-2/+2
| | | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: David Nyström <david.nystrom@enea.com>
* Added some details in README, and made the description commonDavid Nyström2012-12-071-6/+5
| | | | | Signed-off-by: David Nyström <david.nystrom@enea.com> Reviewed-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Changed David Nyströms email in READMEDavid Nyström2012-12-071-1/+1
| | | | | Signed-off-by: David Nyström <david.nystrom@enea.com> Reviewed-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Rename meta-xen layer to meta-virtualization.Raymond Danks2012-11-301-4/+10
| | | | | | Updates to README and layer.conf for new name and maintainers. Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* Documentation: Add maintainer and license information for meta-xen layer.Raymond Danks2012-06-221-1/+25
| | | | Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* Initial meta-xen layer documentation.Raymond Danks2012-06-211-0/+11
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>