Renamed to match the platform.

This commit is contained in:
Jeffrey Townsend
2017-01-08 02:34:15 +00:00
parent 8b25b07451
commit 1044c2eee0
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
variables:
platform: x86-64-agc7648-r0
platform: x86-64-agema-agc7648-r0
install: /lib/platform-config/${platform}/onl
common:

View File

@@ -2,12 +2,12 @@
######################################################################
#
# platform-config for x86_64-agc7648-r0
# platform-config for x86_64-agema-agc7648-r0
#
#
######################################################################
x86-64-agc7648-r0:
x86-64-agema-agc7648-r0:
grub:
@@ -18,7 +18,7 @@ x86-64-agc7648-r0:
--parity=0
--stop=1
kernel:
kernel:
<<: *kernel-3-18
args: >-

View File

@@ -2,7 +2,7 @@ from onl.platform.base import *
from onl.platform.accton import *
class OnlPlatform_x86_64_agc7648_r0(OnlPlatformAgema,
OnlPlatformPortConfig_48x10_6x40):
OnlPlatformPortConfig_48x10_6x40):
MODEL="agc7648"
PLATFORM="x86-64-agc7648-r0"
PLATFORM="x86-64-agema-agc7648-r0"
SYS_OBJECT_ID=".7648.1"