Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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)
|
||||
}
|
||||
|
||||
IMAGE_TYPE = "${GBMC_CONFIG}"
|
||||
GBMC_TARGET_MACHINE ?= "${MACHINE}"
|
||||
|
||||
OS_RELEASE_FIELDS:append:gbmc = " BUILD_MEMO IMAGE_TYPE GBMC_TARGET_MACHINE"
|
||||
Reference in New Issue
Block a user