mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 17:57:01 +00:00
33 lines
689 B
YAML
33 lines
689 B
YAML
############################################################
|
|
#
|
|
# OOM SHIM
|
|
#
|
|
# Requires: ARCH, TOOLCHAIN
|
|
#
|
|
############################################################
|
|
prerequisites:
|
|
packages: [ "onlp:$ARCH" ]
|
|
|
|
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
|