diff options
Diffstat (limited to 'meta/classes/tinderclient.bbclass')
| -rw-r--r-- | meta/classes/tinderclient.bbclass | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/meta/classes/tinderclient.bbclass b/meta/classes/tinderclient.bbclass index d36ef0b343..3f5183cc8f 100644 --- a/meta/classes/tinderclient.bbclass +++ b/meta/classes/tinderclient.bbclass | |||
| @@ -60,7 +60,18 @@ def tinder_format_http_post(d,status,log): | |||
| 60 | "os" : os.uname()[0], | 60 | "os" : os.uname()[0], |
| 61 | "os_version" : os.uname()[2], | 61 | "os_version" : os.uname()[2], |
| 62 | "compiler" : "gcc", | 62 | "compiler" : "gcc", |
| 63 | "clobber" : data.getVar('TINDER_CLOBBER', d, True) | 63 | "clobber" : data.getVar('TINDER_CLOBBER', d, True), |
| 64 | "srcdate" : data.getVar('SRCDATE', d, True), | ||
| 65 | "PN" : data.getVar('PN', d, True), | ||
| 66 | "PV" : data.getVar('PV', d, True), | ||
| 67 | "PR" : data.getVar('PR', d, True), | ||
| 68 | "FILE" : data.getVar('FILE', d, True) or "N/A", | ||
| 69 | "TARGETARCH" : data.getVar('TARGET_ARCH', d, True), | ||
| 70 | "TARGETFPU" : data.getVar('TARGET_FPU', d, True) or "Unknown", | ||
| 71 | "TARGETOS" : data.getVar('TARGET_OS', d, True) or "Unknown", | ||
| 72 | "MACHINE" : data.getVar('MACHINE', d, True) or "Unknown", | ||
| 73 | "DISTRO" : data.getVar('DISTRO', d, True) or "Unknown", | ||
| 74 | "zecke-rocks" : "sure", | ||
| 64 | } | 75 | } |
| 65 | 76 | ||
| 66 | # optionally add the status | 77 | # optionally add the status |
