diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-29 20:55:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-04 11:03:31 +0100 |
commit | ef803a2e82a5e33984da830f54ea8261a90819e7 (patch) | |
tree | 7bd6b395219a775525f64ed7285cde4ac18e0b7c | |
parent | c86aa4beefb7882f5418b111b89433fb4ed45019 (diff) | |
download | openembedded-core-ef803a2e82a5e33984da830f54ea8261a90819e7.tar.gz openembedded-core-ef803a2e82a5e33984da830f54ea8261a90819e7.tar.bz2 openembedded-core-ef803a2e82a5e33984da830f54ea8261a90819e7.zip |
tcf-agent: Disable non-building features on riscv64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index 20cb9a844d..d901c18c39 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb @@ -45,6 +45,7 @@ CFLAGS_append_mips = " ${LCL_STOP_SERVICES}" CFLAGS_append_mips64 = " ${LCL_STOP_SERVICES}" CFLAGS_append_libc-musl = " ${LCL_STOP_SERVICES}" CFLAGS_append_powerpc64 = " ${LCL_STOP_SERVICES}" +CFLAGS_append_riscv64 = " ${LCL_STOP_SERVICES}" do_install() { oe_runmake install INSTALLROOT=${D} |