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:55 +0100 |
commit | ce5cb58f3ab17863e125b736509cfbebfdfbd193 (patch) | |
tree | e6f0d287947c90381076732d8554b091d7ce3c64 | |
parent | 1817bd344207e8007a586b439f48bd30f3d31861 (diff) | |
download | poky-ce5cb58f3ab17863e125b736509cfbebfdfbd193.tar.gz |
tcf-agent: Disable non-building features on riscv64
(From OE-Core rev: ef803a2e82a5e33984da830f54ea8261a90819e7)
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}" | |||
45 | CFLAGS_append_mips64 = " ${LCL_STOP_SERVICES}" | 45 | CFLAGS_append_mips64 = " ${LCL_STOP_SERVICES}" |
46 | CFLAGS_append_libc-musl = " ${LCL_STOP_SERVICES}" | 46 | CFLAGS_append_libc-musl = " ${LCL_STOP_SERVICES}" |
47 | CFLAGS_append_powerpc64 = " ${LCL_STOP_SERVICES}" | 47 | CFLAGS_append_powerpc64 = " ${LCL_STOP_SERVICES}" |
48 | CFLAGS_append_riscv64 = " ${LCL_STOP_SERVICES}" | ||
48 | 49 | ||
49 | do_install() { | 50 | do_install() { |
50 | oe_runmake install INSTALLROOT=${D} | 51 | oe_runmake install INSTALLROOT=${D} |