diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2017-02-07 23:34:08 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2017-02-16 13:55:57 +1000 |
commit | 1c91956a05ec272fc6dfa739a26e924464772780 (patch) | |
tree | 9b83472c3116f72ebe95cf2e6d400172af9fa810 | |
parent | a14976c46c8497fab609886e3d9eafb03b589799 (diff) | |
download | meta-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.inc | 4 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-xlnx.inc | 2 |
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 @@ | |||
5 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | 5 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" |
6 | 6 | ||
7 | SRC_URI_append = " \ | 7 | SRC_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}" | |||
12 | KERNELURI ?= "git://github.com/Xilinx/linux-xlnx.git;protocol=https" | 12 | KERNELURI ?= "git://github.com/Xilinx/linux-xlnx.git;protocol=https" |
13 | SRC_URI = " \ | 13 | SRC_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 | ||
18 | SRCREV_machine ?= "${SRCREV}" | 18 | SRCREV_machine ?= "${SRCREV}" |