[meta-virtualization] [PATCH 2/3] packagegroup-lxc: initial add

Chunrong Guo B40290 at freescale.com
Tue Apr 25 01:00:00 PDT 2017


From: Chunrong Guo <chunrong.guo at nxp.com>

---
 recipes-containers/packagegroups/packagegroup-lxc.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 recipes-containers/packagegroups/packagegroup-lxc.bb

diff --git a/recipes-containers/packagegroups/packagegroup-lxc.bb b/recipes-containers/packagegroups/packagegroup-lxc.bb
new file mode 100644
index 0000000..25954ca
--- /dev/null
+++ b/recipes-containers/packagegroups/packagegroup-lxc.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Install lxc tools"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+inherit packagegroup
+
+PACKAGES = "${PN}"
+
+RDEPENDS_${PN} = "docker \
+    docker-registry  \
+" 
-- 
1.9.0



More information about the meta-virtualization mailing list