first draft of the f12 distro
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 13 Dec 2009 22:31:23 +0000 (22:31 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 13 Dec 2009 22:31:23 +0000 (22:31 +0000)
f12-tags.mk [new file with mode: 0644]
f12.mk [new file with mode: 0644]

diff --git a/f12-tags.mk b/f12-tags.mk
new file mode 100644 (file)
index 0000000..5c7b472
--- /dev/null
@@ -0,0 +1,9 @@
+#
+# $Id: onelab-tags.mk 15918 2009-12-01 08:02:26Z thierry $
+# $URL$
+#
+
+linux-2.6-SVNBRANCH            := f12
+linux-2.6-SVNPATH              := http://svn.planet-lab.org/svn/linux-2.6/branches/f12
+util-vserver-SVNBRANCH         := f12
+util-vserver-SVNPATH           := http://svn.planet-lab.org/svn/util-vserver/branches/f12
diff --git a/f12.mk b/f12.mk
new file mode 100644 (file)
index 0000000..ecd1dcf
--- /dev/null
+++ b/f12.mk
@@ -0,0 +1,29 @@
+#
+# $Id: onelab.mk 14839 2009-08-21 16:59:02Z baris $
+# $URL$
+#
+# the f12 pldistro is to rebuild a fedora 12 vserver-capable kernel + out-to-date util-vserver
+# it is intended to be used in conjunction with the stock f12 distribution
+#
+
+#
+# kernel
+#
+kernel-MODULES := linux-2.6
+kernel-SPEC := kernel.spec
+kernel-BUILD-FROM-SRPM := yes
+ifeq "$(HOSTARCH)" "i386"
+kernel-RPMFLAGS:= --target i686
+else
+kernel-RPMFLAGS:= --target $(HOSTARCH)
+endif
+ALL += kernel
+
+#
+# util-vserver
+#
+util-vserver-MODULES := util-vserver
+util-vserver-SPEC := util-vserver.spec
+util-vserver-BUILD-FROM-SRPM := yes
+#util-vserver-RPMFLAGS:= --without dietlibc
+ALL += util-vserver