Skip to content

Instantly share code, notes, and snippets.

@brianz
Created September 20, 2018 18:57
# 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