Hi,
I am working on Yocto and IMX7 MPU. Synced the Yocto code from below link following the instruction given in the doc Freescale_Yocto_Project_User's_Guide.pdf.
repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1.15-1.0.0_ga
Later added a layer meta-iot-cloud and meta-java (because of depending) in the bblayers.conf file.
When started the build using 'bitbake core-image-minimal-dev', i am getting the below error.
fsl-release-bsp/sources/meta-java/recipes-extended/rxtx/rxtx_2.2.0.bb:31: Could not inherit file classes/remove-libtool.bbclass ETA: 00:02:11
Layer meta-iot-cloud and meta-java are checked out at 'sumo' branch and rest all are at imx-4.1.15-1.0.0_ga branch.
Please help me to fix this build error.
Thanks,
Shashi