Some checks failed
Build Kernel / Set targets (push) Has been cancelled
Build all core packages / build (malta/be) (push) Has been cancelled
Build all core packages / build (x86/64) (push) Has been cancelled
Build host tools / build-macos-latest (push) Has been cancelled
Build host tools / build-linux-buildbot (push) Has been cancelled
Build Kernel / Build Kernel with external toolchain (push) Has been cancelled
Build Kernel / Check Kernel patches (push) Has been cancelled
Build host tools / push-tools-container (push) Has been cancelled
10 lines
444 B
Makefile
10 lines
444 B
Makefile
Package/eip197-mini-firmware = $(call Package/firmware-default,Inside Secure EIP197 mini firmware)
|
|
define Package/eip197-mini-firmware/install
|
|
$(INSTALL_DIR) $(1)/lib/firmware/inside-secure/eip197_minifw
|
|
$(INSTALL_DATA) \
|
|
$(PKG_BUILD_DIR)/inside-secure/eip197_minifw/ifpp.bin \
|
|
$(PKG_BUILD_DIR)/inside-secure/eip197_minifw/ipue.bin \
|
|
$(1)/lib/firmware/inside-secure/eip197_minifw
|
|
endef
|
|
$(eval $(call BuildPackage,eip197-mini-firmware))
|