From 8063d57e8e6287bfc3f12cf0cef13fdced9dc06b Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Tue, 4 Oct 2011 12:46:59 -0500 Subject: Initial commit for FSL Machines, Images, and Distro settings Signed-off-by: Matthew McClintock --- conf/machine/e500v2.inc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 conf/machine/e500v2.inc (limited to 'conf/machine/e500v2.inc') diff --git a/conf/machine/e500v2.inc b/conf/machine/e500v2.inc new file mode 100644 index 0000000..165f4c5 --- /dev/null +++ b/conf/machine/e500v2.inc @@ -0,0 +1,19 @@ +TARGET_FPU = "ppc-efd" + +require conf/machine/include/tune-ppce500v2.inc + +MACHINE_FEATURES = "kernel26 pci ext2 ext3 serial" +MACHINE_EXTRA_RRECOMMENDS = "" + +PREFERRED_PROVIDER_virtual/kernel = "linux-qoriq-sdk" +PREFERRED_VERSION_virtual/kernel = "3.0.1" +PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" + +KERNEL_IMAGETYPE = "uImage" +SERIAL_CONSOLE = "115200 ttyS0" +IMAGE_FSTYPES = "tar.gz ext2.gz" +# disable the images below for now +# ext2.bz2 ext2.lzma \ +# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" + +MACHINEOVERRIDES .= ":e500v2" -- cgit v1.2.3-54-g00ecf