Closed priv-kweihmann closed 9 months ago
A new feature is coming to bitbake soon called inherit_defer, which basically allows inherit statements like
inherit_defer
FOO ?= "bar" inherit ${FOO}
to override the value of FOO from a bbappend.
FOO
The linter should suggest the following
inherit
A new feature is coming to bitbake soon called
inherit_defer
, which basically allows inherit statements liketo override the value of
FOO
from a bbappend.The linter should suggest the following
inherit
statementinherit_defer
should be usedinherit_defer
doesn't use any inline code or variableinherit
should be suggested