diff options
Diffstat (limited to 'conf/template.p2041rdb/bblayers.conf.sample')
| -rw-r--r-- | conf/template.p2041rdb/bblayers.conf.sample | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/template.p2041rdb/bblayers.conf.sample b/conf/template.p2041rdb/bblayers.conf.sample new file mode 100644 index 0000000..ec8b09e --- /dev/null +++ b/conf/template.p2041rdb/bblayers.conf.sample | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf | ||
| 2 | # changes incompatibly | ||
| 3 | POKY_BBLAYERS_CONF_VERSION = "1" | ||
| 4 | |||
| 5 | BBPATH = "${TOPDIR}" | ||
| 6 | BBFILES ?= "" | ||
| 7 | |||
| 8 | BBLAYERS ?= " \ | ||
| 9 | ##OEROOT##/meta \ | ||
| 10 | ##OEROOT##/meta-el-common \ | ||
| 11 | ##OEROOT##/meta-el-networking \ | ||
| 12 | ##OEROOT##/meta-enea-networking \ | ||
| 13 | ##OEROOT##/meta-enea-bsp-common \ | ||
| 14 | ##OEROOT##/meta-enea-bsp-ppc \ | ||
| 15 | ##OEROOT##/meta-fsl-ppc \ | ||
| 16 | ##OEROOT##/meta-openembedded/meta-oe \ | ||
| 17 | ##OEROOT##/meta-openembedded/meta-networking \ | ||
| 18 | ##OEROOT##/meta-openembedded/meta-filesystems \ | ||
| 19 | ##OEROOT##/meta-openembedded/meta-python \ | ||
| 20 | ##OEROOT##/meta-poky \ | ||
| 21 | " | ||
