mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
classes: Sync with OE - mainly quoting fixes or other minor updates
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@885 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -60,7 +60,18 @@ def tinder_format_http_post(d,status,log):
|
||||
"os" : os.uname()[0],
|
||||
"os_version" : os.uname()[2],
|
||||
"compiler" : "gcc",
|
||||
"clobber" : data.getVar('TINDER_CLOBBER', d, True)
|
||||
"clobber" : data.getVar('TINDER_CLOBBER', d, True),
|
||||
"srcdate" : data.getVar('SRCDATE', d, True),
|
||||
"PN" : data.getVar('PN', d, True),
|
||||
"PV" : data.getVar('PV', d, True),
|
||||
"PR" : data.getVar('PR', d, True),
|
||||
"FILE" : data.getVar('FILE', d, True) or "N/A",
|
||||
"TARGETARCH" : data.getVar('TARGET_ARCH', d, True),
|
||||
"TARGETFPU" : data.getVar('TARGET_FPU', d, True) or "Unknown",
|
||||
"TARGETOS" : data.getVar('TARGET_OS', d, True) or "Unknown",
|
||||
"MACHINE" : data.getVar('MACHINE', d, True) or "Unknown",
|
||||
"DISTRO" : data.getVar('DISTRO', d, True) or "Unknown",
|
||||
"zecke-rocks" : "sure",
|
||||
}
|
||||
|
||||
# optionally add the status
|
||||
|
||||
Reference in New Issue
Block a user