arm-trusted-firmware-mediatek: mark @BROKEN until bromimage gets fixed
authorDaniel Golle <daniel@makrotopia.org>
Wed, 10 Feb 2021 02:45:05 +0000 (02:45 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 10 Feb 2021 02:48:57 +0000 (02:48 +0000)
The 'bromimage' tool which is used to wrap bl2 with a MediaTek-specific
header is distributed in binary form only and unfortunately tries to
dynamically link against libopenssl, which fails on the buildbots.
Wait for MTK to provide a at least static executable instead, in the
meantime, mark the package as broken.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/boot/arm-trusted-firmware-mediatek/Makefile

index 41ab0aeea13d7d34227adc49f4f4c29134f6cae4..eebe500224051cf638fa5b490946152317dcd645 100644 (file)
@@ -40,7 +40,9 @@ define Package/arm-trusted-firmware-mt7622/Default
   SECTION:=boot
   CATEGORY:=Boot Loaders
   TITLE:=ARM Trusted Firmware for MT7622
   SECTION:=boot
   CATEGORY:=Boot Loaders
   TITLE:=ARM Trusted Firmware for MT7622
-  DEPENDS:=@TARGET_mediatek_mt7622
+  DEPENDS:=@TARGET_mediatek_mt7622 @BROKEN
+# wait until bromimage gets replace by static build
+# libcrypto.so.1.1: version `OPENSSL_1_1_1' not found (required by tools/mediatek/bromimage/bromimage)
 endef
 
 define Package/arm-trusted-firmware-mt7622-nor
 endef
 
 define Package/arm-trusted-firmware-mt7622-nor