mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 17:57:01 +00:00
as support@bigswitch.com "is a support line for commercial Big Switch products for customer with paid licenses."
33 lines
828 B
YAML
33 lines
828 B
YAML
############################################################
|
|
#
|
|
# Buildroot Package Template
|
|
#
|
|
# Requires: ARCH
|
|
#
|
|
############################################################
|
|
prerequisites:
|
|
submodules:
|
|
- { root: "${ONL}", path : packages/base/any/initrds/buildroot/builds/buildroot-mirror, recursive: true }
|
|
|
|
common:
|
|
arch: $ARCH
|
|
version: 1.0.0
|
|
copyright: Copyright 2013, 2014, 2015 Big Switch Networks
|
|
maintainer: support@bigswitch.com
|
|
support: opennetworklinux@googlegroups.com
|
|
|
|
packages:
|
|
- name: onl-buildroot-initrd
|
|
version: 1.0.0
|
|
summary: Open Network Linux Base Buildroot Initrd CPIO ($ARCH)
|
|
|
|
files:
|
|
builds/onl-buildroot-initrd-$ARCH.cpio.gz : $$PKG_INSTALL/
|
|
builds/makedevs : $$PKG_INSTALL/buildroot-makedevs
|
|
|
|
changelog: Change changes changes.,
|
|
|
|
|
|
|
|
|