[Build] Fix the SLAVE_DRI not defined issue in the slave container issue (#14297)
Why I did it It is to fix the issue #13773 It only has impact on the build triggered manually inside of the slave container. Developers can go to the slave container do a build, it will print a skippable error message complaining the variable not found. How I did it Add the default value for variable SLAVE_DRI. How to verify it
This commit is contained in:
parent
e17e4fc4c0
commit
9b769244d5
1
slave.mk
1
slave.mk
@ -45,6 +45,7 @@ DBG_IMAGE_MARK = dbg
|
||||
DBG_SRC_ARCHIVE_FILE = $(TARGET_PATH)/sonic_src.tar.gz
|
||||
BUILD_WORKDIR = /sonic
|
||||
DPKG_ADMINDIR_PATH = $(BUILD_WORKDIR)/dpkg
|
||||
SLAVE_DIR ?= sonic-slave-$(BLDENV)
|
||||
|
||||
CONFIGURED_PLATFORM := $(shell [ -f .platform ] && cat .platform || echo generic)
|
||||
PLATFORM_PATH = platform/$(CONFIGURED_PLATFORM)
|
||||
|
Loading…
Reference in New Issue
Block a user