From: Mathias Kresin Date: Wed, 16 Jan 2019 20:57:53 +0000 (+0100) Subject: gemini: fix parallel build X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=ec0d58ede42e5c8d9829933dd98265e452b7c63d gemini: fix parallel build Due to the missing PROFILES all images are build, regardless of the selected (or currently processed in case of a multi profile build). Because of the race condition builds with eight parallel jobs fail, which can be seen on the build bots as well. Add the PROFILES variable for now, till the root cause is identified. Signed-off-by: Mathias Kresin --- diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index 566ac96122..5f987875d3 100644 --- a/target/linux/gemini/image/Makefile +++ b/target/linux/gemini/image/Makefile @@ -71,6 +71,7 @@ endef # All DTB files are prefixed with "gemini-" define Device/Default + PROFILES := Default DEVICE_DTS := $(patsubst %.dtb,%,$(notdir $(wildcard $(if $(IB),$(KDIR),$(DTS_DIR))/*-$(1).dtb))) KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts) KERNEL_NAME := zImage