summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-02-07 23:34:08 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-02-16 13:55:57 +1000
commit1c91956a05ec272fc6dfa739a26e924464772780 (patch)
tree9b83472c3116f72ebe95cf2e6d400172af9fa810
parenta14976c46c8497fab609886e3d9eafb03b589799 (diff)
downloadmeta-xilinx-1c91956a05ec272fc6dfa739a26e924464772780.tar.gz
linux/linux-*.inc: Add 'name' field to the kmeta type sources
When using the source archive class (for license compliance purposes) it is unable to determine the name for the kmeta type sources. Explicitly give the kmeta source entries 'name' values in the format 'kmeta-*'. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-kernel/linux/linux-xilinx-configs.inc4
-rw-r--r--recipes-kernel/linux/linux-xlnx.inc2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-xilinx-configs.inc b/recipes-kernel/linux/linux-xilinx-configs.inc
index 30b6a8fd..5892c1c4 100644
--- a/recipes-kernel/linux/linux-xilinx-configs.inc
+++ b/recipes-kernel/linux/linux-xilinx-configs.inc
@@ -5,7 +5,7 @@
5FILESEXTRAPATHS_prepend := "${THISDIR}/config:" 5FILESEXTRAPATHS_prepend := "${THISDIR}/config:"
6 6
7SRC_URI_append = " \ 7SRC_URI_append = " \
8 file://xilinx-common;type=kmeta;destsuffix=xilinx-common \ 8 file://xilinx-common;type=kmeta;name=kmeta-xilinx-common;destsuffix=xilinx-common \
9 file://xilinx-machine;type=kmeta;destsuffix=xilinx-machine \ 9 file://xilinx-machine;type=kmeta;name=kmeta-xilinx-machine;destsuffix=xilinx-machine \
10 " 10 "
11 11
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc
index 919afc26..844fdfd5 100644
--- a/recipes-kernel/linux/linux-xlnx.inc
+++ b/recipes-kernel/linux/linux-xlnx.inc
@@ -12,7 +12,7 @@ FILESOVERRIDES_append = ":${LINUX_VERSION}"
12KERNELURI ?= "git://github.com/Xilinx/linux-xlnx.git;protocol=https" 12KERNELURI ?= "git://github.com/Xilinx/linux-xlnx.git;protocol=https"
13SRC_URI = " \ 13SRC_URI = " \
14 ${KERNELURI};${SRCBRANCHARG} \ 14 ${KERNELURI};${SRCBRANCHARG} \
15 file://xilinx-base;type=kmeta;destsuffix=xilinx-base \ 15 file://xilinx-base;type=kmeta;name=kmeta-xilinx-base;destsuffix=xilinx-base \
16 " 16 "
17 17
18SRCREV_machine ?= "${SRCREV}" 18SRCREV_machine ?= "${SRCREV}"