diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-07-09 13:23:43 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-07-09 13:23:43 +1000 |
commit | fb387c1fc62323cb524f5ed00d41e54c5c657153 (patch) | |
tree | 593b0098d9030de105c9b0d70586429b89cc4dee /recipes-kernel | |
parent | 41e4c27cdf014f5187dbce49bf5e3dd0478d0e51 (diff) | |
download | meta-xilinx-fb387c1fc62323cb524f5ed00d41e54c5c657153.tar.gz |
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 <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-xlnx.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
33 | 33 | ||
34 | # Override COMPATIBLE_MACHINE to include your machine in a bbappend file. | 34 | # Override COMPATIBLE_MACHINE to include your machine in a bbappend file. |
35 | COMPATIBLE_MACHINE = "qemumicroblaze|qemuzynq" | 35 | COMPATIBLE_MACHINE = "qemumicroblaze|qemuzynq" |
36 | |||
37 | # Add the modules directory to the 'kernel-base' files list | ||
38 | FILES_kernel-base_append = " /lib/modules/${KERNEL_VERSION}/kernel" | ||