I have a working yocto build for the iMX8M mini evk with L5.4.24 and imx-image-full.
Is it possible to install the nodejs package?
You can add a layer to an image by adding following line to the conf/local.conf file inside the build directory:IMAGE_INSTALL_append = “ nodejs”