[OE-core] [poky][meta][PATCH] package_manager.py: handle renamed packages for PACKAGE_EXCLUDE with opkg

2019-06-03 Thread Aditya Tayade
From: Michael Ho The PACKAGE_EXCLUDE variable is used to pass a list of packages to be forbidden from installation with opkg. This list however does not account normally for the renaming of packages which can occur (for example when the debian bbclass is enabled, packages with libs are renamed fr

[OE-core] [meta][PATCH] run-ptest: use error handling for useradd and userdel

2019-03-25 Thread Aditya Tayade
Error handling in shell scripts is too easy to forget and get wrong. It is possible to check every external command for return values but it is better to use a generic setting which halts execution of the script on any failures. Upstream-Status: Pending Signed-off-by: Aditya Tayade --- meta

[OE-core] [poky][meta][sumo][PATCH] run-ptest: fix testcase test-names failure

2019-03-04 Thread Aditya Tayade
Signed-off-by: Aditya Tayade --- meta/recipes-core/dbus/dbus/run-ptest | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/dbus/dbus/run-ptest b/meta/recipes-core/dbus/dbus/run-ptest index 8a8970e..444ef4a 100755 --- a/meta/recipes-core/dbus/dbus/run-ptest +++ b/meta/recipes

[OE-core] [poky][meta][sumo][PATCH] lighttpd: added ptest

2019-03-04 Thread Aditya Tayade
Reused lighttpd internal tests and did minimal patching to fix paths. Upstream-Status: Pending Signed-off-by: Aditya Tayade --- ...-use-standard-sbin-and-lib-path-for-ptest.patch | 37 meta/recipes-extended/lighttpd/lighttpd/run-ptest | 4 ++ meta/recipes-extended/lighttpd

[OE-core] [meta-oe][sumo][PATCH] run-ptest: supplied user inputs to add_person_cpp

2019-03-04 Thread Aditya Tayade
During protobuf-ptest execution, add_person_cpp waits for user inputs to write data into test.data file. Fixed this by supplying dummy data through standard input. Upstream-Status: Pending Signed-off-by: Aditya Tayade --- meta-oe/recipes-devtools/protobuf/protobuf/run-ptest | 2 +- 1 file