Closed bahaeg closed 6 months ago
I can't say why yours has failed but I'm using the following to build from within docker
git clone https://github.com/varigit/var-host-docker-containers.git
cd var-host-docker-containers
./run.sh -u 22.04
mkdir docker-yocto-build
cd docker-yocto-build
repo init -u https://github.com/varigit/variscite-bsp-platform.git -b refs/tags/mx8mp-yocto-kirkstone-5.15-2.0.x-v1.2 -m default.xml
repo sync -j4
MACHINE=imx8mp-var-dart DISTRO=fslc-xwayland source ./var-setup-release.sh build_xwayland
bitbake fsl-image-gui
@bahaeg please open a ticket in our customer support portal if you need additional support on this.
Thanks, Nate
I'm trying to build the fsl-image-gui for the dart-mx8m-plus board using the latest Kirkstone release using the build Yocto from source code.
I'm using ubuntu 22.04 as a dev machine. The log files of the error shows: /usr/bin/env: ‘node’: No such file or directory. But when I execute /usr/bin/env node --version, node is found. Please find below the full error message.