Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | open62541: Disable lto on riscv/clang | Khem Raj | 2022-10-04 | 1 | -0/+9 |
| | | | | | | | | | | clang errors out linking lto objects riscv64-yoe-linux-musl-ld: /tmp/lto-llvm-d497c5.o: can't link soft-float modules with double-float modules This is something needs to be addressed in clang for riscv as of now disable lto for rv32/rv64 when using clang Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | opcua: Add new recipe | Vyacheslav Yurkov | 2022-10-03 | 2 | -0/+60 |
open62541 (http://open62541.org) is an open source and free implementation of OPC Unified Architecture according to IEC62541 standard The patch exclude git-related files from installation directory Upstream-Status: Accepted https://github.com/open62541/open62541/commit/a0328d4cb527f9778a262fc4a6b42bfbdffc38e9 Signed-off-by: Vyacheslav Yurkov <v.yurkov@precitec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> |