summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/e500mc.inc
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-11 01:07:56 -0500
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-15 14:13:19 +0800
commit9ad3bda4d3eee1f983ec3732bae08e867ff8ccbd (patch)
treed58db52015c7d35c4d5b32497d5c39e1cb404960 /conf/machine/include/e500mc.inc
parent54547effff61545cfeee2bef1d807175f0e14e0e (diff)
downloadmeta-fsl-ppc-9ad3bda4d3eee1f983ec3732bae08e867ff8ccbd.tar.gz
conf/machine/: move common bits to inc files
* add four new files to hold common bits: include/qoriq-base.inc include/qoriq-default-providers.inc include/qoriq-default-settings.inc include/qoriq-default-versions.inc * add 'qoriq-ppc' into list of MACHINEOVERRIDES Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf/machine/include/e500mc.inc')
-rw-r--r--conf/machine/include/e500mc.inc13
1 files changed, 1 insertions, 12 deletions
diff --git a/conf/machine/include/e500mc.inc b/conf/machine/include/e500mc.inc
index a35d91b..09b5c69 100644
--- a/conf/machine/include/e500mc.inc
+++ b/conf/machine/include/e500mc.inc
@@ -1,17 +1,6 @@
1TARGET_FPU = "hard" 1TARGET_FPU = "hard"
2 2
3require conf/machine/include/tune-ppce500mc.inc 3require conf/machine/include/tune-ppce500mc.inc
4 4require conf/machine/include/qoriq-base.inc
5MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
6MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf kernel-modules"
7
8PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
9PREFERRED_VERSION_qemu = "1.7+fsl"
10PREFERRED_VERSION_openssl = "1.0.1g"
11
12KERNEL_IMAGETYPE ?= "uImage"
13# disable the images below for now
14# ext2.bz2 ext2.lzma \
15# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
16 5
17MACHINEOVERRIDES .= ":e500mc:fslmachine" 6MACHINEOVERRIDES .= ":e500mc:fslmachine"