summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-06-27 11:48:48 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-06-27 11:48:48 +1000
commit12243d7e53ab44adebe380760bac4bc6f38752cd (patch)
tree67cf0812d1d4c65605ef09409c4ec867544af878
parentb20d963be6a4d34ad6bf1fe46520e4ff94ada6eb (diff)
downloadmeta-xilinx-12243d7e53ab44adebe380760bac4bc6f38752cd.tar.gz
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 <nathan.rossi@xilinx.com>
-rw-r--r--recipes-kernel/linux/linux-xlnx.inc6
1 files 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"
15PR = "r1" 15PR = "r1"
16PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}" 16PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}"
17 17
18# Override COMPATIBLE_MACHINE to include your machine in a bbappend file.
19COMPATIBLE_MACHINE = "qemumicroblaze|qemuzynq|microblaze|zynq"
20
18# Device Tree and Kernel Configuration 21# Device Tree and Kernel Configuration
19 22
20# Common Device Tree Includes 23# Common Device Tree Includes
@@ -22,9 +25,6 @@ PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}"
22FILESEXTRAPATHS_append := "${XILINX_LAYERDIR}/conf/machine/boards/common:" 25FILESEXTRAPATHS_append := "${XILINX_LAYERDIR}/conf/machine/boards/common:"
23SRC_URI_append += "file://zynq-7-base.dtsi" 26SRC_URI_append += "file://zynq-7-base.dtsi"
24 27
25# Override COMPATIBLE_MACHINE to include your machine in a bbappend file.
26COMPATIBLE_MACHINE = "qemumicroblaze|qemuzynq|zynq7-zedboard|kc705-trd-microblazeel"
27
28# Scan all files in MACHINE_DEVICETREE and MACHINE_KCONFIG and populate SRC_URI, 28# Scan all files in MACHINE_DEVICETREE and MACHINE_KCONFIG and populate SRC_URI,
29# FILESEXTRAPATHS and KERNEL_DEVICETREE. 29# FILESEXTRAPATHS and KERNEL_DEVICETREE.
30python __anonymous () { 30python __anonymous () {