11 lines
576 B
Plaintext
11 lines
576 B
Plaintext
# This configuration file is dynamically generated every time
|
|
# set_bb_env.sh is sourced to set up a workspace. DO NOT EDIT.
|
|
#--------------------------------------------------------------
|
|
LCONF_VERSION = "6"
|
|
|
|
export WORKSPACE := "${@os.path.abspath(os.path.join(os.path.dirname(bb.data.getVar('FILE', d)),'../../..'))}"
|
|
|
|
BBPATH = "${TOPDIR}"
|
|
BBFILES ?= ""
|
|
BBLAYERS = "/home/mobile/Work/mifi/M7350v5_en_gpl/M7350v5_en_gpl/oe-core/meta-tp /home/mobile/Work/mifi/M7350v5_en_gpl/M7350v5_en_gpl/oe-core/meta-msm /home/mobile/Work/mifi/M7350v5_en_gpl/M7350v5_en_gpl/oe-core/meta"
|