[OE-core] ✗ patchtest: failure for linux-libc-headers: Fix build failure by using fixed input and output files instead of pipe

2018-12-24 Thread Patchwork
== Series Details == Series: linux-libc-headers: Fix build failure by using fixed input and output files instead of pipe Revision: 1 URL : https://patchwork.openembedded.org/series/15461/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is a

[OE-core] [PATCH] linux-libc-headers: Fix build failure by using fixed input and output files instead of pipe

2018-12-24 Thread He Zhe
This is an amendment for 2322dc4 "linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe" which moves just the temporary input file from /tmp to build directory. But the build directory may not in the same file system with the output file, /dev/null, either and thus ma

[OE-core] [PATCH] binutils: Upgrade to latest on 2.31 release branch

2018-12-24 Thread Khem Raj
* Append minor version to PV so recipe checker is happy * Drop upstreamed patches * Remove changelog from CVE patches, they dont apply and are in patch log anyway Signed-off-by: Khem Raj --- .../binutils/binutils-2.31.inc| 8 +- ...-for-input-file-matching-output-file.patch |

Re: [OE-core] [thud][PATCH v2] createrepo-c: Fix setup of logging (log domains)

2018-12-24 Thread Zheng, Ruoqin
Hi Ross This patch is just for thud. -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com > -Original Message- > From

[OE-core] ✗ patchtest: failure for "scripts/test-case-mgmt: store ..." and 1 more

2018-12-24 Thread Patchwork
== Series Details == Series: "scripts/test-case-mgmt: store ..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/15457/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH 2/2] script/lib/testcasemgmt/manualexecution.py : manual helper script with bare-minimum function

2018-12-24 Thread Yeoh Ee Peng
From: Mazliana Manual execution script is a helper script to execute all manual test cases in baseline command, which consists of user guideline steps and the expected results. The last step will ask user to provide their input to execute result. The input options are passed/failed/blocked/ski

[OE-core] [PATCH 1/2] scripts/test-case-mgmt: store test result and reporting

2018-12-24 Thread Yeoh Ee Peng
These scripts were developed as an alternative test case management tool to Testopia. Using these scripts, user can manage the testresults.json files generated by oeqa automated tests. Using the "store" operation, user can store multiple testresults.json files under different directories (eg. categ