thanks yipingwang,i have install "QorIQ Linux SDK v2.0 SOURCE.iso" and "QorIQ SDK V2.0 PPCE500MC Yocto CACHE.iso" in the same path,i also resolved the two build problems:
[yocto] [pyro][bitbake][PATCH] bitbake: Replace deprecated git branch parameter "--set-upstream"
[pseudo-native] No real function for mknod
but when i build the linux system,the follow is errors:
branch 'origin/sdk-v2.0.x' does not exist
Task 1331 (/home/linux-develop/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-dpaa/usdpaa/usdpaa_git.bb, do_unpack) failed with exit code '1'
i guess the error is about " git -c core.fsyncobjectfiles=0 branch --set-upstream-to sdk-v2.0.x origin/sdk-v2.0.x"
how can i resolve the problem?