diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-06-26 17:45:34 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-06-26 17:48:14 +1000 |
commit | f6b8e8569bb6ac888f8366a53cd3c3309a9e9bbe (patch) | |
tree | 0913f67e4284f4cd54da161cb1abfc8101f4d7a9 /recipes-kernel | |
parent | 6076d11b411a100a1c1c4c61f40428f30e203d74 (diff) | |
download | meta-xilinx-f6b8e8569bb6ac888f8366a53cd3c3309a9e9bbe.tar.gz |
machine/zynq7-zedboard: Add zedboard configuration to base layer
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-xlnx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc index 0b834b63..45cc88ca 100644 --- a/recipes-kernel/linux/linux-xlnx.inc +++ b/recipes-kernel/linux/linux-xlnx.inc | |||
@@ -23,7 +23,7 @@ FILESEXTRAPATHS_append := "${XILINX_LAYERDIR}/conf/machine/boards/common:" | |||
23 | SRC_URI_append += "file://zynq-7-base.dtsi" | 23 | SRC_URI_append += "file://zynq-7-base.dtsi" |
24 | 24 | ||
25 | # Override COMPATIBLE_MACHINE to include your machine in a bbappend file. | 25 | # Override COMPATIBLE_MACHINE to include your machine in a bbappend file. |
26 | COMPATIBLE_MACHINE = "qemumicroblaze|qemuzynq" | 26 | COMPATIBLE_MACHINE = "qemumicroblaze|qemuzynq|zynq7-zedboard" |
27 | 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. |