Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Merged
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
4 changes: 2 additions & 2 deletions platform/barefoot/platform-modules-bfn-montara.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# BFN Platform modules

BFN_MONTARA_PLATFORM_MODULE_VERSION = 1.0
BFN_MONTARA_PLATFORM_MODULE_VERSION = 1.1

export BFN_MONTARA_PLATFORM_MODULE_VERSION

BFN_MONTARA_PLATFORM_MODULE = platform-modules-bfn-montara_$(BFN_MONTARA_PLATFORM_MODULE_VERSION)_amd64.deb
BFN_MONTARA_PLATFORM_MODULE = sonic-platform-modules-bfn-montara_$(BFN_MONTARA_PLATFORM_MODULE_VERSION)_amd64.deb
$(BFN_MONTARA_PLATFORM_MODULE)_SRC_PATH = $(PLATFORM_PATH)/sonic-platform-modules-bfn-montara
$(BFN_MONTARA_PLATFORM_MODULE)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
$(BFN_MONTARA_PLATFORM_MODULE)_PLATFORM = x86_64-accton_wedge100bf_32x-r0
Expand Down
4 changes: 2 additions & 2 deletions platform/barefoot/platform-modules-bfn.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# BFN Platform modules

BFN_PLATFORM_MODULE_VERSION = 1.0
BFN_PLATFORM_MODULE_VERSION = 1.1

export BFN_PLATFORM_MODULE_VERSION

BFN_PLATFORM_MODULE = platform-modules-bfn_$(BFN_PLATFORM_MODULE_VERSION)_amd64.deb
BFN_PLATFORM_MODULE = sonic-platform-modules-bfn_$(BFN_PLATFORM_MODULE_VERSION)_amd64.deb
$(BFN_PLATFORM_MODULE)_SRC_PATH = $(PLATFORM_PATH)/sonic-platform-modules-bfn
$(BFN_PLATFORM_MODULE)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
$(BFN_PLATFORM_MODULE)_PLATFORM = x86_64-accton_wedge100bf_65x-r0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file describes the maintainers for sonic-platform-modules-bfn
# This file describes the maintainers for sonic-platform-modules-bfn-montara
# See the SONiC project governance document for more information
Mailinglist = sonicproject@googlegroups.com
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# sonic-platform-modules-bfn
# sonic-platform-modules-bfn-montara
Device drivers for support of BFN platform for the SONiC project
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
platform-modules-bfn-montara (1.0) unstable; urgency=low

* Initial release

-- Support <support@edge-core.com> Mon, 11 Nov 2015 11:11:11 -0800
sonic-platform-modules-bfn-montara (1.1) unstable; urgency=low

* Remove bfn asic kernel modules from platform package

-- Support <support@barefootnetworks.com> Mon, 22 Oct 2018 15:40:00 -0800

sonic-platform-modules-bfn-montara (1.0) unstable; urgency=low

* Initial release

-- Support <support@edge-core.com> Mon, 11 Nov 2015 11:11:11 -0800
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Source: platform-modules-bfn-montara
Source: sonic-platform-modules-bfn-montara
Section: main
Priority: extra
Maintainer: Support <support@edge-core.com>
Build-Depends: debhelper (>= 8.0.0), bzip2
Standards-Version: 3.9.3

Package: platform-modules-bfn-montara
Package: sonic-platform-modules-bfn-montara
Architecture: amd64
Depends: linux-image-4.9.0-7-amd64
Description: kernel modules for platform devices such as fan, led, sfp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f

PACKAGE_NAME := platform-modules-bfn-montara
PACKAGE_NAME := sonic-platform-modules-bfn-montara
SCRIPT_SRC := $(shell pwd)/scripts

%:
Expand Down
12 changes: 7 additions & 5 deletions platform/barefoot/sonic-platform-modules-bfn/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
platform-modules-bfn (1.0) unstable; urgency=low

* Initial release

-- Support <support@edge-core.com> Mon, 11 Nov 2015 11:11:11 -0800
sonic-platform-modules-bfn (1.1) unstable; urgency=low

* Remove bfn asic kernel modules from platform package

-- Support <support@barefootnetworks.com> Mon, 22 Oct 2018 15:40:00 -0800

sonic-platform-modules-bfn (1.0) unstable; urgency=low

* Initial release

-- Support <support@edge-core.com> Mon, 11 Nov 2015 11:11:11 -0800
4 changes: 2 additions & 2 deletions platform/barefoot/sonic-platform-modules-bfn/debian/control
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Source: platform-modules-bfn
Source: sonic-platform-modules-bfn
Section: main
Priority: extra
Maintainer: support <support@edge-core.com>
Build-Depends: debhelper (>= 8.0.0), bzip2
Standards-Version: 3.9.3

Package: platform-modules-bfn
Package: sonic-platform-modules-bfn
Architecture: amd64
Depends: linux-image-4.9.0-7-amd64
Description: kernel modules for platform devices such as fan, led, sfp
Expand Down
2 changes: 1 addition & 1 deletion platform/barefoot/sonic-platform-modules-bfn/debian/rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f

PACKAGE_NAME := platform-modules-bfn
PACKAGE_NAME := sonic-platform-modules-bfn
SCRIPT_SRC := $(shell pwd)/scripts

%:
Expand Down