mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux
This commit is contained in:
@@ -18,7 +18,7 @@ g_current_uid = os.getuid()
|
||||
g_timestamp = datetime.datetime.now().strftime("%Y-%m-%d.%H%M%S")
|
||||
|
||||
g_builder7_image_name="opennetworklinux/builder7:1.2"
|
||||
g_builder8_image_name="opennetworklinux/builder8:1.5"
|
||||
g_builder8_image_name="opennetworklinux/builder8:1.6"
|
||||
|
||||
g_default_image_name=g_builder8_image_name
|
||||
g_default_container_name = "%s_%s" % (g_current_user, g_timestamp)
|
||||
|
||||
Submodule packages/platforms-closed updated: 230eaba838...ec1463e62e
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1 +0,0 @@
|
||||
!include $ONL_TEMPLATES/platform-config-vendor.yml VENDOR=agema Vendor=Agema
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
from onl.platform.base import *
|
||||
|
||||
class OnlPlatformAgema(OnlPlatformBase):
|
||||
MANUFACTURER='Agema'
|
||||
PRIVATE_ENTERPRISE_NUMBER=65530
|
||||
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1 +0,0 @@
|
||||
!include $ONL_TEMPLATES/no-arch-vendor-modules.yml ARCH=amd64 VENDOR=agema
|
||||
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1 +0,0 @@
|
||||
!include $ONL_TEMPLATES/no-platform-modules.yml ARCH=amd64 VENDOR=agema BASENAME=x86-64-agema-agc7648
|
||||
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1,16 +0,0 @@
|
||||
variables:
|
||||
platform: x86-64-agema-agc7648-r0
|
||||
install: /lib/platform-config/${platform}/onl
|
||||
|
||||
common:
|
||||
version: 1.0.0
|
||||
arch: amd64
|
||||
copyright: Copyright 2013, 2014, 2015 Big Switch Networks
|
||||
maintainer: support@bigswitch.com
|
||||
support: opennetworklinux@googlegroups.com
|
||||
comment: dummy package for ONLP on Wedge
|
||||
packages:
|
||||
- name: onlp-${platform}
|
||||
summary: ONLP Package for the ${platform} platform.
|
||||
|
||||
changelog: initial version
|
||||
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1 +0,0 @@
|
||||
!include $ONL_TEMPLATES/platform-config-platform.yml ARCH=amd64 VENDOR=agema BASENAME=x86-64-agema-agc7648 REVISION=r0
|
||||
@@ -1,35 +0,0 @@
|
||||
---
|
||||
|
||||
######################################################################
|
||||
#
|
||||
# platform-config for x86_64-agema-agc7648-r0
|
||||
#
|
||||
#
|
||||
######################################################################
|
||||
|
||||
x86-64-agema-agc7648-r0:
|
||||
|
||||
grub:
|
||||
|
||||
serial: >-
|
||||
--port=0x3f8
|
||||
--speed=115200
|
||||
--word=8
|
||||
--parity=0
|
||||
--stop=1
|
||||
|
||||
kernel:
|
||||
<<: *kernel-3-16
|
||||
|
||||
args: >-
|
||||
nopat
|
||||
console=ttyS0,57600n8
|
||||
rd_NO_MD
|
||||
rd_NO_LUKS
|
||||
intel_iommu=off
|
||||
|
||||
##network
|
||||
## interfaces:
|
||||
## ma1:
|
||||
## name: ~
|
||||
## syspath: pci0000:00/0000:00:14.0
|
||||
@@ -1,8 +0,0 @@
|
||||
from onl.platform.base import *
|
||||
from onl.platform.accton import *
|
||||
|
||||
class OnlPlatform_x86_64_agc7648_r0(OnlPlatformAgema,
|
||||
OnlPlatformPortConfig_48x10_6x40):
|
||||
MODEL="agc7648"
|
||||
PLATFORM="x86-64-agema-agc7648-r0"
|
||||
SYS_OBJECT_ID=".7648.1"
|
||||
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1 +0,0 @@
|
||||
!include $ONL_TEMPLATES/platform-config-vendor.yml VENDOR=dni Vendor=DNI
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
from onl.platform.base import *
|
||||
|
||||
class OnlPlatformDNI(OnlPlatformBase):
|
||||
MANUFACTURER='DNI'
|
||||
PRIVATE_ENTERPRISE_NUMBER=5324
|
||||
Reference in New Issue
Block a user