Building Yocto Project Image for Colibri iMX8 DualX 1GB Wi-Fi / Bluetooth and Iris bord 2.0 A

I am trying to build yocto image using ubuntu 20.4 on “Colibri iMX8QXP V1.0B” (using Colibri iMX8 DualX 1GB Wi-Fi / Bluetooth and Iris bord 2.0 A).
I followed the guide: Build Apalis iMX8/Colibri iMX8X OpenEmbedded/Yocto Project Bring-up Image.

$ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \
     build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \
     xz-utils debianutils iputils-ping libsdl1.2-dev xterm

$ sudo ln -s /usr/bin/python3 /usr/bin/python"
$ mkdir ~/bin
$ export PATH=~/bin:$PATH
$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
$ mkdir imx-yocto-bsp
$ cd imx-yocto-bsp
$ repo init -u git://github.com/toradex/imx-manifest.git -b toradex-linux-sumo -m toradex-4.14.78-1.0.0_ga.xml
$ repo sync
$ MACHINE=colibri-imx8qxp DISTRO=fsl-imx-xwayland source fsl-setup-release.sh -b build
$ bitbake -k fsl-image-validation-imx

During build got following errors:

ERROR: bison-native-3.0.4-r0 do_compile: oe_runmake failed
ERROR: bison-native-3.0.4-r0 do_compile: Function failed: do_compile (log file is located at /home/vagrant/imx-yocto-bsp/build/tmp/work/x86_64-linux/bison-native/3.0.4-r0/temp/log.do_compile.1792765)
ERROR: Logfile of failure stored in: /home/vagrant/imx-yocto-bsp/build/tmp/work/x86_64-linux/bison-native/3.0.4-r0/temp/log.do_compile.1792765
ERROR: Task (virtual:native:/home/vagrant/imx-yocto-bsp/sources/poky/meta/recipes-devtools/bison/bison_3.0.4.bb:do_compile) failed with exit code '1'
ERROR: elfutils-native-0.170-r0 do_compile: oe_runmake failed
ERROR: elfutils-native-0.170-r0 do_compile: Function failed: do_compile (log file is located at /home/vagrant/imx-yocto-bsp/build/tmp/work/x86_64-linux/elfutils-native/0.170-r0/temp/log.do_compile.1792816)
ERROR: Logfile of failure stored in: /home/vagrant/imx-yocto-bsp/build/tmp/work/x86_64-linux/elfutils-native/0.170-r0/temp/log.do_compile.1792816
ERROR: Task (virtual:native:/home/vagrant/imx-yocto-bsp/sources/poky/meta/recipes-support/libgpg-error/libgpg-error_1.27.bb:do_compile) failed with exit code '1'

/tmp/deploy/images$ tree
.
└── colibri-imx8qxp
    └── mx8qx-ahab-container.img

1 directory, 1 file
“Uboot.imx”  and “*.rootfs.sdcard.bz2”  images are missing from colibri-imx8qxp Folder.

Hi @Srinu and Welcome to the Toradex Community!

In the link you provided, you missed that the Information under that Link is obsolete. Please look at the instructions on this page to build your image.

Best regards,
Jaski