diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-02-10 02:45:05 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-02-10 02:48:57 +0000 |
commit | 670bfc86c89675cb153f54b39ffb900af1164ad4 (patch) | |
tree | 70dc8caabc4ff9515e7913325b6e33ab09c2e2e5 /package/boot/arm-trusted-firmware-mediatek | |
parent | ffa0ae17f7c8010628a622b875b67ee1a9f3dec2 (diff) | |
download | upstream-670bfc86c89675cb153f54b39ffb900af1164ad4.tar.gz upstream-670bfc86c89675cb153f54b39ffb900af1164ad4.tar.bz2 upstream-670bfc86c89675cb153f54b39ffb900af1164ad4.zip |
arm-trusted-firmware-mediatek: mark @BROKEN until bromimage gets fixed
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>
Diffstat (limited to 'package/boot/arm-trusted-firmware-mediatek')
-rw-r--r-- | package/boot/arm-trusted-firmware-mediatek/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/boot/arm-trusted-firmware-mediatek/Makefile b/package/boot/arm-trusted-firmware-mediatek/Makefile index 41ab0aeea1..eebe500224 100644 --- a/package/boot/arm-trusted-firmware-mediatek/Makefile +++ b/package/boot/arm-trusted-firmware-mediatek/Makefile @@ -40,7 +40,9 @@ define Package/arm-trusted-firmware-mt7622/Default 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 |