sdk: bundle required firmware files
Bundle all firmware files which have been built along with the kernel to fix packaging of kmods in the SDK environment that rely on in-tree firmwares, specifically kmod-e100. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
		| @@ -70,6 +70,8 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean | |||||||
| 	$(CP) $(INCLUDE_DIR) $(SCRIPT_DIR) $(TOPDIR)/docs $(SDK_BUILD_DIR)/ | 	$(CP) $(INCLUDE_DIR) $(SCRIPT_DIR) $(TOPDIR)/docs $(SDK_BUILD_DIR)/ | ||||||
| 	$(TAR) -cf - -C $(TOPDIR) \ | 	$(TAR) -cf - -C $(TOPDIR) \ | ||||||
| 		`cd $(TOPDIR); find $(KDIR_BASE) -name \*.ko` \ | 		`cd $(TOPDIR); find $(KDIR_BASE) -name \*.ko` \ | ||||||
|  | 		`cd $(TOPDIR); find $(KDIR_BASE)/firmware/ -newer $(KDIR_BASE)/firmware/Makefile \ | ||||||
|  | 			-type f -name '*.bin' -or -name '*.cis' -or -name '*.csp' -or -name '*.dsp' -or -name '*.fw'` \ | ||||||
| 		$(foreach exclude,$(EXCLUDE_DIRS),--exclude="$(exclude)") \ | 		$(foreach exclude,$(EXCLUDE_DIRS),--exclude="$(exclude)") \ | ||||||
| 		$(SDK_DIRS) $(KERNEL_FILES) | \ | 		$(SDK_DIRS) $(KERNEL_FILES) | \ | ||||||
| 		$(TAR) -xf - -C $(SDK_BUILD_DIR) | 		$(TAR) -xf - -C $(SDK_BUILD_DIR) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jo-Philipp Wich
					Jo-Philipp Wich