The mali-modules.bb recipe produces "kernel-module-mali" which is what
you'd want in your image. Make the recipe provide kernel-module-mali so
that it installs via RDEPENDS.

Signed-off-by: Mike Looijmans <[email protected]>
---
 recipes-graphics/mali/mali-modules.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-graphics/mali/mali-modules.bb 
b/recipes-graphics/mali/mali-modules.bb
index c809243..20f9d41 100644
--- a/recipes-graphics/mali/mali-modules.bb
+++ b/recipes-graphics/mali/mali-modules.bb
@@ -1,6 +1,8 @@
 SUMMARY = "A Mali 400 Linux Kernel module"
 SECTION = "kernel/modules"
 
+PROVIDES += "kernel-module-mali"
+
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = " \
        
file://linux/license/gpl/mali_kernel_license.h;md5=68c66513a9dacef77a52c3d6c5e6afd5
 \
-- 
1.9.1

-- 
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to