2 # declare the packages to be built and their dependencies
3 # initial version from Mark Huang
4 # Mark Huang <mlhuang@cs.princeton.edu>
5 # Copyright (C) 2003-2006 The Trustees of Princeton University
6 # rewritten by Thierry Parmentelat - INRIA Sophia Antipolis
8 # $Id: planetlab.mk 14230 2009-07-03 00:58:17Z thierry $
16 # use a package name with srpm in it:
17 # so the source rpm is created by running make srpm in the codebase
20 kernel-MODULES := linux-2.6
21 kernel-SPEC := kernel-2.6.spec
22 kernel-BUILD-FROM-SRPM := yes
23 ifeq "$(HOSTARCH)" "i386"
24 kernel-RPMFLAGS:= --target i686
26 kernel-RPMFLAGS:= --target $(HOSTARCH)
31 kernels-clean: $(foreach package,$(KERNELS),$(package)-clean)
34 # this is to mark on which image a given rpm is supposed to go
35 IN_BOOTCD += $(KERNELS)
36 IN_VSERVER += $(KERNELS)
37 IN_BOOTSTRAPFS += $(KERNELS)
38 # turns out myplc installs kernel-vserver
39 IN_MYPLC += $(KERNELS)
44 madwifi-MODULES := madwifi
45 madwifi-SPEC := madwifi.spec
46 madwifi-BUILD-FROM-SRPM := yes
47 madwifi-DEPEND-DEVEL-RPMS := kernel-devel
48 madwifi-SPECVARS = kernel_version=$(kernel.rpm-version) \
49 kernel_release=$(kernel.rpm-release) \
50 kernel_arch=$(kernel.rpm-arch)
52 #IN_BOOTSTRAPFS += madwifi
57 util-vserver-MODULES := util-vserver
58 util-vserver-SPEC := util-vserver.spec
59 util-vserver-RPMFLAGS:= --without dietlibc
61 IN_BOOTSTRAPFS += util-vserver
64 # libnl - local import
65 # we need either 1.1 or at least 1.0.pre6
66 # rebuild this on centos5 - see kexcludes in build.common
69 ifeq "$(DISTRONAME)" "centos5"
73 ifeq "$(local_libnl)" "true"
74 libnl-MODULES := libnl
75 libnl-SPEC := libnl.spec
76 libnl-BUILD-FROM-SRPM := yes
77 # this sounds like the thing to do, but in fact linux/if_vlan.h comes with kernel-headers
78 libnl-DEPEND-DEVEL-RPMS := kernel-devel kernel-headers
80 IN_BOOTSTRAPFS += libnl
86 util-vserver-pl-MODULES := util-vserver-pl
87 util-vserver-pl-SPEC := util-vserver-pl.spec
88 util-vserver-pl-DEPEND-DEVEL-RPMS := util-vserver-lib util-vserver-devel util-vserver-core
89 ifeq "$(local_libnl)" "true"
90 util-vserver-pl-DEPEND-DEVEL-RPMS += libnl libnl-devel
92 ALL += util-vserver-pl
93 IN_BOOTSTRAPFS += util-vserver-pl
98 nodeupdate-MODULES := NodeUpdate
99 nodeupdate-SPEC := NodeUpdate.spec
101 IN_BOOTSTRAPFS += nodeupdate
106 ipod-MODULES := PingOfDeath
107 ipod-SPEC := ipod.spec
109 IN_BOOTSTRAPFS += ipod
114 nodemanager-MODULES := NodeManager
115 nodemanager-SPEC := NodeManager.spec
117 IN_BOOTSTRAPFS += nodemanager
122 sshd-MODULES := pl_sshd
123 sshd-SPEC := pl_sshd.spec
125 #IN_BOOTSTRAPFS += sshd
128 # codemux: Port 80 demux
130 codemux-MODULES := CoDemux
131 codemux-SPEC := codemux.spec
132 codemux-RPMBUILD := sudo bash ./rpmbuild.sh
134 IN_BOOTSTRAPFS += codemux
139 fprobe-ulog-MODULES := fprobe-ulog
140 fprobe-ulog-SPEC := fprobe-ulog.spec
142 IN_BOOTSTRAPFS += fprobe-ulog
147 pf2slice-MODULES := pf2slice
148 pf2slice-SPEC := pf2slice.spec
152 # PlanetLab Mom: Cleans up your mess
155 mom-SPEC := pl_mom.spec
157 IN_BOOTSTRAPFS += mom
162 iptables-MODULES := iptables
163 iptables-SPEC := iptables.spec
164 iptables-DEPEND-DEVEL-RPMS := kernel-devel kernel-headers
166 IN_BOOTSTRAPFS += iptables
171 iproute-MODULES := iproute2
172 iproute-SPEC := iproute.spec
174 IN_BOOTSTRAPFS += iproute
175 IN_VSERVER += iproute
179 # inotify-tools - local import
180 # rebuild this on centos5 (not found) - see kexcludes in build.common
182 local_inotify_tools=false
183 ifeq "$(DISTRONAME)" "centos5"
184 local_inotify_tools=true
187 ifeq "$(local_inotify_tools)" "true"
188 inotify-tools-MODULES := inotify-tools
189 inotify-tools-SPEC := inotify-tools.spec
190 inotify-tools-BUILD-FROM-SRPM := yes
191 IN_BOOTSTRAPFS += inotify-tools
199 vsys-SPEC := vsys.spec
200 ifeq "$(local_inotify_tools)" "true"
201 vsys-DEPEND-DEVEL-RPMS := inotify-tools inotify-tools-devel
203 IN_BOOTSTRAPFS += vsys
209 vsys-scripts-MODULES := vsys-scripts
210 vsys-scripts-SPEC := vsys-scripts.spec
211 IN_BOOTSTRAPFS += vsys-scripts
217 PLCAPI-MODULES := PLCAPI
218 PLCAPI-SPEC := PLCAPI.spec
225 drupal-MODULES := drupal
226 drupal-SPEC := drupal.spec
227 drupal-BUILD-FROM-SRPM := yes
232 # use the plewww module instead
234 plewww-MODULES := PLEWWW
235 plewww-SPEC := plewww.spec
240 # www-register-wizard
242 www-register-wizard-MODULES := www-register-wizard
243 www-register-wizard-SPEC := www-register-wizard.spec
244 ALL += www-register-wizard
245 IN_MYPLC += www-register-wizard
250 monitor-MODULES := Monitor
251 monitor-SPEC := Monitor.spec
253 IN_BOOTSTRAPFS += monitor
258 plcrt-MODULES := PLCRT
259 plcrt-SPEC := plcrt.spec
265 zabbix-MODULES := Monitor
266 zabbix-SPEC := zabbix.spec
267 zabbix-BUILD-FROM-SRPM := yes
273 pyopenssl-MODULES := pyopenssl
274 pyopenssl-SPEC := pyOpenSSL.spec
275 pyopenssl-BUILD-FROM-SRPM := yes
280 # sfa - Slice Facility Architecture
289 nodeconfig-MODULES := nodeconfig build
290 nodeconfig-SPEC := nodeconfig.spec
292 IN_MYPLC += nodeconfig
297 bootmanager-MODULES := BootManager
298 bootmanager-SPEC := bootmanager.spec
300 IN_MYPLC += bootmanager
303 # pypcilib : used in bootcd
305 pypcilib-MODULES := pypcilib
306 pypcilib-SPEC := pypcilib.spec
308 IN_BOOTCD += pypcilib
313 pyplnet-MODULES := pyplnet
314 pyplnet-SPEC := pyplnet.spec
316 IN_BOOTSTRAPFS += pyplnet
323 bootcd-MODULES := BootCD build
324 bootcd-SPEC := bootcd.spec
325 bootcd-RPMBUILD := sudo bash ./rpmbuild.sh
326 bootcd-DEPEND-PACKAGES := $(IN_BOOTCD)
327 bootcd-DEPEND-FILES := RPMS/yumgroups.xml
328 bootcd-RPMDATE := yes
333 # vserver : reference image for slices
335 vserver-MODULES := VserverReference build
336 vserver-SPEC := vserver-reference.spec
337 vserver-DEPEND-PACKAGES := $(IN_VSERVER)
338 vserver-DEPEND-FILES := RPMS/yumgroups.xml
339 vserver-RPMDATE := yes
341 IN_BOOTSTRAPFS += vserver
346 bootstrapfs-MODULES := BootstrapFS build
347 bootstrapfs-SPEC := bootstrapfs.spec
348 bootstrapfs-RPMBUILD := sudo bash ./rpmbuild.sh
349 bootstrapfs-DEPEND-PACKAGES := $(IN_BOOTSTRAPFS)
350 bootstrapfs-DEPEND-FILES := RPMS/yumgroups.xml
351 bootstrapfs-RPMDATE := yes
353 IN_MYPLC += bootstrapfs
358 # all rpms resulting from packages marked as being in bootstrapfs and vserver
359 NODEREPO_RPMS = $(foreach package,$(IN_BOOTSTRAPFS) $(IN_VSERVER),$($(package).rpms))
360 # replace space with +++ (specvars cannot deal with spaces)
362 NODEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(NODEREPO_RPMS))
364 noderepo-MODULES := BootstrapFS
365 noderepo-SPEC := noderepo.spec
366 noderepo-RPMBUILD := sudo bash ./rpmbuild.sh
367 # package requires all regular packages
368 noderepo-DEPEND-PACKAGES := $(IN_BOOTSTRAPFS) $(IN_VSERVER)
369 noderepo-DEPEND-FILES := RPMS/yumgroups.xml
370 #export rpm list to the specfile
371 noderepo-SPECVARS = node_rpms_plus=$(NODEREPO_RPMS_3PLUS)
372 noderepo-RPMDATE := yes
377 # MyPLC : lightweight packaging, dependencies are yum-installed in a vserver
379 myplc-MODULES := MyPLC build
380 myplc-SPEC := myplc.spec
381 myplc-DEPEND-FILES := myplc-release RPMS/yumgroups.xml
384 # myplc-docs only contains docs for PLCAPI and NMAPI, but
385 # we still need to pull MyPLC, as it is where the specfile lies,
386 # together with the utility script docbook2drupal.sh
387 myplc-docs-MODULES := MyPLC PLCAPI NodeManager Monitor
388 myplc-docs-SPEC := myplc-docs.spec
391 # using some other name than myplc-release, as this is a make target already
392 release-MODULES := MyPLC
393 release-SPEC := myplc-release.spec
394 release-RPMDATE := yes