From: Daiane Angolini <[email protected]> Change defconfig for mx6 family.
This module was configured to be built as module, but for X11 environment it would be better to have it always included in kernel. Change-Id: I3fc48192a1f366671f1f5fea904379bdee6eb69c Signed-off-by: Daiane Angolini <[email protected]> --- recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig | 2 +- recipes-kernel/linux/linux-imx_3.0.35.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig b/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig index b5e457e..a8bc503 100644 --- a/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig +++ b/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig @@ -250,7 +250,7 @@ CONFIG_MXC_IPU=y # CONFIG_MXC_HWEVENT is not set CONFIG_MXC_ASRC=y CONFIG_MXC_MLB150=m -CONFIG_MXC_GPU_VIV=m +CONFIG_MXC_GPU_VIV=y CONFIG_MXC_MIPI_CSI2=y CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bb b/recipes-kernel/linux/linux-imx_3.0.35.bb index 37f38ac..60ec3b0 100644 --- a/recipes-kernel/linux/linux-imx_3.0.35.bb +++ b/recipes-kernel/linux/linux-imx_3.0.35.bb @@ -3,7 +3,7 @@ include linux-imx.inc -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" COMPATIBLE_MACHINE = "(mx6)" -- 1.7.10.4 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
