diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-02-28 19:59:16 +0100 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-02-28 20:03:03 +0100 |
| commit | 6db507f5328e553b82f0b3a65717f526d6878f4c (patch) | |
| tree | 0fb3f5075ef071bf313da4bf525917bab3300bea /build/conf/bblayers.conf | |
Lets go\!
Diffstat (limited to 'build/conf/bblayers.conf')
| -rw-r--r-- | build/conf/bblayers.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/build/conf/bblayers.conf b/build/conf/bblayers.conf new file mode 100644 index 0000000..afe450a --- /dev/null +++ b/build/conf/bblayers.conf @@ -0,0 +1,14 @@ +# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf +# changes incompatibly +POKY_BBLAYERS_CONF_VERSION = "2" + +BBPATH = "${TOPDIR}" +BBFILES ?= "" + +BBLAYERS ?= " \ + ${TOPDIR}/../poky/meta \ + ${TOPDIR}/../poky/meta-poky \ + ${TOPDIR}/../poky/meta-yocto-bsp \ + ${TOPDIR}/../meta-raspberrypi \ + ${TOPDIR}/../meta-drumgizmo \ + " |
