[fix]: various minor fixes (#2246)
Signed-off-by: Guohan Lu <gulv@microsoft.com>
This commit is contained in:
parent
47518e75d6
commit
8de5aadea6
1
device/pegatron/x86_64-pegatron_porsche-r0/default_sku
Normal file
1
device/pegatron/x86_64-pegatron_porsche-r0/default_sku
Normal file
@ -0,0 +1 @@
|
||||
porsche t1
|
File diff suppressed because it is too large
Load Diff
2
slave.mk
2
slave.mk
@ -389,7 +389,7 @@ $(SONIC_INSTALL_WHEELS) : $(PYTHON_WHEELS_PATH)/%-install : .platform $$(addsuff
|
||||
docker-start :
|
||||
@sudo sed -i '/http_proxy/d' /etc/default/docker
|
||||
@sudo bash -c "echo \"export http_proxy=$$http_proxy\" >> /etc/default/docker"
|
||||
@test $(SONIC_CONFIG_USE_NATIVE_DOCKERD_FOR_BUILD) != "y" && sudo service docker status &> /dev/null || ( sudo service docker start &> /dev/null && sleep 1 )
|
||||
@test x$(SONIC_CONFIG_USE_NATIVE_DOCKERD_FOR_BUILD) != x"y" && sudo service docker status &> /dev/null || ( sudo service docker start &> /dev/null && sleep 1 )
|
||||
|
||||
# targets for building simple docker images that do not depend on any debian packages
|
||||
$(addprefix $(TARGET_PATH)/, $(SONIC_SIMPLE_DOCKER_IMAGES)) : $(TARGET_PATH)/%.gz : .platform docker-start $$(addsuffix -load,$$(addprefix $(TARGET_PATH)/,$$($$*.gz_LOAD_DOCKERS)))
|
||||
|
Loading…
Reference in New Issue
Block a user