summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-appfw-smack/50_bblayers.conf.inc
blob: 5f6847a870e900f846ad05e9399a6e6c02fe2e1e (plain)
1
2
3
4
5
6
7
8
9
AGL_APPFW_LAYERS = " \
  ${METADIR}/external/meta-security \
  ${METADIR}/external/meta-openembedded/meta-python \
  ${METADIR}/external/meta-openembedded/meta-networking \
  ${METADIR}/external/meta-openembedded/meta-perl \
  ${METADIR}/meta-agl/meta-app-framework \
    "

BBLAYERS =+ "${AGL_APPFW_LAYERS}"