mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 01:37:04 +00:00
25 lines
656 B
YAML
25 lines
656 B
YAML
############################################################
|
|
#
|
|
# PKG template for all platform module packages
|
|
#
|
|
############################################################
|
|
prerequisites:
|
|
packages:
|
|
- $KERNELS
|
|
- onl-vendor-${VENDOR}-modules:$ARCH
|
|
|
|
packages:
|
|
- name: onl-platform-modules-${BASENAME}
|
|
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 ${BASENAME}
|
|
depends: onl-vendor-${VENDOR}-modules
|
|
|
|
files:
|
|
builds/lib: /lib
|
|
|
|
changelog: Changes
|