10 lines
450 B
Plaintext
10 lines
450 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 = "4"
|
||
|
|
||
|
export WORKSPACE := "${@os.path.abspath(os.path.join(os.path.dirname(bb.data.getVar('FILE', d)),'../../..'))}"
|
||
|
|
||
|
BBFILES ?= ""
|
||
|
BBLAYERS = "/home/lxw2010/M7350v1_v2/apps_proc/oe-core/meta-msm /home/lxw2010/M7350v1_v2/apps_proc/oe-core/meta"
|