diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-11-24 17:57:37 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-11-26 14:10:38 +1000 |
commit | 359c044b146bfacefcee5f5a9a9ba7aed4453800 (patch) | |
tree | 4703be7ef26b0a1aecd356c58afa58023eccb294 | |
parent | 2cfdc7461378d2cb361350ce2a2d1da772bbd3e4 (diff) | |
download | meta-xilinx-359c044b146bfacefcee5f5a9a9ba7aed4453800.tar.gz |
linux-xlnx.inc: Dont add ${THISDIR}/config multiple times
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-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 0111ea9d..b0a9c6b7 100644 --- a/recipes-kernel/linux/linux-xlnx.inc +++ b/recipes-kernel/linux/linux-xlnx.inc | |||
@@ -5,7 +5,7 @@ PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}" | |||
5 | 5 | ||
6 | # Sources | 6 | # Sources |
7 | KBRANCH ?= "master" | 7 | KBRANCH ?= "master" |
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:${THISDIR}/config:" | 8 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" |
9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
10 | git://github.com/Xilinx/linux-xlnx.git;protocol=https;branch=${KBRANCH} \ | 10 | git://github.com/Xilinx/linux-xlnx.git;protocol=https;branch=${KBRANCH} \ |
11 | file://xilinx-base;type=kmeta;destsuffix=xilinx-base \ | 11 | file://xilinx-base;type=kmeta;destsuffix=xilinx-base \ |