diff options
Diffstat (limited to 'conf/machine/include/qoriq-base.inc')
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc new file mode 100644 index 00000000..25d22978 --- /dev/null +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -0,0 +1,26 @@ | |||
1 | # Provides the QorIQ common settings | ||
2 | require conf/machine/include/soc-family.inc | ||
3 | |||
4 | # providers | ||
5 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" | ||
6 | PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" | ||
7 | |||
8 | # versions | ||
9 | PREFERRED_VERSION_qemu = "2.2.0+fsl" | ||
10 | PREFERRED_VERSION_openssl = "1.0.1i" | ||
11 | |||
12 | # settings | ||
13 | MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" | ||
14 | MACHINE_EXTRA_RRECOMMENDS += "udev-rules-qoriq kernel-modules" | ||
15 | MACHINEOVERRIDES .= ":qoriq-ppc" | ||
16 | |||
17 | IMAGE_CLASSES += "image_types_uboot" | ||
18 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
19 | |||
20 | KERNEL_IMAGETYPE ?= "uImage" | ||
21 | |||
22 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
23 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
24 | |||
25 | USE_VT = "0" | ||
26 | |||