From 12243d7e53ab44adebe380760bac4bc6f38752cd Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 27 Jun 2013 11:48:48 +1000 Subject: linux-xlnx: Change COMPATIBLE_MACHINE to all 'microblaze'/'zynq' * The linux-xlnx kernel support all MicroBlaze and Zynq systems derived machines, reflect this in the COMPATIBLE_MACHINE. Signed-off-by: Nathan Rossi --- recipes-kernel/linux/linux-xlnx.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc index 285bb897..dcad563b 100644 --- a/recipes-kernel/linux/linux-xlnx.inc +++ b/recipes-kernel/linux/linux-xlnx.inc @@ -15,6 +15,9 @@ SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;nocheckout=1" PR = "r1" PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}" +# Override COMPATIBLE_MACHINE to include your machine in a bbappend file. +COMPATIBLE_MACHINE = "qemumicroblaze|qemuzynq|microblaze|zynq" + # Device Tree and Kernel Configuration # Common Device Tree Includes @@ -22,9 +25,6 @@ PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}" FILESEXTRAPATHS_append := "${XILINX_LAYERDIR}/conf/machine/boards/common:" SRC_URI_append += "file://zynq-7-base.dtsi" -# Override COMPATIBLE_MACHINE to include your machine in a bbappend file. -COMPATIBLE_MACHINE = "qemumicroblaze|qemuzynq|zynq7-zedboard|kc705-trd-microblazeel" - # Scan all files in MACHINE_DEVICETREE and MACHINE_KCONFIG and populate SRC_URI, # FILESEXTRAPATHS and KERNEL_DEVICETREE. python __anonymous () { -- cgit v1.2.3-54-g00ecf