11 lines
555 B
Plaintext
Executable File
11 lines
555 B
Plaintext
Executable File
# 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/bba/projects/dev/M7350v7/M7350v7_en_gpl/oe-core/meta-tp /home/bba/projects/dev/M7350v7/M7350v7_en_gpl/oe-core/meta-msm /home/bba/projects/dev/M7350v7/M7350v7_en_gpl/oe-core/meta"
|