Hi,

There comes below error when run yocto compliance against openembedded-core layer.  Any hints?
1, mkdir -p /yocto
2, cd /yocto && git clone git://git.yoctoproject.org/poky
3, cd /yocto/poky && . oe-init-build-env build
4, yocto-check-layer-wrapper ../meta
[snip]
INFO: Detected layers:
ERROR: meta: Can't be DISTRO and BSP type at the same time. Both conf/distro and conf/machine folders were found.
5, ls ../meta
classes         COPYING.MIT  recipes-connectivity  recipes-gnome       recipes-rt       site
classes-global  files        recipes-core          recipes-graphics    recipes-sato
classes-recipe  lib          recipes-devtools      recipes-kernel      recipes-support
conf            recipes-bsp  recipes-extended      recipes-multimedia  recipes.txt

Thanks,