Created
July 18, 2019 10:58
-
-
Save sooorajjj/07ea5eb7f2269eeaec39646d87a8712a to your computer and use it in GitHub Desktop.
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
# This configuration file is dynamically generated every time | |
# set_bb_env.sh is sourced to set up a workspace. DO NOT EDIT. | |
#-------------------------------------------------------------- | |
LCONF_VERSION = "7" | |
export WORKSPACE := "${@os.path.abspath(os.path.join(os.path.dirname(d.getVar('FILE', True)),'../../..'))}" | |
OEROOT := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)))}/../.." | |
# These layers hold recipe metadata not found in OE-core, but lack any machine or distro content | |
BASELAYERS ?= " \ | |
${OEROOT}/meta-openembedded/meta-oe \ | |
${OEROOT}/meta-openembedded/meta-gnome \ | |
${OEROOT}/meta-openembedded/meta-xfce \ | |
${OEROOT}/meta-openembedded/meta-initramfs \ | |
${OEROOT}/meta-openembedded/meta-multimedia \ | |
${OEROOT}/meta-openembedded/meta-networking \ | |
${OEROOT}/meta-openembedded/meta-webserver \ | |
${OEROOT}/meta-openembedded/meta-filesystems \ | |
${OEROOT}/meta-openembedded/meta-perl \ | |
${OEROOT}/meta-openembedded/meta-python \ | |
${OEROOT}/meta-qt5 \ | |
${OEROOT}/meta-iot-cloud \ | |
${OEROOT}/meta-java \ | |
" | |
# Add your overlay location to EXTRALAYERS | |
# Make sure to have a conf/layers.conf in there | |
EXTRALAYERS ?= " \ | |
${OEROOT}/meta-linaro/meta-linaro \ | |
${OEROOT}/meta-linaro/meta-linaro-toolchain \ | |
${OEROOT}/meta-linaro/meta-optee \ | |
" | |
BBPATH = "${TOPDIR}" | |
BBFILES ?= "" | |
BBLAYERS = "${OEROOT}/meta-qti-gst-prop ${OEROOT}/meta-qti-wlan-prop ${OEROOT}/meta-qti-ss-mgr-prop ${OEROOT}/meta-qti-data-prop ${OEROOT}/meta-qti-location-prop ${OEROOT}/meta-qti-audio-prop ${OEROOT}/meta-qti-audio-external ${OEROOT}/meta-qti-core-prop ${OEROOT}/meta-qti-gst ${OEROOT}/meta-qti-drones-prop ${OEROOT}/meta-qti-bt-prop ${OEROOT}/meta-qti-wfd-prop ${OEROOT}/meta-qti-gfx-prop ${OEROOT}/meta-qti-qsap-prop ${OEROOT}/meta-qti-camera-prop ${OEROOT}/meta-qti-audio-cal ${OEROOT}/meta-qti-avs-prop ${OEROOT}/meta-qti-bsp-prop ${OEROOT}/meta-qti-display-prop ${OEROOT}/meta-qti-wlan ${OEROOT}/meta-qti-display ${OEROOT}/meta-qti-location ${OEROOT}/meta-qti-drones ${OEROOT}/meta-qti-video ${OEROOT}/meta-qti-ros ${OEROOT}/meta-qti-audio ${OEROOT}/meta-qti-data ${OEROOT}/meta-qti-core ${OEROOT}/meta-qti-camera ${OEROOT}/meta-qti-bt ${OEROOT}/meta-qti-qzhost-prop ${OEROOT}/meta-qti-ss-mgr ${OEROOT}/meta-qti-sepolicy ${OEROOT}/meta-qti-bsp ${OEROOT}/meta-ros ${OEROOT}/meta-quectel-core ${OEROOT}/meta-ffmpeg-video ${OEROOT}/meta-quectel-app ${OEROOT}/meta ${OEROOT}/meta-selinux ${OEROOT}/meta-allplay ${OEROOT}/meta-allplay-prop ${OEROOT}/meta-qti-qsap ${OEROOT}/meta-qti-avs ${BASELAYERS} ${EXTRALAYERS}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment