Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions packages/base/any/templates/platform-modules_as7327.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
############################################################
#
# PKG template for all platform module packages
#
############################################################
variables:
PLATFORM_NAME : ${BASENAME}-r0

prerequisites:
packages:
- $KERNELS
- onl-vendor-${VENDOR}-modules:$ARCH

packages:
- name: onl-platform-modules-${BASENAME}
version: 1.0.0
arch: $ARCH
copyright: Copyright 2013, 2014, 2015 Big Switch Networks
maintainer: support@bigswitch.com
support: opennetworklinux@googlegroups.com
summary: ONL Platform Modules Package for the ${BASENAME}
depends: onl-vendor-${VENDOR}-modules

files:
- builds/lib: /lib
- builds/utils: /lib/platform-config/${PLATFORM_NAME}/onl/bin

changelog: Changes
3 changes: 3 additions & 0 deletions packages/platforms/accton/x86-64/as7327-56x/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*x86*64*accton*as7327*56x*.mk
onlpdump.mk

1 change: 1 addition & 0 deletions packages/platforms/accton/x86-64/as7327-56x/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!include $ONL_TEMPLATES/platform-modules_as7327.yml VENDOR=accton BASENAME=x86-64-accton-as7327-56x ARCH=amd64 KERNELS="onl-kernel-6.12-lts-x86-64-all:amd64"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
KERNELS := onl-kernel-6.12-lts-x86-64-all:amd64
KMODULES := src
VENDOR := accton
BASENAME := x86-64-accton-as7327-56x
ARCH := x86_64
include $(ONL)/make/kmodule.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
obj-m += x86-64-accton-as7327-56x-cpld.o
obj-m += x86-64-accton-as7327-56x-fpga.o
obj-m += x86-64-accton-as7327-56x-leds.o
obj-m += x86-64-accton-as7327-56x-psu.o
obj-m += x86-64-accton-as7327-56x-psu_bmc.o
obj-m += x86-64-accton-as7327-56x-thermal_bmc.o
obj-m += at24_as7327_56x.o
Loading