blob: 33d434afb59be2aee190d8c9bb5fa3370a364b48 [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"