- 17 Feb, 2023 1 commit
-
-
Chen Qi authored
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>
-
- 02 Aug, 2021 1 commit
-
-
Bruce Ashfield authored
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>
-
- 04 Jun, 2021 1 commit
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- 09 Feb, 2021 1 commit
-
-
Bruce Ashfield authored
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>
-
- 06 Feb, 2021 1 commit
-
-
Bruce Ashfield authored
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>
-
- 27 Feb, 2020 1 commit
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- 10 Dec, 2019 1 commit
-
-
Bruce Ashfield authored
Add support for a new distro feature to control kubernetes versions and related configuration. Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- 22 Nov, 2019 1 commit
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- 12 Jul, 2019 1 commit
-
-
Bruce Ashfield authored
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>
-
- 04 Dec, 2018 1 commit
-
-
Oleksandr Kravchuk authored
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>
-
- 24 May, 2018 1 commit
-
-
Mark Asselstine authored
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>
-
- 22 Mar, 2018 1 commit
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- 14 Mar, 2018 1 commit
-
-
Pascal Bach authored
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>
-
- 15 Nov, 2017 1 commit
-
-
Mark Asselstine authored
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>
-
- 22 Oct, 2017 1 commit
-
-
Bruce Ashfield authored
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>
-
- 02 Oct, 2017 1 commit
-
-
Chen Qi authored
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>
-
- 19 Dec, 2016 1 commit
-
-
Doug Goldstein authored
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>
-
- 10 Aug, 2015 1 commit
-
-
Doug Goldstein authored
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>
-
- 06 Aug, 2015 1 commit
-
-
Amy Fong authored
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>
-
- 29 Jul, 2015 1 commit
-
-
Amy Fong authored
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>
-
- 31 Mar, 2015 1 commit
-
-
Mark Asselstine authored
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>
-
- 01 Dec, 2014 1 commit
-
-
David Nyström authored
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>
-
- 09 Jul, 2014 1 commit
-
-
Bruce Ashfield authored
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>
-
- 18 Oct, 2013 1 commit
-
-
Philip Tricca authored
Signed-off-by:
Philip Tricca <flihp@twobit.us> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- 18 Jan, 2013 1 commit
-
-
David Nyström authored
Signed-off-by:
David Nyström <david.nystrom@enea.com>
-
- 20 Dec, 2012 1 commit
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by:
David Nyström <david.nystrom@enea.com>
-
- 07 Dec, 2012 2 commits
-
-
David Nyström authored
Signed-off-by:
David Nyström <david.nystrom@enea.com> Reviewed-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
David Nyström authored
Signed-off-by:
David Nyström <david.nystrom@enea.com> Reviewed-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- 30 Nov, 2012 1 commit
-
-
Raymond Danks authored
Updates to README and layer.conf for new name and maintainers. Signed-off-by:
Raymond Danks <ray.danks@se-eng.com>
-
- 22 Jun, 2012 1 commit
-
-
Raymond Danks authored
Signed-off-by:
Raymond Danks <ray.danks@se-eng.com>
-
- 21 Jun, 2012 1 commit
-
-
Raymond Danks authored
Signed-off-by:
Raymond Danks <ray.danks@se-eng.com>
-