Last active
June 21, 2016 18:28
-
-
Save sarnold/431831e6cec25b678f5a9e521af12a8a to your computer and use it in GitHub Desktop.
custom bblayers.conf example for poky build, krogoth branch
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
# 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