diff options
| author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-05-03 12:16:13 +1000 |
|---|---|---|
| committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-05-03 12:16:13 +1000 |
| commit | 58fb81a47c1af743da7ed9c8349142198d137eb6 (patch) | |
| tree | dd600ce6b55cab1fafe2c5b3c9f3f806dedfb804 /meta-zedboard/recipes-kernel | |
| parent | a2c9390608141347505080820af55f2429a63e7e (diff) | |
| download | meta-xilinx-58fb81a47c1af743da7ed9c8349142198d137eb6.tar.gz | |
Consolidate zynq fragments and move inclusion into board layers.
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'meta-zedboard/recipes-kernel')
| -rw-r--r-- | meta-zedboard/recipes-kernel/linux/linux-xlnx.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc b/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc index 1d0dbc76..e5eefbe2 100644 --- a/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc +++ b/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc | |||
| @@ -1,6 +1,11 @@ | |||
| 1 | # linux-xlnx specific modifications for zedboard | 1 | # linux-xlnx specific modifications for zedboard |
| 2 | 2 | ||
| 3 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" | 3 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" |
| 4 | |||
| 5 | # Config fragments are either under | ||
| 6 | # meta-xilinx/kernel-recipes for common fragments, or | ||
| 7 | # meta-xilinx/meta-<boardlayer>/kernel-recipes for board specific fragments | ||
| 8 | SRC_URI += "file://xilinx_zynq_defconfig.cfg" | ||
| 4 | SRC_URI_append_zedboard += "file://nortc.cfg" | 9 | SRC_URI_append_zedboard += "file://nortc.cfg" |
| 5 | 10 | ||
| 6 | KERNEL_DEVICETREE_zedboard = "${S}/arch/arm/boot/dts/zynq-zed.dts" | 11 | KERNEL_DEVICETREE_zedboard = "${S}/arch/arm/boot/dts/zynq-zed.dts" |
