diff options
Diffstat (limited to 'conf/machine/include/qoriq-base.inc')
| -rw-r--r-- | conf/machine/include/qoriq-base.inc | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 9b26d10..aae476d 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
| @@ -1,8 +1,29 @@ | |||
| 1 | # Provides the QorIQ common settings | 1 | # Provides the QorIQ common settings |
| 2 | require conf/machine/include/soc-family.inc | ||
| 2 | 3 | ||
| 3 | require conf/machine/include/qoriq-default-settings.inc | 4 | # providers |
| 4 | require conf/machine/include/qoriq-default-versions.inc | 5 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" |
| 5 | require conf/machine/include/qoriq-default-providers.inc | 6 | PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" |
| 6 | 7 | ||
| 7 | require conf/machine/include/soc-family.inc | 8 | # versions |
| 9 | PREFERRED_VERSION_qemu = "1.7+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 | |||
| 27 | MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600" | ||
| 28 | UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512" | ||
| 8 | 29 | ||
