Skip to content

Commit

Permalink
Add kernel dependencies for onion-dt-overlay-sw-spi package
Browse files Browse the repository at this point in the history
Resolves: #92
  • Loading branch information
YevheniiOnishchenkoLemberg committed May 17, 2024
1 parent b4f6cce commit 695732a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onion-dt-overlay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk

PKG_NAME:=onion-dt-overlay
PKG_VERSION:=1.0
PKG_RELEASE:=4
PKG_RELEASE:=5
KERNEL_BUILD_DIR ?= $(BUILD_DIR)/linux-$(BOARD)$(if $(SUBTARGET),_$(SUBTARGET))
LINUX_DIR ?= $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION)
DTC=$(LINUX_DIR)/scripts/dtc/dtc
Expand Down Expand Up @@ -84,5 +84,5 @@ define BuildDtbo
endef

$(eval $(call BuildPackage,onion-dt-overlay))
$(eval $(call BuildDtbo,sw-spi,,Provides SW SPI))
$(eval $(call BuildDtbo,sw-spi,+kmod-mmc-spi +kmod-spi-bitbang +kmod-spi-dev +kmod-spi-gpio,Provides SW SPI))
$(eval $(call BuildDtbo,w1-gpio,+kmod-w1 +kmod-w1-master-gpio +kmod-w1-slave-therm,Provides One Wire GPIO))

0 comments on commit 695732a

Please sign in to comment.