diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-06-27 11:48:48 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-06-27 11:48:48 +1000 |
commit | 12243d7e53ab44adebe380760bac4bc6f38752cd (patch) | |
tree | 67cf0812d1d4c65605ef09409c4ec867544af878 | |
parent | b20d963be6a4d34ad6bf1fe46520e4ff94ada6eb (diff) | |
download | meta-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.inc | 6 |
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" | |||
15 | PR = "r1" | 15 | PR = "r1" |
16 | PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}" | 16 | PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}" |
17 | 17 | ||
18 | # Override COMPATIBLE_MACHINE to include your machine in a bbappend file. | ||
19 | COMPATIBLE_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}" | |||
22 | FILESEXTRAPATHS_append := "${XILINX_LAYERDIR}/conf/machine/boards/common:" | 25 | FILESEXTRAPATHS_append := "${XILINX_LAYERDIR}/conf/machine/boards/common:" |
23 | SRC_URI_append += "file://zynq-7-base.dtsi" | 26 | SRC_URI_append += "file://zynq-7-base.dtsi" |
24 | 27 | ||
25 | # Override COMPATIBLE_MACHINE to include your machine in a bbappend file. | ||
26 | COMPATIBLE_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. |
30 | python __anonymous () { | 30 | python __anonymous () { |