diff options
| author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2017-12-21 15:16:41 -0800 |
|---|---|---|
| committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-01-31 13:33:02 -0800 |
| commit | 45845d511b2b690ed05d146f0b32b5826cb4cb06 (patch) | |
| tree | be26609505a781830ad81d1c7e531bb133136367 | |
| parent | b1cd463fdf07f81cbf377b70dcfffda1d876777c (diff) | |
| download | meta-xilinx-45845d511b2b690ed05d146f0b32b5826cb4cb06.tar.gz | |
linux-xlnx.inc: Set compatibility to all MB machines
Make linux-xlnx recipe applicable to all MB machines, remove the
restriction of applying it only to kc705
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc index 39c146aa..e040e93c 100644 --- a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc +++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc | |||
| @@ -27,7 +27,7 @@ do_kernel_metadata_prepend () { | |||
| 27 | COMPATIBLE_MACHINE ?= "^$" | 27 | COMPATIBLE_MACHINE ?= "^$" |
| 28 | COMPATIBLE_MACHINE_zynq = ".*" | 28 | COMPATIBLE_MACHINE_zynq = ".*" |
| 29 | COMPATIBLE_MACHINE_zynqmp = ".*" | 29 | COMPATIBLE_MACHINE_zynqmp = ".*" |
| 30 | COMPATIBLE_MACHINE_kc705-microblazeel = ".*" | 30 | COMPATIBLE_MACHINE_microblaze = ".*" |
| 31 | 31 | ||
| 32 | # Use DEFCONFIGs for configuring linux-xlnx kernels | 32 | # Use DEFCONFIGs for configuring linux-xlnx kernels |
| 33 | KCONFIG_MODE ?= "alldefconfig" | 33 | KCONFIG_MODE ?= "alldefconfig" |
