My board is based on IMX6ULEVK. I am trying to add custom machine type (imx6uloib) and few meta layers.
- repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-sumo -m imx-4.14.98-2.0.0_ga.xml
- repo sync
- cd sources
- add custom layers in base/conf/bblayers.conf
- copy the meta-custom-xx directories to sources. this folder has machine.conf and recipes-kernel/linux-imx_%.bbappend
- DISTRO=fsl-imx-xwayland MACHINE=imx6uloib source fsl-setup-release.sh -b build-ul
- bitbake core-image-base
i am getting the below errors. i see that toolchain is downloaded in build directory. Can someone help?
| /nobackup/sikumar3/inode_sumo/buildnew/tmp/work-shared/imx6uloib/kernel-source/scripts/gcc-version.sh: line 26: arm-poky-linux-gnueabi-gcc: command not found
| /nobackup/sikumar3/inode_sumo/buildnew/tmp/work-shared/imx6uloib/kernel-source/scripts/gcc-version.sh: line 27: arm-poky-linux-gnueabi-gcc: command not found