summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2015-09-08 23:55:36 +1000
committerNathan Rossi <nathan@nathanrossi.com>2015-09-09 00:10:33 +1000
commiteedf00ad12dace5120729f3a6d663a4e855d3b43 (patch)
tree864b7c6560dce1f70d293d937bec23ba3d2c1b2e /conf
parentd1da6ee20e5c478690509809af71a536bf92eed9 (diff)
downloadmeta-xilinx-eedf00ad12dace5120729f3a6d663a4e855d3b43.tar.gz
linux-zynqmp-mainline: Drop custom ZynqMP kernel recipe
* The features of this kernel are available upstream and in the linux-yocto 4.1 kernel * Default ZynqMP machines to use linux-yocto as the default kernel Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
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%"