From f2c0427c38d3f49e8edd4631ff36b9dc6f349625 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Sat, 31 Dec 2016 21:00:35 +0000 Subject: [PATCH] Platform kernel module package template. --- .../base/any/templates/platform-modules.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 packages/base/any/templates/platform-modules.yml diff --git a/packages/base/any/templates/platform-modules.yml b/packages/base/any/templates/platform-modules.yml new file mode 100644 index 00000000..a0587d5e --- /dev/null +++ b/packages/base/any/templates/platform-modules.yml @@ -0,0 +1,21 @@ +############################################################ +# +# PKG template for all platform module packages +# +############################################################ +prerequisites: + packages: [ $KERNELS ] + +packages: + - name: onl-platform-modules-${PLATFORM} + version: 1.0.0 + arch: $ARCH + copyright: Copyright 2013, 2014, 2015 Big Switch Networks + maintainer: support@bigswitch.com + support: opennetworklinux@googlegroups.com + summary: ONL Platform Modules Package for the ${PLATFORM} + + files: + builds/lib: /lib + + changelog: Changes