Skip to content

Commit

Permalink
[build] Fix bluefield packages compilation. (#16)
Browse files Browse the repository at this point in the history
* [build] Fix bfinstall and bootimages packages URLs.

* [build] Fix issue with "bootimages" package dependencies.
  • Loading branch information
oleksandrivantsiv authored Jan 4, 2022
1 parent 64dd2f7 commit 6a537b0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions platform/nvidia-bluefield/recipes/bootimages.dep
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
SPATH := $($(BOOTIMAGES)_SRC_PATH)
DEP_FILES := $(SONIC_COMMON_FILES_LIST) $(PLATFORM_PATH)/$(RECIPE_DIR)/bootimages.mk $(PLATFORM_PATH)/$(RECIPE_DIR)/bootimages.dep
DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST)
DEP_FILES += $(shell git ls-files -- $(SPATH))

$(MFT)_CACHE_MODE := GIT_CONTENT_SHA
$(MFT)_DEP_FLAGS := $(SONIC_COMMON_FLAGS_LIST)
$(MFT)_DEP_FILES := $(DEP_FILES)
$(BOOTIMAGES)_CACHE_MODE := GIT_CONTENT_SHA
$(BOOTIMAGES)_DEP_FLAGS := $(SONIC_COMMON_FLAGS_LIST)
$(BOOTIMAGES)_DEP_FILES := $(DEP_FILES)

0 comments on commit 6a537b0

Please sign in to comment.