-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy path0002-change-path-to-deb-packages.patch
More file actions
53 lines (45 loc) · 2.26 KB
/
Copy path0002-change-path-to-deb-packages.patch
File metadata and controls
53 lines (45 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
From 8a65127aab128bee9cc0f8dd5dc9489a91098fae Mon Sep 17 00:00:00 2001
From: Borys Barkauskas <bbarkauskas@larch-networks.net>
Date: Tue, 3 Jun 2025 20:26:17 +0000
Subject: [PATCH 2/2] change path to deb packages
---
platform/xsight/xpci/Makefile | 2 +-
platform/xsight/xplt.mk | 2 +-
platform/xsight/xsight-sai.mk | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/platform/xsight/xpci/Makefile b/platform/xsight/xpci/Makefile
index 837741180..52b1f05ee 100644
--- a/platform/xsight/xpci/Makefile
+++ b/platform/xsight/xpci/Makefile
@@ -3,7 +3,7 @@ SHELL = /bin/bash
.SHELLFLAGS += -e
XPCI_DEB = xpci-modules-$(KVERSION)_$(XPCI_VERSION)_amd64.deb
-XPCI_URL_PREFIX = "https://github.com/Xsight-Labs/SONiC/raw/refs/heads/main/amd64/kernel"
+XPCI_URL_PREFIX = "https://github.com/Xsight-Labs/SONiC/raw/refs/heads/202311-ec/amd64/kernel"
REPACKED_XPCI_NAME = xpci-$(XPCI_VERSION)_amd64
XPCI_TMP := $(shell mktemp -u -d -t xpci.XXXXXXXXXX)
diff --git a/platform/xsight/xplt.mk b/platform/xsight/xplt.mk
index b4d37be6d..f6433a33d 100644
--- a/platform/xsight/xplt.mk
+++ b/platform/xsight/xplt.mk
@@ -3,7 +3,7 @@
# Add platform specific tools
ACCTON_ES9618XX_XPLT_PLATFORM_MODULE = xplt-es9618xx-sonicnos_3.3.3-51-g1a65a01_amd64.deb
-ES9618XX_XPLT_SRV = "https://raw.githubusercontent.com/Xsight-Labs/SONiC/main/amd64/utils/"
+ES9618XX_XPLT_SRV = "https://github.com/Xsight-Labs/SONiC/raw/refs/heads/202311-ec/amd64/utils/"
$(ACCTON_ES9618XX_XPLT_PLATFORM_MODULE)_URL = $(ES9618XX_XPLT_SRV)$(ACCTON_ES9618XX_XPLT_PLATFORM_MODULE)
$(ACCTON_ES9618XX_XPLT_PLATFORM_MODULE)_PLATFORM = x86_64-accton_es9618xx-r0
SONIC_ONLINE_DEBS += $(ACCTON_ES9618XX_XPLT_PLATFORM_MODULE)
diff --git a/platform/xsight/xsight-sai.mk b/platform/xsight/xsight-sai.mk
index c845852d3..9eb3f7dcc 100644
--- a/platform/xsight/xsight-sai.mk
+++ b/platform/xsight/xsight-sai.mk
@@ -1,7 +1,7 @@
# XSight SAI
XSIGHT_LIBSAI_VERSION = 0.1
-XSIGHT_LIBSAI_URL_PREFIX = "https://github.com/Xsight-Labs/SONiC/raw/refs/heads/main/amd64/sai-plugin"
+XSIGHT_LIBSAI_URL_PREFIX = "https://github.com/Xsight-Labs/SONiC/raw/refs/heads/202311-ec/amd64/sai-plugin/202311"
XSIGHT_LIBSAI = xsai-main_$(XSIGHT_LIBSAI_VERSION)_all.deb
XSIGHT_LIBSAI_DEV = xsai-main-dev_$(XSIGHT_LIBSAI_VERSION)_all.deb
--
2.17.1