mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
Ensure we always utilize the correct messaging domains
(Bitbake rev: 92a2e2e90981c0615171abe03645a772d84f6986) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
ac170b0c34
commit
87f62d7c8d
@@ -39,7 +39,7 @@ def init(data):
|
||||
topdir = os.getcwd()
|
||||
bb.data.setVar('TOPDIR', topdir, data)
|
||||
if not bb.data.getVar('BBPATH', data):
|
||||
bb.fatal("The BBPATH environment variable must be set")
|
||||
bb.msg.fatal(bb.msg.domain.Parsing, "The BBPATH environment variable must be set")
|
||||
|
||||
|
||||
def supports(fn, d):
|
||||
|
||||
Reference in New Issue
Block a user