From 017383a452ed65c60c1a8e44d5b555e77c17f2c6 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 23 Jul 2015 21:14:12 +1000 Subject: 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 --- recipes-kernel/linux/linux-xilinx-machines.inc | 1 + 1 file changed, 1 insertion(+) 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 @@ # Setup for MicroBlaze and Zynq architectures +COMPATIBLE_MACHINE = "^$" COMPATIBLE_MACHINE_zynq = "zynq" COMPATIBLE_MACHINE_microblaze = "microblaze" -- cgit v1.2.3-54-g00ecf