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 <[email protected]> --- recipes-kernel/linux/linux-xilinx-configs.inc | 4 ++-- 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 30b6a8fdaa..5892c1c43d 100644 --- a/recipes-kernel/linux/linux-xilinx-configs.inc +++ b/recipes-kernel/linux/linux-xilinx-configs.inc @@ -5,7 +5,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/config:" SRC_URI_append = " \ - file://xilinx-common;type=kmeta;destsuffix=xilinx-common \ - file://xilinx-machine;type=kmeta;destsuffix=xilinx-machine \ + file://xilinx-common;type=kmeta;name=kmeta-xilinx-common;destsuffix=xilinx-common \ + file://xilinx-machine;type=kmeta;name=kmeta-xilinx-machine;destsuffix=xilinx-machine \ " diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc index 919afc2644..844fdfd5c0 100644 --- a/recipes-kernel/linux/linux-xlnx.inc +++ b/recipes-kernel/linux/linux-xlnx.inc @@ -12,7 +12,7 @@ FILESOVERRIDES_append = ":${LINUX_VERSION}" KERNELURI ?= "git://github.com/Xilinx/linux-xlnx.git;protocol=https" SRC_URI = " \ ${KERNELURI};${SRCBRANCHARG} \ - file://xilinx-base;type=kmeta;destsuffix=xilinx-base \ + file://xilinx-base;type=kmeta;name=kmeta-xilinx-base;destsuffix=xilinx-base \ " SRCREV_machine ?= "${SRCREV}" -- 2.11.0 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
