Add lxc-reference to the build system
authorMarco Yuen <marcoy@cs.princeton.edu>
Fri, 16 Dec 2011 15:35:02 +0000 (10:35 -0500)
committerMarco Yuen <marcoy@cs.princeton.edu>
Fri, 16 Dec 2011 15:35:02 +0000 (10:35 -0500)
planetlab-k32-tags.mk
planetlab.mk

index 5f4a46d..11c2c36 100644 (file)
@@ -59,3 +59,4 @@ myplc-GITPATH                   := git://git.planet-lab.org/myplc.git@myplc-5.0-
 # locating the right test directory - see make tests_gitpath
 tests-GITPATH                   := git://git.planet-lab.org/tests.git@tests-5.0-32
 libvirt-GITPATH                 := git://git.planet-lab.org/libvirt.git@lxcbuild
+lxc-reference-GITPATH           := git://git.planet-lab.org/lxc-reference.git@lxcbuild
index 45ed4d2..6b80d78 100644 (file)
@@ -460,6 +460,14 @@ vserver-RPMDATE := yes
 ALL += vserver
 IN_BOOTSTRAPFS += vserver
 
+#
+# LXC reference images
+#
+lxcref-MODULES := lxc-reference
+lxcref-SPEC    := lxc-reference.spec
+ALL += lxcref
+IN_BOOTSTRAPFS += lxcref
+
 #
 # bootstrapfs
 #