Skip to content

Commit

Permalink
Pass image_type to build_debian.sh, so it can do any required customi…
Browse files Browse the repository at this point in the history
…zations. (#4401)
  • Loading branch information
renukamanavalan authored Apr 8, 2020
1 parent 444cede commit 768d18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slave.mk
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ $(addprefix $(TARGET_PATH)/, $(SONIC_INSTALLERS)) : $(TARGET_PATH)/% : \
DEBUG_SRC_ARCHIVE_FILE="$(DBG_SRC_ARCHIVE_FILE)" \
USERNAME="$(USERNAME)" \
PASSWORD="$(PASSWORD)" \
IMAGE_TYPE=$($*_IMAGE_TYPE) \
./build_debian.sh $(LOG)

USERNAME="$(USERNAME)" \
Expand Down

0 comments on commit 768d18d

Please sign in to comment.