I am having imx6ulevk board using this git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.14.38-6UL_ga repo.
I am doing bitbake -c menuconfig linux-imx, I am disabling LCD, Video, FB and Sound drivers, Keybaord . when I check the .config file still these are set to "y". these are some of the configs. Why this is happening.
CONFIG_KEYBOARD_GPIO=y
CONFIG_KEYBOARD_SNVS_PWRKEY=y
CONFIG_KEYBOARD_IMX=y
CONFIG_MOUSE_PS2=m
CONFIG_MOUSE_PS2_ELANTECH=y
CONFIG_FB=y
CONFIG_FB_MXS=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
CONFIG_LCD_L4F00242T03=y
CONFIG_LCD_PLATFORM=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_PWM=y
CONFIG_FB_MXC_SYNC_PANEL=y
CONFIG_FB_MXC_LDB=y
CONFIG_FB_MXC_MIPI_DSI_SAMSUNG=y
CONFIG_FB_MXC_TRULY_WVGA_SYNC_PANEL=y
CONFIG_FB_MXC_HDMI=y
CONFIG_FB_MXC_EINK_PANEL=y
CONFIG_FB_MXC_EINK_V2_PANEL=y
CONFIG_FB_MXS_SII902X=y
And also when i try top copy this config file ../sources there is no linux-imx -3.14.38 instead i have 3.14.28 sources and bb files. you an see the list of files below present.
drwxrwxrwx 3 root root 4096 Jun 12 22:35 linux-fslc
-rwxrwxrwx 1 root root 681 Jun 12 22:35 linux-fslc_4.1.bb
-rwxrwxrwx 1 root root 370 Jun 12 22:35 linux-fslc.inc
drwxrwxrwx 2 root root 4096 Jun 12 22:35 linux-imx
drwxrwxrwx 5 root root 4096 Jun 12 22:35 linux-imx-2.6.35.3
-rwxrwxrwx 1 root root 908 Jun 12 22:35 linux-imx_2.6.35.3.bb
drwxrwxrwx 3 root root 4096 Jun 12 22:35 linux-imx-3.14.28
-rwxrwxrwx 1 root root 993 Jun 12 22:35 linux-imx_3.14.28.bb
-rwxrwxrwx 1 root root 665 Jun 12 22:35 linux-imx.inc
drwxrwxrwx 3 root root 4096 Jun 12 22:35 linux-imx-mfgtool-3.14.28
-rwxrwxrwx 1 root root 380 Jun 12 22:35 linux-imx-mfgtool_3.14.28.bb
drwxrwxrwx 3 root root 4096 Jun 12 22:35 linux-imx-rt-3.14.28
-rwxrwxrwx 1 root root 1241 Jun 12 22:35 linux-imx-rt_3.14.28.bb
drwxrwxrwx 2 root root 4096 Jun 12 22:35 linux-ls1
-rwxrwxrwx 1 root root 364 Jun 12 22:35 linux-ls1_3.12.bb
-rwxrwxrwx 1 root root 780 Jun 12 22:35 linux-ls1.inc
-rwxrwxrwx 1 root root 3000 Jun 12 22:35 linux-mfgtool.inc
drwxrwxrwx 2 root root 4096 Jun 12 22:35 linux-timesys-3.0.15
-rwxrwxrwx 1 root root 719 Jun 12 22:35 linux-timesys_3.0.15.bb
linux@ubuntu:/home/fsl-release-bsp/sources/meta-fsl-arm/recipes-k
Edit 1 :
I found that linux-imx -3.14.38.bb is present in meta-fsl-bsp-release/imx/meta-bsp
below is my bb layer conf
LCONF_VERSION = "6"
BBPATH = "${TOPDIR}"
BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"
BBFILES ?= ""
BBLAYERS = " \
${BSPDIR}/sources/poky/meta \
${BSPDIR}/sources/poky/meta-yocto \
\
${BSPDIR}/sources/meta-openembedded/meta-oe \
${BSPDIR}/sources/meta-openembedded/meta-multimedia \
\
${BSPDIR}/sources/meta-fsl-arm \
${BSPDIR}/sources/meta-fsl-arm-extra \
${BSPDIR}/sources/meta-fsl-demos \
"
##Freescale Yocto Release layer
BBLAYERS += " ${BSPDIR}/sources/meta-fsl-bsp-release/imx/meta-bsp "
BBLAYERS += " ${BSPDIR}/sources/meta-fsl-bsp-release/imx/meta-sdk "
BBLAYERS += " ${BSPDIR}/sources/meta-browser "
BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-gnome "
BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-networking "
BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-python "
BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-ruby "
BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-filesystems "
BBLAYERS += " ${BSPDIR}/sources/meta-qt5 "
When I do bitbake linu-imx th .sdcard image is showing aroung 880 MB... Is it common?