I am using the i.MX8M Plus LPDDR4 EVK. I built the i.MX, Linux LF6.6.23_2.0.0 BSP version of Yocto.
I built the imx-image-full and, after that, I needed the SDK for imx-image-full. So, I used the command bitbake imx-image-full -c populate_sdk.
However, when I ran the populate_sdk command, it threw the following error:
-- Could NOT find Gn: Found unsuitable version "2118 (811d332bd905)", but the required version is exact "6.7.0" (found /home/deevia-pc001/camera_porting/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/qtpdf/6.7.0/recipe-sysroot-native/usr/bin/gn)
nxp forum link :link:https://community.nxp.com/t5/i-MX-Processors/Encounter-error-when-bitbake-qtwebengine-cconfigure-in-...
In one of the forums on NXP, they suggested adding the following line to local.conf:
BBMASK += "/meta-browser/meta-chromium/recipes-browser/chromium/gn-native_.*\.bb"
I added that line to the local.conf file. However, when I ran populate_sdk again, it threw a qtpdf compile error. I have attached logs of errors. Can anyone help me resolve this issue?
thanks&Regards
srinivas