X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=onelab.mk;h=565163c29a440020b42b3b1201a0c05226e83b9d;hb=bcb75ae3986f5ce19740727a0531d4df357d9b00;hp=15b1c98da321bb98ad97b062ad6762d74320e35d;hpb=5334e225293eeab7a83e48a25225f3383f601ba0;p=build.git diff --git a/onelab.mk b/onelab.mk index 15b1c98d..565163c2 100644 --- a/onelab.mk +++ b/onelab.mk @@ -25,6 +25,13 @@ kernel-RPMFLAGS:= --target $(HOSTARCH) endif kernel-SPECVARS += kernelconfig=planetlab KERNELS += kernel +# +kernel-STOCK-DEVEL-RPMS += elfutils-libelf-devel +# help out spec2make on f8 and centos5, due to a bug in rpm +# ditto on f16 for spec2make.py - tmp hopefully +ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 f16 centos5)" +kernel-WHITELIST-RPMS := kernel-devel,kernel-headers +endif kernels: $(KERNELS) kernels-clean: $(foreach package,$(KERNELS),$(package)-clean) @@ -32,7 +39,7 @@ kernels-clean: $(foreach package,$(KERNELS),$(package)-clean) ALL += $(KERNELS) # this is to mark on which image a given rpm is supposed to go IN_BOOTCD += $(KERNELS) -IN_SLICEIMAGE += $(KERNELS) +#IN_SLICEIMAGE += $(KERNELS) IN_NODEIMAGE += $(KERNELS) # @@ -40,7 +47,7 @@ IN_NODEIMAGE += $(KERNELS) # ipfwroot-MODULES := ipfw ipfwroot-SPEC := planetlab/ipfwroot.spec -ipfwroot-DEPEND-DEVEL-RPMS += kernel-devel +ipfwroot-LOCAL-DEVEL-RPMS += kernel-devel ipfwroot-SPECVARS = kernel_version=$(kernel.rpm-version) \ kernel_release=$(kernel.rpm-release) \ kernel_arch=$(kernel.rpm-arch) @@ -60,7 +67,7 @@ ifneq "$(DISTRONAME)" "f8" madwifi-MODULES := madwifi madwifi-SPEC := madwifi.spec madwifi-BUILD-FROM-SRPM := yes -madwifi-DEPEND-DEVEL-RPMS += kernel-devel +madwifi-LOCAL-DEVEL-RPMS += kernel-devel madwifi-SPECVARS = kernel_version=$(kernel.rpm-version) \ kernel_release=$(kernel.rpm-release) \ kernel_arch=$(kernel.rpm-arch) @@ -99,7 +106,7 @@ ALL += umts-frontend iptables-MODULES := iptables iptables-SPEC := iptables.spec iptables-BUILD-FROM-SRPM := yes -iptables-DEPEND-DEVEL-RPMS += kernel-devel kernel-headers +iptables-LOCAL-DEVEL-RPMS += kernel-devel kernel-headers ALL += iptables IN_NODEIMAGE += iptables @@ -143,7 +150,7 @@ libnl-MODULES := libnl libnl-SPEC := libnl.spec libnl-BUILD-FROM-SRPM := yes # this sounds like the thing to do, but in fact linux/if_vlan.h comes with kernel-headers -libnl-DEPEND-DEVEL-RPMS += kernel-devel kernel-headers +libnl-LOCAL-DEVEL-RPMS += kernel-devel kernel-headers ALL += libnl IN_NODEIMAGE += libnl endif @@ -153,9 +160,9 @@ endif # util-vserver-pl-MODULES := util-vserver-pl util-vserver-pl-SPEC := util-vserver-pl.spec -util-vserver-pl-DEPEND-DEVEL-RPMS += util-vserver-lib util-vserver-devel util-vserver-core +util-vserver-pl-LOCAL-DEVEL-RPMS += util-vserver-lib util-vserver-devel util-vserver-core ifeq "$(local_libnl)" "true" -util-vserver-pl-DEPEND-DEVEL-RPMS += libnl libnl-devel +util-vserver-pl-LOCAL-DEVEL-RPMS += libnl libnl-devel endif ALL += util-vserver-pl IN_NODEIMAGE += util-vserver-pl @@ -176,6 +183,14 @@ ipod-SPEC := ipod.spec ALL += ipod IN_NODEIMAGE += ipod +# +# plnode-utils +# +plnode-utils-MODULES := plnode-utils +plnode-utils-SPEC := plnode-utils-vs.spec +ALL += plnode-utils +IN_NODEIMAGE += plnode-utils + # # nodemanager # @@ -234,7 +249,7 @@ ALL += pf2slice # # PlanetLab Mom: Cleans up your mess # -mom-MODULES := Mom +mom-MODULES := mom mom-SPEC := pl_mom.spec ALL += mom IN_NODEIMAGE += mom @@ -265,7 +280,7 @@ endif # # # openvswitch-MODULES := openvswitch # openvswitch-SPEC := openvswitch.spec -# openvswitch-DEPEND-DEVEL-RPMS += kernel-devel +# openvswitch-LOCAL-DEVEL-RPMS += kernel-devel # # ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f14 f15 f16)" # IN_NODEIMAGE += openvswitch @@ -278,9 +293,9 @@ endif vsys-MODULES := vsys vsys-SPEC := vsys.spec # ocaml-docs is not needed anymore but keep it on a tmp basis as some tags may still have it -vsys-DEVEL-RPMS += ocaml-ocamldoc ocaml-docs +vsys-STOCK-DEVEL-RPMS += ocaml-ocamldoc ocaml-docs ifeq "$(local_inotify_tools)" "true" -vsys-DEPEND-DEVEL-RPMS += inotify-tools inotify-tools-devel +vsys-LOCAL-DEVEL-RPMS += inotify-tools inotify-tools-devel endif IN_NODEIMAGE += vsys ALL += vsys @@ -297,10 +312,15 @@ ALL += vsyssh # vsys-scripts # vsys-scripts-MODULES := vsys-scripts -vsys-scripts-SPEC := vsys-scripts.spec +vsys-scripts-SPEC := root-context/vsys-scripts.spec IN_NODEIMAGE += vsys-scripts ALL += vsys-scripts +vsys-wrapper-MODULES := vsys-scripts +vsys-wrapper-SPEC := slice-context/vsys-wrapper.spec +IN_SLICEIMAGE += vsys-wrapper +ALL += vsys-wrapper + # openvswitch requires an autoconf more recent than what f12 has ifeq "$(DISTRONAME)" "f12" autoconf-MODULES := autoconf @@ -309,10 +329,21 @@ autoconf-BUILD-FROM-SRPM := yes ALL += autoconf endif +# +# bind_public +# +bind_public-MODULES := bind_public +bind_public-SPEC := bind_public.spec +IN_SLICEIMAGE += bind_public +ALL += bind_public + +# +# sliver-openvswitch +# sliver-openvswitch-MODULES := sliver-openvswitch sliver-openvswitch-SPEC := sliver-openvswitch.spec ifeq "$(DISTRONAME)" "f12" -sliver-openvswitch-DEPEND-DEVEL-RPMS := autoconf +sliver-openvswitch-LOCAL-DEVEL-RPMS-CRUCIAL := autoconf endif IN_SLICEIMAGE += sliver-openvswitch ALL += sliver-openvswitch @@ -321,7 +352,7 @@ ALL += sliver-openvswitch # plcapi # plcapi-MODULES := plcapi -plcapi-SPEC := PLCAPI.spec +plcapi-SPEC := plcapi.spec ALL += plcapi IN_MYPLC += plcapi @@ -362,7 +393,7 @@ ALL += pcucontrol # monitor-MODULES := monitor monitor-SPEC := Monitor.spec -monitor-DEVEL-RPMS += net-snmp net-snmp-devel +monitor-STOCK-DEVEL-RPMS += net-snmp net-snmp-devel ALL += monitor IN_NODEIMAGE += monitor @@ -392,26 +423,6 @@ pyaspects-SPEC := pyaspects.spec pyaspects-BUILD-FROM-SRPM := yes ALL += pyaspects -# sfa now uses the with statement that's not supported on python-2.4 - not even through __future__ -# In addition we now use sqlalchemy and 0.5 as per f12 is not compatible with our model -build_sfa=true -ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 f12 centos5)" -build_sfa=false -endif - -ifeq "$(build_sfa)" "true" -# -# sfa - Slice Facility Architecture -# -sfa-MODULES := sfa -sfa-SPEC := sfa.spec -ALL += sfa - -sface-MODULES := sface -sface-SPEC := sface.spec -ALL += sface -endif - # # nodeconfig # @@ -447,25 +458,18 @@ IN_MYPLC += pyplnet IN_BOOTCD += pyplnet # -# OMF resource controller +# for OMF resource controller as a gem : rvm-ruby has right version of ruby and related gem stuff # -omf-resctl-MODULES := omf -omf-resctl-SPEC := omf-resctl.spec -ALL += omf-resctl -IN_SLICEIMAGE += omf-resctl - -# -# OMF exp controller -# -omf-expctl-MODULES := omf -omf-expctl-SPEC := omf-expctl.spec -ALL += omf-expctl +rvm-ruby-MODULES := rvm-ruby +rvm-ruby-SPEC := rpm/rvm-ruby.spec +rvm-ruby-STOCK-DEVEL-RPMS := chrpath libyaml-devel libffi-devel libxslt-devel +ALL += rvm-ruby # # OML measurement library # oml-MODULES := oml -oml-DEVEL-RPMS += sqlite-devel +oml-STOCK-DEVEL-RPMS += sqlite-devel oml-SPEC := liboml.spec ALL += oml @@ -570,3 +574,35 @@ release-MODULES := myplc release-SPEC := myplc-release.spec release-RPMDATE := yes ALL += release + +############################## +# sfa requires python-2.7 +build_sfa=true +ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 f12 centos5)" +build_sfa=false +endif + +ifeq "$(build_sfa)" "true" +# +# sfa - Slice Facility Architecture +# +sfa-MODULES := sfa +sfa-SPEC := sfa.spec +ALL += sfa + +sface-MODULES := sface +sface-SPEC := sface.spec +ALL += sface +endif + +############################## +# don't build these by default, we have separate builds for that +myslice-MODULES := myslice +myslice-SPEC := myslice.spec +myslice-STOCK-DEVEL-RPMS := python-django +myslice-STOCK-DEVEL-DEBS := python-django python-django-south +#ALL += myslice + +manifold-MODULES := manifold +manifold-SPEC := manifold.spec +#ALL += manifold