[meta-xilinx] [PATCH] zynqmp: Make the MALI recommendation machine-specific

2016-07-26 Thread Mike Looijmans
Not all zynqmp SoCs have a MALI GPU built in. Thus recommending kernel-module-mali for all zynqmp machines is incorrect. Move the recommendation to the board config. This also makes for a nicer syntax, having less-specific platform overrides for machine-specific variables just doesn't look right.

[meta-xilinx] [PATCH] machine-xilinx-default.inc: Fix misspelled "kernel-module-mali"

2016-07-26 Thread Mike Looijmans
The kernel module is named "kernel-module-mali", not "kernel-module-mali-modules" Fix this in machine-xilinx-default.inc. Signed-off-by: Mike Looijmans --- conf/machine/include/machine-xilinx-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/ma

[meta-xilinx] [PATCH] mali-modules: PROVIDES kernel-module-mali

2016-07-26 Thread Mike Looijmans
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 --- recipes-graphics/mali/mali-modules.bb | 2 ++ 1 file changed, 2 insertions(+) diff --gi

[meta-xilinx] Howto program a bitstream onto the MPSOC?

2016-07-26 Thread Mike Looijmans
To use that other 95% of the chip, I want to program the bitstream.Apparently, there's no support yet for that.In the kernel, I can see drivers for the FPGA framework and the xdevcfg device, but there's no binding information (or is there?) in the devicetree so neither works from within Linux.In