speed up build: trim the basic devel image, add stuff as we go
[build.git] / planetlab.mk
1 #
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
7 #
8 # see doc in Makefile  
9 #
10
11 # mkinitrd
12 #
13 ifeq "$(PLDISTROTAGS)" "planetlab-k32-tags.mk"
14 ifeq "$(DISTRONAME)" "centos5"
15 mkinitrd-MODULES := mkinitrd
16 mkinitrd-SPEC := mkinitrd.spec
17 mkinitrd-BUILD-FROM-SRPM := yes
18 mkinitrd-DEVEL-RPMS += parted-devel glib2-devel libdhcp4client-devel libdhcp6client-devel libdhcp-devel 
19 mkinitrd-DEVEL-RPMS += device-mapper libselinux-devel libsepol-devel libnl-devel
20 ALL += mkinitrd
21 IN_BOOTCD += mkinitrd
22 IN_VSERVER += mkinitrd 
23 IN_BOOTSTRAPFS += mkinitrd
24 IN_MYPLC += mkinitrd
25 endif
26 endif
27 #
28 # kernel
29 #
30 # use a package name with srpm in it:
31 # so the source rpm is created by running make srpm in the codebase
32 #
33
34 kernel-MODULES := linux-2.6
35 kernel-SPEC := kernel-2.6.spec
36 kernel-BUILD-FROM-SRPM := yes
37 ifeq "$(HOSTARCH)" "i386"
38 kernel-RPMFLAGS:= --target i686
39 else
40 kernel-RPMFLAGS:= --target $(HOSTARCH)
41 endif
42 KERNELS += kernel
43
44 kernels: $(KERNELS)
45 kernels-clean: $(foreach package,$(KERNELS),$(package)-clean)
46
47 ALL += $(KERNELS)
48 # this is to mark on which image a given rpm is supposed to go
49 IN_BOOTCD += $(KERNELS)
50 IN_VSERVER += $(KERNELS)
51 IN_BOOTSTRAPFS += $(KERNELS)
52 # turns out myplc installs kernel-vserver
53 IN_MYPLC += $(KERNELS)
54
55 #
56 # madwifi
57 #
58
59 ifeq "$(PLDISTROTAGS)" "planetlab-k32-tags.mk"
60 ifneq "$(DISTRONAME)" "f8"
61 madwifi-MODULES := madwifi
62 madwifi-SPEC := madwifi.spec
63 madwifi-BUILD-FROM-SRPM := yes
64 madwifi-DEPEND-DEVEL-RPMS += kernel-devel
65 madwifi-SPECVARS = kernel_version=$(kernel.rpm-version) \
66         kernel_release=$(kernel.rpm-release) \
67         kernel_arch=$(kernel.rpm-arch)
68 ALL += madwifi
69 IN_BOOTSTRAPFS += madwifi
70 endif
71 endif
72
73 #
74 # util-vserver
75 #
76 util-vserver-MODULES := util-vserver
77 util-vserver-SPEC := util-vserver.spec
78 util-vserver-RPMFLAGS:= --without dietlibc
79 ALL += util-vserver
80 IN_BOOTSTRAPFS += util-vserver
81
82 #
83 # libnl - local import
84 # we need either 1.1 or at least 1.0.pre6
85 # rebuild this on centos5 - see kexcludes in build.common
86 #
87 local_libnl=false
88 ifeq "$(DISTRONAME)" "centos5"
89 local_libnl=true
90 endif
91
92 ifeq "$(local_libnl)" "true"
93 libnl-MODULES := libnl
94 libnl-SPEC := libnl.spec
95 libnl-BUILD-FROM-SRPM := yes
96 # this sounds like the thing to do, but in fact linux/if_vlan.h comes with kernel-headers
97 libnl-DEPEND-DEVEL-RPMS += kernel-devel kernel-headers
98 ALL += libnl
99 IN_BOOTSTRAPFS += libnl
100 endif
101
102 #
103 # util-vserver-pl
104 #
105 util-vserver-pl-MODULES := util-vserver-pl
106 util-vserver-pl-SPEC := util-vserver-pl.spec
107 util-vserver-pl-DEPEND-DEVEL-RPMS += util-vserver-lib util-vserver-devel util-vserver-core 
108 ifeq "$(local_libnl)" "true"
109 util-vserver-pl-DEPEND-DEVEL-RPMS += libnl libnl-devel
110 endif
111 ALL += util-vserver-pl
112 IN_BOOTSTRAPFS += util-vserver-pl
113
114 #
115 # NodeUpdate
116 #
117 nodeupdate-MODULES := nodeupdate
118 nodeupdate-SPEC := NodeUpdate.spec
119 ALL += nodeupdate
120 IN_BOOTSTRAPFS += nodeupdate
121
122 #
123 # ipod
124 #
125 ipod-MODULES := PingOfDeath
126 ipod-SPEC := ipod.spec
127 ALL += ipod
128 IN_BOOTSTRAPFS += ipod
129
130 #
131 # NodeManager
132 #
133 nodemanager-MODULES := nodemanager
134 nodemanager-SPEC := NodeManager.spec
135 ALL += nodemanager
136 IN_BOOTSTRAPFS += nodemanager
137
138 #
139 # pl_sshd
140 #
141 sshd-MODULES := pl_sshd
142 sshd-SPEC := pl_sshd.spec
143 ALL += sshd
144 IN_BOOTSTRAPFS += sshd
145
146 #
147 # codemux: Port 80 demux
148 #
149 codemux-MODULES := codemux
150 codemux-SPEC   := codemux.spec
151 ALL += codemux
152 IN_BOOTSTRAPFS += codemux
153
154 #
155 # fprobe-ulog
156 #
157 fprobe-ulog-MODULES := fprobe-ulog
158 fprobe-ulog-SPEC := fprobe-ulog.spec
159 ALL += fprobe-ulog
160 IN_BOOTSTRAPFS += fprobe-ulog
161
162 #
163 # DistributedRateLimiting
164 #
165 DistributedRateLimiting-MODULES := DistributedRateLimiting
166 DistributedRateLimiting-SPEC := DistributedRateLimiting.spec
167 ALL += DistributedRateLimiting
168 IN_NODEREPO += DistributedRateLimiting
169
170 #
171 # pf2slice
172 #
173 pf2slice-MODULES := pf2slice
174 pf2slice-SPEC := pf2slice.spec
175 ALL += pf2slice
176
177 #
178 # PlanetLab Mom: Cleans up your mess
179 #
180 mom-MODULES := Mom
181 mom-SPEC := pl_mom.spec
182 ALL += mom
183 IN_BOOTSTRAPFS += mom
184
185 #
186 # iptables
187 #
188 iptables-MODULES := iptables
189 iptables-SPEC := iptables.spec
190 iptables-DEPEND-DEVEL-RPMS += kernel-devel kernel-headers
191 ALL += iptables
192 IN_BOOTSTRAPFS += iptables
193
194 #
195 # iproute
196 #
197 iproute-MODULES := iproute2
198 iproute-SPEC := iproute.spec
199 ALL += iproute
200 IN_BOOTSTRAPFS += iproute
201 IN_VSERVER += iproute
202 IN_BOOTCD += iproute
203
204 #
205 # inotify-tools - local import
206 # rebuild this on centos5 (not found) - see kexcludes in build.common
207 #
208 local_inotify_tools=false
209 ifeq "$(DISTRONAME)" "centos5"
210 local_inotify_tools=true
211 endif
212
213 ifeq "$(local_inotify_tools)" "true"
214 inotify-tools-MODULES := inotify-tools
215 inotify-tools-SPEC := inotify-tools.spec
216 inotify-tools-BUILD-FROM-SRPM := yes
217 IN_BOOTSTRAPFS += inotify-tools
218 ALL += inotify-tools
219 endif
220
221 #
222 # openvswitch
223 #
224 openvswitch-MODULES := openvswitch
225 openvswitch-SPEC := openvswitch.spec
226 IN_BOOTSTRAPFS += openvswitch
227 ALL += openvswitch
228
229 #
230 # vsys
231 #
232 vsys-MODULES := vsys
233 vsys-SPEC := vsys.spec
234 ifeq "$(local_inotify_tools)" "true"
235 vsys-DEPEND-DEVEL-RPMS += inotify-tools inotify-tools-devel
236 endif
237 IN_BOOTSTRAPFS += vsys
238 ALL += vsys
239
240 #
241 # vsys-scripts
242 #
243 vsys-scripts-MODULES := vsys-scripts
244 vsys-scripts-SPEC := vsys-scripts.spec
245 IN_BOOTSTRAPFS += vsys-scripts
246 ALL += vsys-scripts
247
248 #
249 # PLCAPI
250 #
251 plcapi-MODULES := plcapi
252 plcapi-SPEC := PLCAPI.spec
253 ALL += plcapi
254 IN_MYPLC += plcapi
255
256 #
257 # drupal
258
259 drupal-MODULES := drupal
260 drupal-SPEC := drupal.spec
261 drupal-BUILD-FROM-SRPM := yes
262 ALL += drupal
263 IN_MYPLC += drupal
264
265 #
266 # use the plewww module instead
267 #
268 plewww-MODULES := plewww
269 plewww-SPEC := plewww.spec
270 ALL += plewww
271 IN_MYPLC += plewww
272
273 #
274 # www-register-wizard
275 #
276 www-register-wizard-MODULES := www-register-wizard
277 www-register-wizard-SPEC := www-register-wizard.spec
278 ALL += www-register-wizard
279 IN_MYPLC += www-register-wizard
280
281 #
282 # pcucontrol
283 #
284 pcucontrol-MODULES := pcucontrol
285 pcucontrol-SPEC := pcucontrol.spec
286 ALL += pcucontrol
287
288 #
289 # monitor
290 #
291 monitor-MODULES := Monitor
292 monitor-SPEC := Monitor.spec
293 monitor-DEVEL-RPMS += net-snmp net-snmp-devel
294 ALL += monitor
295 IN_BOOTSTRAPFS += monitor
296
297 #
298 # PLC RT
299 #
300 plcrt-MODULES := PLCRT
301 plcrt-SPEC := plcrt.spec
302 ALL += plcrt
303
304 #
305 # zabbix
306 #
307 zabbix-MODULES := Monitor
308 zabbix-SPEC := zabbix.spec
309 zabbix-BUILD-FROM-SRPM := yes
310 zabbix-DEVEL-RPMS += python-cherrypy
311 ALL += zabbix
312
313 #
314 # pyopenssl
315 #
316 pyopenssl-MODULES := pyopenssl
317 pyopenssl-SPEC := pyOpenSSL.spec
318 pyopenssl-BUILD-FROM-SRPM := yes
319 ALL += pyopenssl
320
321
322 #
323 # pyaspects
324 #
325 pyaspects-MODULES := pyaspects
326 pyaspects-SPEC := pyaspects.spec
327 pyaspects-BUILD-FROM-SRPM := yes
328 ALL += pyaspects
329
330 #
331 # ejabberd
332 #
333 ejabberd-MODULES := ejabberd
334 ejabberd-SPEC := ejabberd.spec
335 ejabberd-BUILD-FROM-SRPM := yes
336 ejabberd-DEVEL-RPMS += erlang pam-devel hevea
337 # not needed anymore on f12 and above, that come with 2.1.5, and we had 2.1.3
338 # so, this is relevant on f8 and centos5 only
339 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 centos5)"
340 ALL += ejabberd
341 endif
342
343 # sfa now uses the with statement that's not supported on python-2.4 - not even through __future__
344 build_sfa=true
345 ifeq "$(DISTRONAME)" "centos5"
346 build_sfa=false
347 endif
348
349 ifeq "$(build_sfa)" "true"
350 #
351 # sfa - Slice Facility Architecture
352 #
353 sfa-MODULES := sfa
354 sfa-SPEC := sfa.spec
355 ALL += sfa
356 endif
357
358 #
359 # nodeconfig
360 #
361 # xxx needed when upgrading to 5.0
362 #nodeconfig-MODULES := nodeconfig
363 nodeconfig-MODULES := nodeconfig
364 nodeconfig-SPEC := nodeconfig.spec
365 ALL += nodeconfig
366 IN_MYPLC += nodeconfig
367
368 #
369 # bootmanager
370 #
371 bootmanager-MODULES := bootmanager
372 bootmanager-SPEC := bootmanager.spec
373 ALL += bootmanager
374 IN_MYPLC += bootmanager
375
376 #
377 # pypcilib : used in bootcd
378
379 pypcilib-MODULES := pypcilib
380 pypcilib-SPEC := pypcilib.spec
381 ALL += pypcilib
382 IN_BOOTCD += pypcilib
383
384 #
385 # pyplnet
386 #
387 pyplnet-MODULES := pyplnet
388 pyplnet-SPEC := pyplnet.spec
389 ALL += pyplnet
390 IN_BOOTSTRAPFS += pyplnet
391 IN_MYPLC += pyplnet
392 IN_BOOTCD += pyplnet
393
394
395 #
396 # OMF resource controller
397 #
398 omf-resctl-MODULES := omf
399 omf-resctl-SPEC := omf-resctl.spec
400 ALL += omf-resctl
401 IN_VSERVER += omf-resctl
402
403 #
404 # OMF exp controller
405 #
406 omf-expctl-MODULES := omf
407 omf-expctl-SPEC := omf-expctl.spec
408 ALL += omf-expctl
409
410
411 #
412 # bootcd
413 #
414 bootcd-MODULES := bootcd build
415 bootcd-SPEC := bootcd.spec
416 bootcd-DEPEND-PACKAGES := $(IN_BOOTCD)
417 bootcd-DEPEND-FILES := RPMS/yumgroups.xml
418 bootcd-RPMDATE := yes
419 ALL += bootcd
420 IN_MYPLC += bootcd
421
422 #
423 # vserver : reference image for slices
424 #
425 vserver-MODULES := vserver-reference build
426 vserver-SPEC := vserver-reference.spec
427 vserver-DEPEND-PACKAGES := $(IN_VSERVER)
428 vserver-DEPEND-FILES := RPMS/yumgroups.xml
429 vserver-RPMDATE := yes
430 ALL += vserver
431 IN_BOOTSTRAPFS += vserver
432
433 #
434 # bootstrapfs
435 #
436 bootstrapfs-MODULES := bootstrapfs build
437 bootstrapfs-SPEC := bootstrapfs.spec
438 bootstrapfs-DEPEND-PACKAGES := $(IN_BOOTSTRAPFS)
439 bootstrapfs-DEPEND-FILES := RPMS/yumgroups.xml
440 bootstrapfs-RPMDATE := yes
441 ALL += bootstrapfs
442 IN_MYPLC += bootstrapfs
443
444 #
445 # noderepo
446 #
447 # all rpms resulting from packages marked as being in bootstrapfs and vserver
448 NODEREPO_RPMS = $(foreach package,$(IN_BOOTSTRAPFS) $(IN_NODEREPO) $(IN_VSERVER),$($(package).rpms))
449 # replace space with +++ (specvars cannot deal with spaces)
450 SPACE=$(subst x, ,x)
451 NODEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(NODEREPO_RPMS))
452
453 noderepo-MODULES := bootstrapfs
454 noderepo-SPEC := noderepo.spec
455 # package requires all regular packages
456 noderepo-DEPEND-PACKAGES := $(IN_BOOTSTRAPFS) $(IN_NODEREPO) $(IN_VSERVER)
457 noderepo-DEPEND-FILES := RPMS/yumgroups.xml
458 #export rpm list to the specfile
459 noderepo-SPECVARS = node_rpms_plus=$(NODEREPO_RPMS_3PLUS)
460 noderepo-RPMDATE := yes
461 ALL += noderepo
462 IN_MYPLC += noderepo
463
464 #
465 # MyPLC : lightweight packaging, dependencies are yum-installed in a vserver
466 #
467 myplc-MODULES := myplc
468 myplc-SPEC := myplc.spec
469 myplc-DEPEND-FILES := myplc-release RPMS/yumgroups.xml
470 ALL += myplc
471
472 # myplc-docs only contains docs for PLCAPI and NMAPI, but
473 # we still need to pull MyPLC, as it is where the specfile lies, 
474 # together with the utility script docbook2drupal.sh
475 myplc-docs-MODULES := myplc plcapi nodemanager Monitor
476 myplc-docs-SPEC := myplc-docs.spec
477 ALL += myplc-docs
478
479 # using some other name than myplc-release, as this is a make target already
480 release-MODULES := myplc
481 release-SPEC := myplc-release.spec
482 release-RPMDATE := yes
483 ALL += release
484