mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-27 18:25:00 +00:00
- Instance kernel build trees by distribution Fixes a long-standing potential bug when building multiple distributions in the same tree. - Create common PKG and build Makefiles customized for each LTS build.
31 lines
791 B
YAML
31 lines
791 B
YAML
variables:
|
|
basename: onl-kernel-$VERSION-lts-$CONFIG
|
|
|
|
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: $basename
|
|
version: 1.0.0
|
|
summary: Open Network Linux $VERSION LTS Kernel for $ARCH Platforms.
|
|
symlinks: True
|
|
|
|
files:
|
|
builds/$ONL_DEBIAN_SUITE/kernel-* : $$PKG_INSTALL/
|
|
builds/$ONL_DEBIAN_SUITE/linux-*-mbuild : $$PKG_INSTALL/mbuilds
|
|
|
|
changelog: Change changes changes.,
|
|
|
|
- name: $basename-modules
|
|
version: 1.0.0
|
|
summary: Open Network Linux $VERSION LTS Kernel Modules for $ARCH Platforms
|
|
|
|
files:
|
|
builds/$ONL_DEBIAN_SUITE/lib: /lib
|
|
|
|
changelog: Change changes changes.,
|