From 1c91956a05ec272fc6dfa739a26e924464772780 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 7 Feb 2017 23:34:08 +1000 Subject: 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 --- 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 30b6a8fd..5892c1c4 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 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}" 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}" -- cgit v1.2.3-54-g00ecf