immortalwrt/package
Petr Štetiar 64fb5ae67a uboot-imx: pico-pi-imx7d: fix wrong make flags overriding
Buidbots are currently choking on the following compile error:

 In file included from tools/aisimage.c:9:
 include/image.h:1133:12: fatal error: openssl/evp.h: No such file or directory
  #  include <openssl/evp.h>
             ^~~~~~~~~~~~~~~
 compilation terminated.

This is caused by a complete overriding of make flags which are provided
correctly in `UBOOT_MAKE_FLAGS` variable, but currently overriden
instead of extended. This then leads to the usage of build host include
dirs, which are not available.

Fix it by extending `UBOOT_MAKE_FLAGS` variable like it was done in
commit 481339a042 ("uboot-imx: fix wrong make flags overriding").

Fixes: 7094e65503 ("uboot-imx: add support for TechNexion PICO-PI-IMX7D")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2022-07-12 09:25:43 +02:00
..
base-files failsafe: run on all consoles listed in /proc/cmdline 2022-06-19 12:40:30 +02:00
boot uboot-imx: pico-pi-imx7d: fix wrong make flags overriding 2022-07-12 09:25:43 +02:00
devel binutils: update to 2.38 2022-07-10 19:07:47 +02:00
firmware cypress-nvram: support BCM4339 on TechNexion PICO-PI-IMX7D 2022-07-11 14:18:40 +02:00
kernel mac80211: enable CONFIG_BRCMFMAC_SDIO for imx/cortexa7 2022-07-11 14:18:40 +02:00
libs libtool: update to 2.4.7 2022-07-10 19:07:47 +02:00
network hostapd: apply patch to fix building openssl variant 2022-07-11 00:50:54 +02:00
system opkg: update to 2022-02-24 2022-06-27 00:57:15 +02:00
utils f2fs-tools: import patch to fix compilation 2022-07-04 20:24:06 +02:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00