From 6a868a671472d454b407a165fc31c5f7dfe783c6 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 23 Jul 2015 16:02:25 -0300 Subject: Move meta-fsl-ppc content to layer root This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador --- conf/machine/include/e6500.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf/machine/include/e6500.inc (limited to 'conf/machine/include/e6500.inc') diff --git a/conf/machine/include/e6500.inc b/conf/machine/include/e6500.inc new file mode 100644 index 00000000..4121fbef --- /dev/null +++ b/conf/machine/include/e6500.inc @@ -0,0 +1,13 @@ +TARGET_FPU = "hard" + +require conf/machine/include/tune-ppce6500.inc +require conf/machine/include/qoriq-base.inc + +MACHINEOVERRIDES .= ":e6500" + +BUILD_64BIT_KERNEL = "1" + +require conf/multilib.conf +MULTILIBS ?= "multilib:lib64" +DEFAULTTUNE_virtclass-multilib-lib64 ?= "ppc64e6500" + -- cgit v1.2.3-54-g00ecf