mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 01:37:04 +00:00
36 lines
987 B
YAML
36 lines
987 B
YAML
############################################################
|
|
#
|
|
# PKG template for all platform-config packages.
|
|
#
|
|
############################################################
|
|
variables:
|
|
PLATFORM : $BASENAME-$REVISION
|
|
|
|
prerequisites:
|
|
packages:
|
|
- "onl-vendor-config-$VENDOR:all"
|
|
- "onl-platform-modules-$BASENAME:$ARCH"
|
|
|
|
common:
|
|
version: 1.0.0
|
|
arch: $ARCH
|
|
copyright: Copyright 2013, 2014, 2015 Big Switch Networks
|
|
maintainer: support@bigswitch.com
|
|
support: opennetworklinux@googlegroups.com
|
|
changelog: None
|
|
dists: $DISTS
|
|
|
|
packages:
|
|
- name: onl-platform-config-$PLATFORM
|
|
depends: onl-vendor-config-$VENDOR,onl-platform-modules-$BASENAME
|
|
summary: ONL Platform Configuration Package for the $PLATFORM
|
|
|
|
files:
|
|
src/lib: /lib/platform-config/$PLATFORM/onl
|
|
src/python : ${PY_INSTALL}/onl/platform/
|
|
|
|
- name: onl-platform-build-$PLATFORM
|
|
summary: ONL Platform Build Package for the $PLATFORM
|
|
optional-files:
|
|
builds: $$PKG_INSTALL
|