These two image profiles overwrite DEVICE_NAME making the two image
profiles appear with the same name "ventana" in the "profiles.json"
mixing ramdomly the two profiles.
Use BOARD_NAME instead to keep the two profiles names unique (orginal
DEVICE_NAME) hence generating a coherent "profiles.json".
Since there are image recipes hardconding DEVICE_NAME, change them to use
BOARD_NAME if defined, in order to preserve the previous names used in
those recipes.
Fixes:
|
||
|---|---|---|
| .. | ||
| bootscript-gateworks_venice | ||
| bootscript-solidrun_cubox-i | ||
| bootscript-technexion_imx7d-pico-pi | ||
| bootscript-toradex_apalis | ||
| bootscript-ventana | ||
| common.mk | ||
| cortexa7.mk | ||
| cortexa9.mk | ||
| cortexa53.mk | ||
| Makefile | ||
| recovery-toradex_apalis | ||