1eb8dc403SDave Cobbley# We have a conf and classes directory, add to BBPATH 21a4b7ee2SBrad BishopBBPATH .= ":${{LAYERDIR}}" 3eb8dc403SDave Cobbley 4eb8dc403SDave Cobbley# We have recipes-* directories, add to BBFILES 51a4b7ee2SBrad BishopBBFILES += "${{LAYERDIR}}/recipes-*/*/*.bb \ 61a4b7ee2SBrad Bishop ${{LAYERDIR}}/recipes-*/*/*.bbappend" 7eb8dc403SDave Cobbley 8*95ac1b8dSAndrew GeisslerBBFILE_COLLECTIONS += "{layerid}" 9*95ac1b8dSAndrew GeisslerBBFILE_PATTERN_{layerid} = "^${{LAYERDIR}}/" 10*95ac1b8dSAndrew GeisslerBBFILE_PRIORITY_{layerid} = "{priority}" 111a4b7ee2SBrad Bishop 12*95ac1b8dSAndrew GeisslerLAYERDEPENDS_{layerid} = "core" 13*95ac1b8dSAndrew GeisslerLAYERSERIES_COMPAT_{layerid} = "{compat}" 14