mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
U_BOOT_ARCH_PATCH_DIR should contain a value or should not be defined, empty string is not allowed
This commit is contained in:
parent
877a486ac9
commit
8a97f125ab
@ -88,7 +88,7 @@ $(U_BOOT_DIR)/.patched: $(U_BOOT_DIR)/.unpacked
|
|||||||
toolchain/patch-kernel.sh $(U_BOOT_DIR) target/u-boot/$(U_BOOT_VERSION) \
|
toolchain/patch-kernel.sh $(U_BOOT_DIR) target/u-boot/$(U_BOOT_VERSION) \
|
||||||
u-boot-$(U_BOOT_VERSION)-\*.patch \
|
u-boot-$(U_BOOT_VERSION)-\*.patch \
|
||||||
u-boot-$(U_BOOT_VERSION)-\*.patch.$(ARCH)
|
u-boot-$(U_BOOT_VERSION)-\*.patch.$(ARCH)
|
||||||
ifneq ($(strip $(U_BOOT_ARCH_PATCH_DIR)),"")
|
ifneq ($(strip $(U_BOOT_ARCH_PATCH_DIR)),)
|
||||||
toolchain/patch-kernel.sh $(U_BOOT_DIR) $(U_BOOT_ARCH_PATCH_DIR) \*.patch
|
toolchain/patch-kernel.sh $(U_BOOT_DIR) $(U_BOOT_ARCH_PATCH_DIR) \*.patch
|
||||||
endif
|
endif
|
||||||
ifneq ($(strip $(BR2_TARGET_UBOOT_CUSTOM_PATCH)),"")
|
ifneq ($(strip $(BR2_TARGET_UBOOT_CUSTOM_PATCH)),"")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user