[baseimage]: update make file for initramfs-tools (#1967)
Call add_extra_package instead add_derived_package. Because the 'extra' package doesn't require 'base' package to be installed to be built. This change enables make stretch with multiple threads. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
This commit is contained in:
parent
a5fd3beb1b
commit
7eacb683c4
@ -8,6 +8,6 @@ $(INITRAMFS_TOOLS)_SRC_PATH = $(SRC_PATH)/initramfs-tools
|
||||
SONIC_MAKE_DEBS += $(INITRAMFS_TOOLS)
|
||||
|
||||
INITRAMFS_TOOLS_CORE = initramfs-tools-core_$(INITRAMFS_TOOLS_VERSION)_all.deb
|
||||
$(eval $(call add_derived_package,$(INITRAMFS_TOOLS),$(INITRAMFS_TOOLS_CORE)))
|
||||
$(eval $(call add_extra_package,$(INITRAMFS_TOOLS),$(INITRAMFS_TOOLS_CORE)))
|
||||
|
||||
SONIC_STRETCH_DEBS += $(INITRAMFS_TOOLS) $(INITRAMFS_TOOLS_CORE)
|
||||
|
Loading…
Reference in New Issue
Block a user