linux: migrate extensions to use the new infrastructure
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9bd541d3b2
commit
700be8e2a4
@ -4,9 +4,7 @@
|
||||
# Patch the linux kernel with fbtft extension
|
||||
################################################################################
|
||||
|
||||
ifeq ($(BR2_LINUX_KERNEL_EXT_FBTFT),y)
|
||||
# Add dependency to fbtft package (download helper for the fbtft source)
|
||||
LINUX_PATCH_DEPENDENCIES += fbtft
|
||||
LINUX_EXTENSIONS += fbtft
|
||||
|
||||
# for linux >= 3.15 install to drivers/video/fbdev/fbtft
|
||||
# for linux < 3.15 install to drivers/video/fbtft
|
||||
@ -22,7 +20,3 @@ define FBTFT_PREPARE_KERNEL
|
||||
>> $${dest}/Kconfig ; \
|
||||
echo 'obj-y += fbtft/' >> $${dest}/Makefile
|
||||
endef
|
||||
|
||||
LINUX_PRE_PATCH_HOOKS += FBTFT_PREPARE_KERNEL
|
||||
|
||||
endif #BR2_LINUX_KERNEL_EXT_FBTFT
|
||||
|
@ -4,9 +4,7 @@
|
||||
# Patch the linux kernel with RTAI extension
|
||||
################################################################################
|
||||
|
||||
ifeq ($(BR2_LINUX_KERNEL_EXT_RTAI),y)
|
||||
# Add dependency to RTAI (user-space) which provide kernel patches
|
||||
LINUX_PATCH_DEPENDENCIES += rtai
|
||||
LINUX_EXTENSIONS += rtai
|
||||
|
||||
RTAI_PATCH = $(call qstrip,$(BR2_LINUX_KERNEL_EXT_RTAI_PATCH))
|
||||
|
||||
@ -41,7 +39,3 @@ define RTAI_PREPARE_KERNEL
|
||||
$(notdir $(RTAI_PATCH))
|
||||
endef
|
||||
endif
|
||||
|
||||
LINUX_PRE_PATCH_HOOKS += RTAI_PREPARE_KERNEL
|
||||
|
||||
endif #BR2_LINUX_EXT_RTAI
|
||||
|
@ -4,9 +4,7 @@
|
||||
# Patch the linux kernel with xenomai extension
|
||||
################################################################################
|
||||
|
||||
ifeq ($(BR2_LINUX_KERNEL_EXT_XENOMAI),y)
|
||||
# Add dependency to xenomai (user-space) which provide ksrc part
|
||||
LINUX_PATCH_DEPENDENCIES += xenomai
|
||||
LINUX_EXTENSIONS += xenomai
|
||||
|
||||
# Adeos patch version
|
||||
XENOMAI_ADEOS_PATCH = $(call qstrip,$(BR2_LINUX_KERNEL_EXT_XENOMAI_ADEOS_PATCH))
|
||||
@ -24,7 +22,3 @@ define XENOMAI_PREPARE_KERNEL
|
||||
$(XENOMAI_ADEOS_OPTS) \
|
||||
--verbose
|
||||
endef
|
||||
|
||||
LINUX_PRE_PATCH_HOOKS += XENOMAI_PREPARE_KERNEL
|
||||
|
||||
endif #BR2_LINUX_EXT_XENOMAI
|
||||
|
Loading…
Reference in New Issue
Block a user