diff options
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-06-10 05:57:35 +0300 |
|---|---|---|
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-06-14 15:18:55 +0300 |
| commit | fee4187da774de694d46ca5e65294099461e0030 (patch) | |
| tree | e3828a31be35469c485a3f91ea9f4ede12f14041 /meta-openembedded/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc | |
| parent | 1c65850bff2d16b6790d956b9c6f2a6a7a76022b (diff) | |
| download | openbmc-fee4187da774de694d46ca5e65294099461e0030.tar.xz | |
meta-phosphor: ipmid: enable EXTRA_OECONF override
Set the whitelist with the post-parse append operator, so ipmid
bbappends can set EXTRA_OECONF directly.
A simple example illustrates how this helps:
foo.bb:
BAR = "def"
FOO = "abc ${BAR}
foo.bbappend:
FOO = "zyx"
FOO would be "zyx" But if one has:
foo.bb:
BAR = "def"
FOO = "abc"
FOO_append = " ${BAR}"
foo.bbappend:
FOO = "zyx"
FOO would be "zyx def"
This is because bitbake parses recipes and bbappends in multiple
passes - the second pass is when things like the _append operator
and inline python are evaluated.
for more reading:
https://www.yoctoproject.org/docs/latest/bitbake-user-manual/bitbake-user-manual.html#override-style-operation-advantages
(From meta-phosphor rev: bb60cffd406a8a413be0ce70b65d9b3447c95bbf)
Change-Id: I2c9a4eaf65c815ebdf18ff158de75448837872b4
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc')
0 files changed, 0 insertions, 0 deletions
