commit | 36aaf57d28c456762156cdc64fad46bdb47bda1d | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Aug 10 19:26:43 2020 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Aug 13 20:42:59 2020 +0000 |
tree | 9f176b8f7c7594455c8d756be0662485e18f3d96 | |
parent | 758f9693593a4502012923f6c493323af709515f [diff] |
obmc-phosphor-image: avoid distro override FOO_df-bar += "baz" and FOO += "${@bb.utils.contains('DISTRO_FEATURES', 'bar', 'baz', '', d)" accomplish the same thing but the latter is the convention upstream and also makes it easy to grep for things conditional on DISTRO_FEATURES. Change-Id: I0eaaba1f10b9c8743811768884711d8c9885fe12 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>