test
This commit is contained in:
18
patches/001-all-profiles.patch
Normal file
18
patches/001-all-profiles.patch
Normal file
@@ -0,0 +1,18 @@
|
||||
diff --git a/include/image.mk b/include/image.mk
|
||||
index ba1bd3c03f..16a7b0a443 100644
|
||||
--- a/include/image.mk
|
||||
+++ b/include/image.mk
|
||||
@@ -438,10 +438,11 @@ define Device/Export
|
||||
$(1) : FILESYSTEM:=$(2)
|
||||
endef
|
||||
|
||||
+DEVICE_CHECK_PROFILE = $(CONFIG_TARGET_$(if $(CONFIG_TARGET_MULTI_PROFILE),DEVICE_)$(call target_conf,$(BOARD)$(if $(SUBTARGET),_$(SUBTARGET)))_$(1))
|
||||
ifdef IB
|
||||
+ifneq ($(PROFILE),)
|
||||
DEVICE_CHECK_PROFILE = $(filter $(1),DEVICE_$(PROFILE) $(PROFILE))
|
||||
-else
|
||||
- DEVICE_CHECK_PROFILE = $(CONFIG_TARGET_$(if $(CONFIG_TARGET_MULTI_PROFILE),DEVICE_)$(call target_conf,$(BOARD)$(if $(SUBTARGET),_$(SUBTARGET)))_$(1))
|
||||
+endif
|
||||
endif
|
||||
|
||||
DEVICE_EXTRA_PACKAGES = $(call qstrip,$(CONFIG_TARGET_DEVICE_PACKAGES_$(call target_conf,$(BOARD)$(if $(SUBTARGET),_$(SUBTARGET)))_DEVICE_$(1)))
|
Reference in New Issue
Block a user