summaryrefslogtreecommitdiffstats
path: root/conf/machine/e5500.inc
diff options
context:
space:
mode:
authorBogdan Oprescu <bogdan.oprescu@enea.com>2023-10-26 15:04:48 +0300
committerBogdan Oprescu <bogdan.oprescu@enea.com>2023-10-26 15:28:16 +0300
commitf877a1524b36f0e157f2208f58fc5ff04e3670f7 (patch)
tree0a4bc099641efaa616ff9a3b5ab2da96c1dc13bf /conf/machine/e5500.inc
downloadmeta-fsl-ppc-f877a1524b36f0e157f2208f58fc5ff04e3670f7.tar.gz
Adding the source code from EneaLinux 4.0_6daisy-enea-231026
Signed-off-by: Bogdan Oprescu <bogdan.oprescu@enea.com>
Diffstat (limited to 'conf/machine/e5500.inc')
-rw-r--r--conf/machine/e5500.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/e5500.inc b/conf/machine/e5500.inc
new file mode 100644
index 0000000..ae66342
--- /dev/null
+++ b/conf/machine/e5500.inc
@@ -0,0 +1,17 @@
1TARGET_FPU = "hard"
2
3require conf/machine/include/tune-ppce5500.inc
4
5MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
6MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf"
7
8PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
9PREFERRED_VERSION_virtual/kernel ?= "3.0.34"
10PREFERRED_VERSION_qemu = "1.4+fsl"
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
17MACHINEOVERRIDES .= ":e5500:fslmachine"