X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=onelab.mk;h=159d60f5d4d94f3179816e0a9da8d41e52cb8cf5;hb=831f83b1731a34cb7221e4fc46d303ce26304d69;hp=0166ea6059bf59540fa632cf53504d6987b2e02c;hpb=419dff29d37d54b62d988496572666ef66d12b7c;p=build.git diff --git a/onelab.mk b/onelab.mk index 0166ea60..159d60f5 100644 --- a/onelab.mk +++ b/onelab.mk @@ -41,8 +41,7 @@ IN_MYPLC += $(KERNELS) # # kexec-tools # -ifeq "$(DISTRO)" "Fedora" -ifeq "$(RELEASE)" "4" +ifeq "$(DISTRONAME)" "fc4" kexec-tools-MODULES := kexec-tools kexec-tools-SPEC := kexec-tools.spec kexec-tools-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs @@ -50,7 +49,6 @@ kexec-tools-TAG := planetlab-4_1-rc2 ALL += kexec-tools IN_BOOTCD += kexec-tools endif -endif # # madwifi @@ -65,20 +63,6 @@ madwifi-SPECVARS = kernel_version=$(kernel.rpm-version) \ ALL += madwifi IN_BOOTSTRAPFS += madwifi -# -# iwlwifi-ucode -# -iwlwifi-ucode-MODULES := iwlwifi -iwlwifi-ucode-SPEC := iwlwifi-ucode.spec -iwlwifi-ucode-BUILD-FROM-SRPM := yes -iwlwifi-ucode-DEPEND-DEVEL-RPMS := kernel-devel -iwlwifi-ucode-SPECVARS = kernel_version=$(kernel.rpm-version) \ - kernel_release=$(kernel.rpm-release) \ - kernel_arch=$(kernel.rpm-arch) -ALL += iwlwifi-ucode -# in the wireless extension -#IN_BOOTSTRAPFS += iwlwifi-ucode - # # wireless-tools # @@ -216,6 +200,14 @@ fprobe-ulog-SPEC := fprobe-ulog.spec ALL += fprobe-ulog IN_BOOTSTRAPFS += fprobe-ulog +# +# pf2slice +# +pf2slice-MODULES := pf2slice +pf2slice-SPEC := pf2slice.spec +ALL += pf2slice + + # # netflow # @@ -252,16 +244,24 @@ IN_BOOTSTRAPFS += iproute # # vsys # +vsys_support=yes +ifeq "$(DISTRONAME)" "fc4" +vsys_support= +endif +ifeq "$(DISTRONAME)" "fc6" +vsys_support= +endif +# cannot find the required packages (see devel.pkgs) on centos5 +ifeq "$(DISTRONAME)" "centos5" +vsys_support= +endif + +ifeq "$(vsys_support)" "yes" vsys-MODULES := vsys vsys-SPEC := vsys.spec -ifeq "$(DISTRO)" "Fedora" -ifeq "$(RELEASE)" "7" -ALL += vsys -endif -ifeq "$(RELEASE)" "8" +IN_BOOTSTRAPFS += vsys ALL += vsys endif -endif # # PLCAPI @@ -274,11 +274,19 @@ IN_MYPLC += PLCAPI # # PLCWWW # -PLCWWW-MODULES := WWW +PLCWWW-MODULES := PLCWWW PLCWWW-SPEC := PLCWWW.spec ALL += PLCWWW IN_MYPLC += PLCWWW +# +# nodeconfig +# +nodeconfig-MODULES := nodeconfig +nodeconfig-SPEC := nodeconfig.spec +ALL += nodeconfig +IN_MYPLC += nodeconfig + # # bootmanager # @@ -333,6 +341,26 @@ bootstrapfs-DEPEND-FILES := RPMS/yumgroups.xml ALL += bootstrapfs IN_MYPLC += bootstrapfs +# +# noderepo +# +# all rpms resulting from packages marked as being in bootstrapfs and vserver +NODEREPO_RPMS = $(foreach package,$(IN_BOOTSTRAPFS) $(IN_VSERVER),$($(package).rpms)) +# replace space with +++ (specvars cannot deal with spaces) +SPACE=$(subst x, ,x) +NODEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(NODEREPO_RPMS)) + +noderepo-MODULES := BootstrapFS +noderepo-SPEC := noderepo.spec +noderepo-RPMBUILD := sudo bash ./rpmbuild.sh +# package requires all regular packages +noderepo-DEPEND-PACKAGES := $(IN_BOOTSTRAPFS) $(IN_VSERVER) +noderepo-DEPEND-FILES := RPMS/yumgroups.xml +#export rpm list to the specfile +noderepo-SPECVARS = node_rpms_plus=$(NODEREPO_RPMS_3PLUS) +ALL += noderepo +IN_MYPLC += noderepo + # # myplc : initial, chroot-based packaging #