We have no direct or indirect dependencies on recipes or classes found
in meta-qt4 and so we can safely remove this layer dependency. This
will also prevent the current build error we are getting since
meta-qt4 is not listed as compatible with the 'thud' release.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
The puppet will be used in masterless mode to complete configuration
of the images during installation and eventually to ensure persistent
configurations remain after completing system upgrades.
This requires that meta-cloud-services is added to the list of
required layers. Documentation, sample configs etc. have been updated
to reflect this.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
'pods' are used in many projects and places. To clear up the namespace, we now
call the building blocks of an OverC system 'cubes'.
This switches the images, variables and READMEs to talk about 'cubes'.
We also move the distro conf to meta-overc, and ensure the distro is "overc".
And finally, the meta-cube layer priority is bumped to ensure its configs take
precence.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Using meta-overc for the first time I found a few omissions, mistakes
and old references in several files. Correcting these so that the
documentation maps correctly to the layer's naming and usage.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
To ensure that we really do build against just oe-core, we can drop the
poky sanity class, and reference meta-yocto-bsp in the layer dependencies.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>