Skip to content

Commit

Permalink
linux-firmware: add Intel GPU firmware files
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Dec 30, 2021
1 parent 8d13d0a commit bcad74f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package/firmware/linux-firmware/intelgpu.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Package/i915-firmware = $(call Package/firmware-default,Intel GPU Video Driver firmware)
define Package/i915-firmware/install
$(INSTALL_DIR) $(1)/lib/firmware/i915
$(CP) \
$(PKG_BUILD_DIR)/i915/*.bin \
$(1)/lib/firmware/i915
endef

$(eval $(call BuildPackage,i915-firmware))

0 comments on commit bcad74f

Please sign in to comment.