- The platform-config template now expects the platform basename and platform revision as separate variables.

- The platform-config package now depends on the platform-module package.
This commit is contained in:
Jeffrey Townsend
2017-01-07 20:55:13 +00:00
parent e5b8f44c5e
commit 20c65de827

View File

@@ -3,21 +3,26 @@
# PKG template for all platform-config packages.
#
############################################################
variables:
PLATFORM : $BASENAME-$REVISION
prerequisites:
packages: [ "onl-vendor-config-${VENDOR}:all" ]
packages:
- "onl-vendor-config-$VENDOR:all"
- "onl-platform-modules-$BASENAME:$ARCH"
packages:
- name: onl-platform-config-${PLATFORM}
depends: onl-vendor-config-${VENDOR}
- name: onl-platform-config-$PLATFORM
depends: onl-vendor-config-$VENDOR
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 Configuration Package for the ${PLATFORM}
summary: ONL Platform Configuration Package for the $PLATFORM
files:
src/lib: /lib/platform-config/${PLATFORM}/onl
src/lib: /lib/platform-config/$PLATFORM/onl
src/python : ${PY_INSTALL}/onl/platform/
changelog: Changes