Skip to content

Commit

Permalink
[build] Fix bfinstall and bootimages packages URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandrivantsiv committed Dec 30, 2021
1 parent 2586a49 commit 64dd2f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions platform/nvidia-bluefield/recipes/bfinstall.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

BFINSTALL_VERSION = 3.8.0-11969
BFINSTALL_VERSION = 3.8.0.11969

BFINSTALL_BASE_URL = "http://fit69.mtl.labs.mlnx/auto/sw_mc_soc_release/BlueField-$(BFINSTALL_VERSION)/DEBS/$(BFINSTALL_VERSION)"
BFINSTALL_FILE = BlueField-$(subst -,.,$(BFINSTALL_VERSION))_install.bfb
BFINSTALL_BASE_URL = "http://fit69.mtl.labs.mlnx/auto/sw_mc_soc_release/BlueField-$(BFINSTALL_VERSION)"
BFINSTALL_FILE = BlueField-$(BFINSTALL_VERSION)_install.bfb
$(BFINSTALL_FILE)_URL = $(BFINSTALL_BASE_URL)/$(BFINSTALL_FILE)

SONIC_ONLINE_FILES += $(BFINSTALL_FILE)
Expand Down
2 changes: 1 addition & 1 deletion platform/nvidia-bluefield/recipes/bootimages.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
BOOTIMAGES_VERSION = 3.8.0-11969

BOOTIMAGES = mlxbf-bootimages_$(BOOTIMAGES_VERSION)_arm64.deb
$(BOOTIMAGES)_URL = http://fit69.mtl.labs.mlnx/auto/sw_mc_soc_release/BlueField-$(BOOTIMAGES_VERSION)/DEBS/$(BOOTIMAGES_VERSION)
$(BOOTIMAGES)_URL = http://fit69.mtl.labs.mlnx/auto/sw_mc_soc_release/BlueField-$(subst -,.,$(BFINSTALL_VERSION))/DEBS/$(BOOTIMAGES)

SONIC_ONLINE_DEBS += $(BOOTIMAGES)

0 comments on commit 64dd2f7

Please sign in to comment.