blob: 650585f3262167d3d6ef801321b8ecb51d9507bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
TARGET_FPU = "hard"
DEFAULTTUNE ?= "ppc64e5500"
require conf/machine/include/tune-ppce5500.inc
MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
MACHINE_EXTRA_RRECOMMENDS = "u-boot"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
PREFERRED_VERSION_virtual/kernel ?= "3.0.34"
PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers"
PREFERRED_VERSION_qemu = "1.0+fsl"
KERNEL_IMAGETYPE ?= "uImage"
# disable the images below for now
# ext2.bz2 ext2.lzma \
# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
MACHINEOVERRIDES .= ":e5500-64b:fslmachine"
|