mirror of
https://github.com/optim-enterprises-bv/meta-overc.git
synced 2026-01-15 17:41:15 +00:00
2542e6804ec41857e386a3528362eaf354b3aead
The commit e9e8c92d3a (cube-ctl:
Optimize "c3 add" instantiation time) caused the btrfs sub volume code
to stop working because it was checking for the existence of the wrong
directory.
It should have checked out_dir=/opt/container + the container name.
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
meta-overc/meta-cube
===================
The goal of these layers is to create a yocto build which can be deployed on a
modern server to provide a useable environment which in turn can build yocto
(and indeed the variant from this layer itself). A lot of the heavy lifting
to achieve this has been done by the build-appliance image type of yocto, but
that is limited to virtual deployment, and does not have all the development
tools and/or man pages and things like tab completion that make a system
"useable". This layer attempts to close that gap.
Both meta-overc, and meta-overc/meta-cube should be added to your bblayers
file.
Dependencies
------------
This layer depends on:
URI: git://github.com/openembedded/openembedded-core.git
branch: master
revision: HEAD
prio: default
URI: git://git.pokylinux.org/poky
branch: master
revision: HEAD
layers: meta-yocto-bsp
prio: default
URI: git://github.com/openembedded/meta-openembedded.git
branch: master
revision: HEAD
layers: meta-oe
meta-networking
meta-filesystems
meta-python
meta-perl
meta-gnome
meta-xfce
meta-multimedia
URI: git://git.yoctoproject.org/meta-virtualization
branch: master
revision: HEAD
prio: default
URI: git://github.com/OSSystems/meta-browser.git
branch: master
revision: HEAD
prio: default
URI: git://git.yoctoproject.org/meta-cloud-services
branch: master
revision: HEAD
prio: default
URI: git://git.yoctoproject.org/meta-qt4
branch: master
revision: HEAD
prio: default
URI: git://git.yoctoproject.org/meta-security
branch: master
revision: HEAD
prio: default
Maintenance
-----------
Send pull requests, patches, comments or questions to bruce.ashfield@windriver.com
Maintainers: Bruce Ashfield <bruce.ashfield@gmail.com>
License
-------
All metadata is MIT licensed unless otherwise stated. Source code included
in tree for individual recipes is under the LICENSE stated in each recipe
(.bb file) unless otherwise stated.
Description
Languages
Shell
58.7%
BitBake
19.8%
Python
11.4%
C
7.4%
Makefile
1.9%
Other
0.8%