[LEDE-DEV] [PATCH 04/11] build: image.mk: don't install-images for devices not selected

Felix Fietkau nbd at nbd.name
Sat Dec 31 09:11:16 PST 2016


On 2016-12-31 18:06, Yousong Zhou wrote:
> This commit tries to fix the following situation
> 
>  - CONFIG_TARGET_MULTIPLE_PROFILE is not set
>  - CONFIG_TARGET_sunxi_DEVICE_sun7i-a20-cubieboard2=y
>  - All other devices are not selected
> 
> The build system will still try to install-images for those other
> devices as PROFILES and PROFILE has value DEVICE_sun7i-a20-cubieboard2
> 
> Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
This is wrong and breaks using generic profiles. Please just set
PROFILES:= <name of generic profile> in Device/Default in the sunxi
image makefile.

- Felix




More information about the Lede-dev mailing list