My document is: QorIQ SDK 2.0 Documentation Rev0
I removed every thing and start again building SDK
At first I install SDK cache and then SDK source
After that I run:
. ./fsl-setup-env -m t1042d4rdb
bitbake fsl-image-minimal
After that, this is contents of tmp/work/t1042d4rdb-fsl-linux/linux-qoriq/4.1-r0 directory:
build
defconfig
deploy-linux-qoriq
deploy-rpms
git -> ....../tmp/work-shared/t1042d4rdb/kernel-source
image
license-destdir
linux-qoriq.spec
package
packages-split
pkgdata
pseudo
sysroot-destdir
temp
Then I do:
cd tmp/work/t1042d4rdb-fsl-linux/linux-qoriq/4.1-r0
rm git
cp -a ....../tmp/work-shared/t1042d4rdb/kernel-source ./git (note that "......" is just for better readability)
and backing to working directory and again:
bitbake fsl-image-minimal
and it says nothing need to do.
However the necessary header files such as version.h are in build directoy and not in git directory yet and again the build process of my program encounters missing these files.
Also .config file is in build directory and not in git directory which prevent my program to access to required configuration options.
Is my work flow correct?