[oe] [meta-oe][PATCH] smartmontools: Remove obsolete setting regarding the Standard Output

2020-09-22 Thread Yu, Mingli
From: Mingli Yu The Standard output type "syslog" is obsolete, causing a warning since systemd version 246 [1]. Please consider using "journal" or "journal+console" [1] https://github.com/systemd/systemd/blob/master/NEWS#L202 Signed-off-by: Mingli Yu ---

[oe] [meta-oe][PATCH] ace : improve reproducibility

2020-09-22 Thread Lee Chee Yang
From: Lee Chee Yang improve ace and ace-dbg package reproducibility. some diffoscope output from deb package : │ │ │ │ - 0xc860 75696c64 2d636c61 6e672f74 6d702f77 uild-clang/tmp/w │ │ │ │ - 0xc870 6f726b2f 736b796c 616b652d 36342d70 ork/skylake-64-p │ │ │ │ - 0xc880 6f6b792d

[oe] [meta-oe][PATCH] libssh2: enable ptest

2020-09-22 Thread Sakib Sajal
Signed-off-by: Sakib Sajal --- meta-oe/recipes-support/libssh2/files/run-ptest | 7 +++ .../recipes-support/libssh2/libssh2_1.9.0.bb| 17 - 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-support/libssh2/files/run-ptest diff --git

[oe] [meta-python][PATCH v3] packagegroup-meta-python: -jinja2 -markupsafe => ptest

2020-09-22 Thread Tim Orling
From: Tim Orling The main recipes for python3-jinja2 and python3-markupsafe have moved to oe-core. No need to duplicate them here. Instead, we add them to meta-python3-ptest sub-package, since we do enable ptest with bbappends. Signed-off-by: Tim Orling --- Change in v2: rebase on master,

[oe] [meta-python][PATCH v2] packagegroup-meta-python: -jinja2 -markupsafe => ptest

2020-09-22 Thread Tim Orling
From: Tim Orling The main recipes for python3-jinja2 and python3-markupsafe have moved to oe-core. No need to duplicate them here. Instead, we add them to meta-python3-ptest sub-package, since we do enable ptest with bbappends. Signed-off-by: Tim Orling ---