mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-10 09:11:34 +00:00
as support@bigswitch.com "is a support line for commercial Big Switch products for customer with paid licenses."
34 lines
648 B
YAML
34 lines
648 B
YAML
############################################################
|
|
#
|
|
# OOM SHIM
|
|
#
|
|
# Requires: ARCH, TOOLCHAIN
|
|
#
|
|
############################################################
|
|
variables:
|
|
libdir: /lib/${TOOLCHAIN}
|
|
|
|
common:
|
|
arch: $ARCH
|
|
version: 1.0.0
|
|
copyright: Copyright 2016 Big Switch Networks
|
|
maintainer: support@bigswitch.com
|
|
support: opennetworklinux@googlegroups.com
|
|
|
|
|
|
|
|
packages:
|
|
- name: oom-shim
|
|
version: 1.0.0
|
|
summary: Open Optical Module Wrapper library around ONLP
|
|
provides: [ oom_shim ]
|
|
|
|
files:
|
|
builds/$BUILD_DIR/${TOOLCHAIN}/bin/liboom-south.so : $libdir/
|
|
|
|
changelog: Initial code for 2016 OCP Demo
|
|
|
|
|
|
|
|
|