blob: 8c61bbccfa4dc65d139c31cb23266bee6272a8df [file] [log] [blame]
python() {
# Instead of using BB_ENV_EXTRAWHITE, we can get info from the
# shell environment this way.
origenv = d.getVar("BB_ORIGENV", False)
memo = origenv.getVar("BUILD_MEMO", False)
if memo:
d.setVar("BUILD_MEMO", memo)
}
OS_RELEASE_FIELDS:append = " BUILD_MEMO"