Add fbset package in order to replace the fbset provided by busybox (and included by default).
This packagegroup is intended to be used for debug and test/benchmark purposes, so it makes sense to use the full and better supported fbset. In a test the fbset (from busybox) was not able to change the vxres, and the fbset (the real one) worked very fine. Signed-off-by: Daiane Angolini <[email protected]> --- recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb index b922c43..f996761 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb @@ -20,5 +20,6 @@ RDEPENDS_${PN} = " \ iperf \ nbench-byte \ tiobench \ + fbset \ ${@bb.utils.contains('TUNE_FEATURES', 'neon', 'cpuburn-neon', '', d)} \ " -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
