summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ep108-zynqmp.conf3
-rw-r--r--conf/machine/include/machine-xilinx-default.inc1
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf
index 85975617..8283fe15 100644
--- a/conf/machine/ep108-zynqmp.conf
+++ b/conf/machine/ep108-zynqmp.conf
@@ -13,8 +13,7 @@ EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
13 13
14SERIAL_CONSOLE = "115200 ttyPS0" 14SERIAL_CONSOLE = "115200 ttyPS0"
15 15
16# Use ZynqMP recipes for Kernal and U-Boot 16# Use ZynqMP recipes for U-Boot
17PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline"
18PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" 17PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline"
19 18
20KERNEL_DEVICETREE = "xilinx/zynqmp-ep108.dtb" 19KERNEL_DEVICETREE = "xilinx/zynqmp-ep108.dtb"
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc
index e5d6584b..d654a2a2 100644
--- a/conf/machine/include/machine-xilinx-default.inc
+++ b/conf/machine/include/machine-xilinx-default.inc
@@ -9,6 +9,7 @@ IMAGE_CLASSES += "image_types_uboot"
9# Kernel Configuration 9# Kernel Configuration
10XILINX_DEFAULT_KERNEL := "linux-xlnx" 10XILINX_DEFAULT_KERNEL := "linux-xlnx"
11XILINX_DEFAULT_KERNEL_microblaze := "linux-yocto" 11XILINX_DEFAULT_KERNEL_microblaze := "linux-yocto"
12XILINX_DEFAULT_KERNEL_zynqmp := "linux-yocto"
12 13
13PREFERRED_PROVIDER_virtual/kernel ??= "${XILINX_DEFAULT_KERNEL}" 14PREFERRED_PROVIDER_virtual/kernel ??= "${XILINX_DEFAULT_KERNEL}"
14PREFERRED_VERSION_linux-xlnx ?= "3.19%" 15PREFERRED_VERSION_linux-xlnx ?= "3.19%"