Skip to content

Commit

Permalink
add docker-dpu.dep
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa committed Sep 12, 2023
1 parent 35a5be1 commit 8dbfcc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions rules/docker-dpu.dep
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DEP_FILES := rules/docker-dpu.dep rules/docker-dpu.mk

$(DOCKER_DPU)_CACHE_MODE := none
$(DOCKER_DPU)_DEP_FILES := $(DEP_FILES)
2 changes: 1 addition & 1 deletion slave.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ $(foreach IMAGE,$(DOCKER_DBG_IMAGES), $(eval $(IMAGE)_FILES_PATH := $(FILES_PATH

# Targets for dowanloaded docker images
$(addprefix $(TARGET_PATH)/,$(DOWNLOADED_DOCKER_IMAGES)) : $(TARGET_PATH)/%.gz : .platform \
$(RULES_PATH)/$$*.mk
$(call dpkg_depend,$(TARGET_PATH)/%.gz.dep)
rm -f $@
wget "$($*.gz_URL)" -O $@

Expand Down

0 comments on commit 8dbfcc1

Please sign in to comment.