From: Ting Liu <[email protected]> Qoriq machines need meta-virtulization layer to support building Libvirt, LXC and associated packages.
meta-security provides libseccomp library for LXC. Signed-off-by: Ting Liu <[email protected]> --- default.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.xml b/default.xml index 0585342..4a6ab5b 100644 --- a/default.xml +++ b/default.xml @@ -9,6 +9,8 @@ <project remote="yocto" revision="master" name="poky" path="sources/poky"/> <project remote="yocto" revision="master" name="meta-freescale" path="sources/meta-freescale"/> + <project remote="yocto" revision="master" name="meta-security" path="sources/meta-security"/> + <project remote="yocto" revision="master" name="meta-virtualization" path="sources/meta-virtualization"/> <project remote="oe" revision="master" name="meta-openembedded" path="sources/meta-openembedded"/> -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
