/bblayers.conf Secret
Created
September 20, 2018 18:57
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf | |
# changes incompatibly | |
POKY_BBLAYERS_CONF_VERSION = "2" | |
BBPATH = "${TOPDIR}" | |
BBFILES ?= "" | |
BBLAYERS ?= " \ | |
/home/ubuntu/poky/meta \ | |
/home/ubuntu/poky/meta-poky \ | |
/home/ubuntu/poky/meta-yocto-bsp \ | |
/home/ubuntu/poky/meta-openembedded/meta-oe \ | |
/home/ubuntu/poky/meta-openembedded/meta-python \ | |
/home/ubuntu/poky/meta-openembedded/meta-networking \ | |
/home/ubuntu/poky/meta-raspberrypi \ | |
/home/ubuntu/poky/meta-mender/meta-mender-core \ | |
/home/ubuntu/poky/meta-mender/meta-mender-raspberrypi \ | |
/home/ubuntu/poky/build/workspace \ | |
/home/ubuntu/poky/meta-firmware \ | |
" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment