diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 13:59:10 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:13:09 +0200 |
| commit | e064c208e2c78663b0be1316117d963798839d6e (patch) | |
| tree | d5d7bb0e950e5d6960d464f96f82f8132b8225c8 /conf/machine/e6500.inc | |
| download | meta-fsl-ppc-daisy-enea.tar.gz | |
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/machine/e6500.inc')
| -rw-r--r-- | conf/machine/e6500.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/e6500.inc b/conf/machine/e6500.inc new file mode 100644 index 0000000..23adf15 --- /dev/null +++ b/conf/machine/e6500.inc | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | TARGET_FPU = "hard" | ||
| 2 | |||
| 3 | require conf/machine/include/tune-ppce6500.inc | ||
| 4 | |||
| 5 | MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" | ||
| 6 | MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf" | ||
| 7 | |||
| 8 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" | ||
| 9 | PREFERRED_VERSION_virtual/kernel ?= "3.0.34" | ||
| 10 | PREFERRED_VERSION_qemu = "1.4+fsl" | ||
| 11 | |||
| 12 | KERNEL_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 | |||
| 17 | MACHINEOVERRIDES .= ":e6500:fslmachine" | ||
