From fb387c1fc62323cb524f5ed00d41e54c5c657153 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 9 Jul 2013 13:23:43 +1000 Subject: linux-xlnx: Resolve Packaging QA error * Resolved by adding the output into the 'kernel-base' package, which contains the definitions for built-in modules Signed-off-by: Nathan Rossi --- recipes-kernel/linux/linux-xlnx.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc index 12ca7cde..e8994c16 100644 --- a/recipes-kernel/linux/linux-xlnx.inc +++ b/recipes-kernel/linux/linux-xlnx.inc @@ -33,3 +33,6 @@ KERNEL_DEVICETREE_qemuzynq = "${WORKDIR}/qemuzynq.dts" # Override COMPATIBLE_MACHINE to include your machine in a bbappend file. COMPATIBLE_MACHINE = "qemumicroblaze|qemuzynq" + +# Add the modules directory to the 'kernel-base' files list +FILES_kernel-base_append = " /lib/modules/${KERNEL_VERSION}/kernel" -- cgit v1.2.3-54-g00ecf