diff options
author | Matthew McClintock <msm@freescale.com> | 2011-10-04 12:46:59 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2011-10-04 12:46:59 -0500 |
commit | 2d2e083bd39cf65543ced738c019b34e38c5ee38 (patch) | |
tree | 9703eca0ece702b28c75a39f2544e81521905289 /meta-fsl-ppc/conf/machine/e500mc.inc | |
parent | f3a7de0d03c2395a240382e4de749d51214a840b (diff) | |
download | meta-freescale-2d2e083bd39cf65543ced738c019b34e38c5ee38.tar.gz |
Initial commit for FSL Machines, Images, and Distro settings
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'meta-fsl-ppc/conf/machine/e500mc.inc')
-rw-r--r-- | meta-fsl-ppc/conf/machine/e500mc.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-fsl-ppc/conf/machine/e500mc.inc b/meta-fsl-ppc/conf/machine/e500mc.inc new file mode 100644 index 00000000..fbd78301 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/e500mc.inc | |||
@@ -0,0 +1,20 @@ | |||
1 | TARGET_FPU = "hard" | ||
2 | |||
3 | require conf/machine/include/tune-ppce500mc.inc | ||
4 | |||
5 | MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" | ||
6 | MACHINE_FEATURES_RRECOMMENDS = "" | ||
7 | |||
8 | |||
9 | PREFERRED_PROVIDER_virtual/kernel = "linux-qoriq-sdk" | ||
10 | PREFERRED_VERSION_virtual/kernel = "3.0.1" | ||
11 | PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" | ||
12 | |||
13 | KERNEL_IMAGETYPE = "uImage" | ||
14 | SERIAL_CONSOLE = "115200 ttyS0" | ||
15 | IMAGE_FSTYPES = "tar.gz ext2.gz" | ||
16 | # disable the images below for now | ||
17 | # ext2.bz2 ext2.lzma \ | ||
18 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" | ||
19 | |||
20 | MACHINEOVERRIDES .= ":e500mc" | ||