X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=onelab.mk;h=7f74e3b1d736764d250739359cc221e8d6fc2e44;hb=3d85f456a525331119c29a6c1947da6df9a960be;hp=ae4fb59071dcc7a7c05f929d9ab73c466737fa51;hpb=a5d53454244df2dda7909d78bf176b22f44f02a4;p=build.git diff --git a/onelab.mk b/onelab.mk index ae4fb590..7f74e3b1 100644 --- a/onelab.mk +++ b/onelab.mk @@ -23,8 +23,6 @@ kernel-RPMFLAGS:= --target i686 else kernel-RPMFLAGS:= --target $(HOSTARCH) endif -# this is useful for 2.6.22 but will not be needed anymore with 2.6.27 -kernel-SPECVARS += iwlwifi=1 kernel-SPECVARS += kernelconfig=planetlab KERNELS += kernel @@ -252,7 +250,8 @@ endif openvswitch-MODULES := openvswitch openvswitch-SPEC := openvswitch.spec openvswitch-DEPEND-DEVEL-RPMS += kernel-devel -IN_BOOTSTRAPFS += openvswitch +# maybe not in production yet +#IN_BOOTSTRAPFS += openvswitch ALL += openvswitch # @@ -268,6 +267,14 @@ endif IN_BOOTSTRAPFS += vsys ALL += vsys +# +# vsyssh : installed in slivers +# +vsyssh-MODULES := vsys +vsyssh-SPEC := vsyssh.spec +IN_SLIVER += vsyssh +ALL += vsyssh + # # vsys-scripts # @@ -342,6 +349,8 @@ plcrt-MODULES := PLCRT plcrt-SPEC := plcrt.spec ALL += plcrt +# f12 has 0.9-1 already +ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 centos5)" # # pyopenssl # @@ -349,6 +358,7 @@ pyopenssl-MODULES := pyopenssl pyopenssl-SPEC := pyOpenSSL.spec pyopenssl-BUILD-FROM-SRPM := yes ALL += pyopenssl +endif # # pyaspects @@ -529,7 +539,7 @@ ALL += myplc # myplc-docs only contains docs for PLCAPI and NMAPI, but # we still need to pull MyPLC, as it is where the specfile lies, # together with the utility script docbook2drupal.sh -myplc-docs-MODULES := myplc plcapi nodemanager Monitor +myplc-docs-MODULES := myplc plcapi nodemanager monitor myplc-docs-SPEC := myplc-docs.spec ALL += myplc-docs