Hi,
Thanks for pointing this out.
From SDK 1.7, source iso uses new layout:
meta-cloud-services
meta-fsl-arm
meta-fsl-networking
meta-fsl-ppc
meta-fsl-toolchain
meta-java
meta-linaro
meta-oe
meta-virtualization
poky
sources
sstate-cache
that is, poky layer is separated.
So the right cmd to create build project is: 'source ./poky/fsl-setup-poky -m <board>'.
If run 'cd poky; source . /fsl-setup-poky -m <board>', then the pre-fetched sources cannot be found. You need to modify the DL_DIR in conf/local.conf manually).
BR