Skip to content

Instantly share code, notes, and snippets.

@brianz
Created September 20, 2018 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianz/788e18f7a5c73342882cb633a7449250 to your computer and use it in GitHub Desktop.
Save brianz/788e18f7a5c73342882cb633a7449250 to your computer and use it in GitHub Desktop.
# 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