Skip to content

Instantly share code, notes, and snippets.

@sarnold
Last active June 21, 2016 18:28
Show Gist options
  • Save sarnold/431831e6cec25b678f5a9e521af12a8a to your computer and use it in GitHub Desktop.
Save sarnold/431831e6cec25b678f5a9e521af12a8a to your computer and use it in GitHub Desktop.
custom bblayers.conf example for poky build, krogoth branch
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
POKYROOT = "/home/user/beagleboard-bsp/poky"
BBLAYERS ?= " \
${POKYROOT}/meta \
${POKYROOT}/meta-poky \
${POKYROOT}/meta-yocto-bsp \
${POKYROOT}/meta-small-arm-extra \
${POKYROOT}/meta-qt5 \
${POKYROOT}/meta-openembedded/meta-oe \
${POKYROOT}/meta-openembedded/meta-gnome \
${POKYROOT}/meta-openembedded/meta-python \
${POKYROOT}/meta-openembedded/meta-networking \
${POKYROOT}/meta-openembedded/meta-filesystems \
${POKYROOT}/meta-openembedded/meta-multimedia \
${POKYROOT}/meta-browser \
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment