diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2015-07-23 21:14:12 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-09-16 23:50:13 +1000 |
commit | 017383a452ed65c60c1a8e44d5b555e77c17f2c6 (patch) | |
tree | 64d8f7cdf04ebae6279508c5459e5a4b7e0a0af7 | |
parent | 1e8c0e89f7446ac496b58dd63fa3893614987fcc (diff) | |
download | meta-xilinx-017383a452ed65c60c1a8e44d5b555e77c17f2c6.tar.gz |
linux-xilinx-machines.inc: Default COMPATIBLE_MACHINE to none
* Fix up the pattern match so that by default linux-xlnx kernels support
no machines
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-kernel/linux/linux-xilinx-machines.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-xilinx-machines.inc b/recipes-kernel/linux/linux-xilinx-machines.inc index efa4f75d..a70b537c 100644 --- a/recipes-kernel/linux/linux-xilinx-machines.inc +++ b/recipes-kernel/linux/linux-xilinx-machines.inc | |||
@@ -1,4 +1,5 @@ | |||
1 | # Setup for MicroBlaze and Zynq architectures | 1 | # Setup for MicroBlaze and Zynq architectures |
2 | COMPATIBLE_MACHINE = "^$" | ||
2 | COMPATIBLE_MACHINE_zynq = "zynq" | 3 | COMPATIBLE_MACHINE_zynq = "zynq" |
3 | COMPATIBLE_MACHINE_microblaze = "microblaze" | 4 | COMPATIBLE_MACHINE_microblaze = "microblaze" |
4 | 5 | ||