diff options
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index cfe47043..d9bea42b 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
| @@ -6,13 +6,13 @@ IMAGE_CLASSES += "image_types_uboot" | |||
| 6 | 6 | ||
| 7 | # Kernel Configuration | 7 | # Kernel Configuration |
| 8 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" | 8 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" |
| 9 | PREFERRED_VERSION_linux-xlnx ?= "3.8%" | 9 | PREFERRED_VERSION_linux-xlnx ?= "3.14%" |
| 10 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 10 | PREFERRED_VERSION_linux-yocto ?= "3.14%" |
| 11 | 11 | ||
| 12 | # U-Boot Configuration | 12 | # U-Boot Configuration |
| 13 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" | 13 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" |
| 14 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | 14 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" |
| 15 | PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" | 15 | PREFERRED_VERSION_u-boot-xlnx ?= "v2014.01%" |
| 16 | 16 | ||
| 17 | # Architecture specific kernel configuration parts, defconfigs for Xilinx architectures | 17 | # Architecture specific kernel configuration parts, defconfigs for Xilinx architectures |
| 18 | MACHINE_KCONFIG_prepend += "common/linux/${SOC_FAMILY}/defconfig_${@'.'.join(d.getVar('LINUX_VERSION', True).split('.')[0:2]).strip('+')}.cfg " | 18 | MACHINE_KCONFIG_prepend += "common/linux/${SOC_FAMILY}/defconfig_${@'.'.join(d.getVar('LINUX_VERSION', True).split('.')[0:2]).strip('+')}.cfg " |
