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/machine/include | |
| 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/machine/include')
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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%" |
