Skip to content

Commit

Permalink
libmraa: riscv64 not supported
Browse files Browse the repository at this point in the history
Addresses buildbot errors

> CMake Error at CMakeLists.txt:193 (message):
>  Only x86, arm, mips, PERIPHERALMAN and mock platforms currently supported

Signed-off-by: Hirokazu MORIKAWA <[email protected]>
  • Loading branch information
nxhack authored and 1715173329 committed Jun 12, 2023
1 parent ce375b0 commit 8b777d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libmraa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endef
define Package/libmraa
$(call Package/libmraa/Default)
TITLE:=Eclipse MRAA lowlevel IO C/C++ library
DEPENDS:=+libstdcpp +libjson-c @!arc @!armeb @!powerpc
DEPENDS:=+libstdcpp +libjson-c @!arc @!armeb @!powerpc @!riscv64
endef

define Package/libmraa/description
Expand Down

0 comments on commit 8b777d2

Please sign in to comment.