diff options
author | C.R. Guo <chunrong.guo@nxp.com> | 2018-03-07 14:40:29 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-03-15 09:50:54 -0300 |
commit | dc58e1798fbf514001c0e01334fa28ac2ef86d18 (patch) | |
tree | 39d7302207b5d31157f2e1404808366d84cc3ffb | |
parent | fa88edf11212e94c2ab8a38b609dd84a1b855466 (diff) | |
download | meta-freescale-dc58e1798fbf514001c0e01334fa28ac2ef86d18.tar.gz |
e6500.inc: add recipes
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | conf/machine/include/e6500.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/machine/include/e6500.inc b/conf/machine/include/e6500.inc new file mode 100644 index 00000000..8d773b6e --- /dev/null +++ b/conf/machine/include/e6500.inc | |||
@@ -0,0 +1,12 @@ | |||
1 | TARGET_FPU = "hard" | ||
2 | |||
3 | require conf/machine/include/tune-ppce6500.inc | ||
4 | require conf/machine/include/qoriq-ppc.inc | ||
5 | |||
6 | MACHINEOVERRIDES =. "e6500:" | ||
7 | |||
8 | BUILD_64BIT_KERNEL = "1" | ||
9 | |||
10 | require conf/multilib.conf | ||
11 | MULTILIBS ?= "multilib:lib64" | ||
12 | DEFAULTTUNE_virtclass-multilib-lib64 ?= "ppc64e6500" | ||