diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-01-25 14:02:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-29 08:49:50 +0000 |
commit | 1da07a3f6be4f56d05acb0cbdfb45320fc2efaaa (patch) | |
tree | 8090b669428d74a2977e3c4a3728fd27e6a3f79f /meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | |
parent | ffa0eb5fdc47c91d8a18d2c3a7a19e578ac284c9 (diff) | |
download | poky-1da07a3f6be4f56d05acb0cbdfb45320fc2efaaa.tar.gz |
tcf-agent: update machine setting for aarch64 bigendian build
(From OE-Core rev: af2f545a5fb0a622a2f21ce0912d543529f048c7)
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcf-agent/tcf-agent_git.bb')
-rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index 6d6ba76ba8..ba14c42698 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | |||
@@ -30,7 +30,7 @@ INITSCRIPT_NAME = "tcf-agent" | |||
30 | INITSCRIPT_PARAMS = "start 99 3 5 . stop 20 0 1 2 6 ." | 30 | INITSCRIPT_PARAMS = "start 99 3 5 . stop 20 0 1 2 6 ." |
31 | 31 | ||
32 | # mangling needed for make | 32 | # mangling needed for make |
33 | MAKE_ARCH = "`echo ${TARGET_ARCH} | sed s,i.86,i686, | sed s,aarch64,a64,`" | 33 | MAKE_ARCH = "`echo ${TARGET_ARCH} | sed s,i.86,i686, | sed s,aarch64.*,a64,`" |
34 | MAKE_OS = "`echo ${TARGET_OS} | sed s,^linux.*,GNU/Linux,`" | 34 | MAKE_OS = "`echo ${TARGET_OS} | sed s,^linux.*,GNU/Linux,`" |
35 | 35 | ||
36 | EXTRA_OEMAKE = "MACHINE=${MAKE_ARCH} OPSYS=${MAKE_OS} 'CC=${CC}' 'AR=${AR}'" | 36 | EXTRA_OEMAKE = "MACHINE=${MAKE_ARCH} OPSYS=${MAKE_OS} 'CC=${CC}' 'AR=${AR}'" |