Skip to content

Commit

Permalink
[baseimage]: Add derived package to initramfs-tools (sonic-net#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurypm authored and lguohan committed Jul 13, 2018
1 parent bb965a5 commit 5801246
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rules/initramfs-tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ INITRAMFS_TOOLS = initramfs-tools_$(INITRAMFS_TOOLS_VERSION)_all.deb
$(INITRAMFS_TOOLS)_SRC_PATH = $(SRC_PATH)/initramfs-tools
SONIC_MAKE_DEBS += $(INITRAMFS_TOOLS)

SONIC_STRETCH_DEBS += $(INITRAMFS_TOOLS)
INITRAMFS_TOOLS_CORE = initramfs-tools-core_$(INITRAMFS_TOOLS_VERSION)_all.deb
$(eval $(call add_derived_package,$(INITRAMFS_TOOLS),$(INITRAMFS_TOOLS_CORE)))

SONIC_STRETCH_DEBS += $(INITRAMFS_TOOLS) $(INITRAMFS_TOOLS_CORE)

0 comments on commit 5801246

Please sign in to comment.