mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 01:37:04 +00:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user