Hi Gusarambula,
Thanks a lot for your prompt responses,
As am newbie to yocto build system
1. Now I have changed the repo to the latest version ie., to repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-morty"
2. After the above step, I ran the below command
"DISTRO=fsl-imx-X11 MACHINE=imx6ull14x14evk source fsl-setup-release.sh -b build-x11"
3. After accepting the Eula
Do you accept the EULA you just read? (y/n) y
EULA has been accepted.
Welcome to Freescale Community BSP
The Yocto Project has extensive documentation about OE including a
reference manual which can be found at:
http://yoctoproject.org/documentation
For more information about OpenEmbedded see their website:
http://www.openembedded.org/
You can now run 'bitbake <target>'
Common targets are:
core-image-minimal
meta-toolchain
meta-toolchain-sdk
adt-installer
meta-ide-support
Your build environment has been configured with:
MACHINE=imx6ull14x14evk
SDKMACHINE=i686
DISTRO=fsl-imx-X11
EULA=
BSPDIR=
BUILD_DIR=.
meta-freescale directory found
~/fsl-release-bsp/build-x11$ bitbake core-image-minimal
NOTE: Your conf/bblayers.conf has been automatically updated.
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
DISTRO 'fsl-imx-X11' not found. Please set a valid DISTRO in your local.conf
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Could you please help me with the following:
1. For time being , I would like to build the image with minimal filesystem to boot, ie., when I give "core-image-minimal" it is throwing the above error
2. Could you please let me know, is there anything that needs to be changed in the below command, so that it can only build minimal BSP images with Uboot, linux kernel and minimal rootfs to get the shell prompt or please let me know if am making anything or my understanding is wrong
"DISTRO=fsl-imx-X11 MACHINE=imx6ull14x14evk source fsl-setup-release.sh -b build-x11"
3. And later, could you please let me know how this can be switched from "core-image-minimal" to "core-image-base" and "fsl-image-machine-test" using the the above command with necessary changes
I have attached the logs for your reference also with the file named "logs"
Kindly do the needful as early as possible
Many Thanks in advance again