diff options
| -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 () { |
