openvswitch: unset CONFIG_AUTOREMOVE
Phase 2 buildbots with this option enabled will cleanup openvswitch build dir which is needed later when building ovn Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
46427d39f9
commit
07d6310d2f
1 changed files with 2 additions and 0 deletions
|
@ -272,6 +272,8 @@ endif
|
||||||
TARGET_CFLAGS += -flto -std=gnu99
|
TARGET_CFLAGS += -flto -std=gnu99
|
||||||
MAKE_VARS += PYTHONPATH="$(HOST_PYTHON3PATH)"
|
MAKE_VARS += PYTHONPATH="$(HOST_PYTHON3PATH)"
|
||||||
|
|
||||||
|
override CONFIG_AUTOREMOVE=
|
||||||
|
|
||||||
$(foreach p,$(ovs_kmod_packages),\
|
$(foreach p,$(ovs_kmod_packages),\
|
||||||
$(eval $(call KernelPackage,$(p)))\
|
$(eval $(call KernelPackage,$(p)))\
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue