diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2015-09-08 23:55:36 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-09-09 00:10:33 +1000 |
| commit | eedf00ad12dace5120729f3a6d663a4e855d3b43 (patch) | |
| tree | 864b7c6560dce1f70d293d937bec23ba3d2c1b2e /conf | |
| parent | d1da6ee20e5c478690509809af71a536bf92eed9 (diff) | |
| download | meta-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.conf | 3 | ||||
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 1 |
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 | ||
| 14 | SERIAL_CONSOLE = "115200 ttyPS0" | 14 | SERIAL_CONSOLE = "115200 ttyPS0" |
| 15 | 15 | ||
| 16 | # Use ZynqMP recipes for Kernal and U-Boot | 16 | # Use ZynqMP recipes for U-Boot |
| 17 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" | ||
| 18 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" | 17 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" |
| 19 | 18 | ||
| 20 | KERNEL_DEVICETREE = "xilinx/zynqmp-ep108.dtb" | 19 | KERNEL_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 |
| 10 | XILINX_DEFAULT_KERNEL := "linux-xlnx" | 10 | XILINX_DEFAULT_KERNEL := "linux-xlnx" |
| 11 | XILINX_DEFAULT_KERNEL_microblaze := "linux-yocto" | 11 | XILINX_DEFAULT_KERNEL_microblaze := "linux-yocto" |
| 12 | XILINX_DEFAULT_KERNEL_zynqmp := "linux-yocto" | ||
| 12 | 13 | ||
| 13 | PREFERRED_PROVIDER_virtual/kernel ??= "${XILINX_DEFAULT_KERNEL}" | 14 | PREFERRED_PROVIDER_virtual/kernel ??= "${XILINX_DEFAULT_KERNEL}" |
| 14 | PREFERRED_VERSION_linux-xlnx ?= "3.19%" | 15 | PREFERRED_VERSION_linux-xlnx ?= "3.19%" |
