I was getting this error message:
ERROR: Unable to parse conf/bitbake.conf: ParseError at conf/local.conf:67: unparsed line: 'INHERIT += rm_work'
This error is very simple to fix, replace:
INHERIT += rm_work
To
INHERIT += "rm_work"
a blog about computers and other funny things
Day: December 21, 2012
I was getting this error message:
ERROR: Unable to parse conf/bitbake.conf: ParseError at conf/local.conf:67: unparsed line: 'INHERIT += rm_work'
This error is very simple to fix, replace:
INHERIT += rm_work
To
INHERIT += "rm_work"