|
[PATCH] xdpyinfo: upgrade 1.3.2 -> 1.3.3
Why would this be temporary? Do you expect xorg to stop using tar.xz, or do you expect *every* package to move to .xz? I don't see either happening in the short term, so I'd say the solution here woul
Why would this be temporary? Do you expect xorg to stop using tar.xz, or do you expect *every* package to move to .xz? I don't see either happening in the short term, so I'd say the solution here woul
|
By
...
· #164662
·
|
|
Intermittent failure issue summary
<richard.purdie@...> wrote: Patches sent for the keyboard/mouse part. The CD drive is trickier... Ross
<richard.purdie@...> wrote: Patches sent for the keyboard/mouse part. The CD drive is trickier... Ross
|
By
...
· #164636
·
|
|
[PATCH 1/2] qemu: backport a patch to optionally disable i8042 (AT and PS/2) hardware
Backport a patch from upstream (will be in qemu 7.0) to add an option to disable the legacy i8042 support (AT keyboard, PS/2 mouse). These devices are very historical and modern Linux environments use
Backport a patch from upstream (will be in qemu 7.0) to add an option to disable the legacy i8042 support (AT keyboard, PS/2 mouse). These devices are very historical and modern Linux environments use
|
By
...
· #164632
·
|
|
[PATCH 2/2] qemux86-64: disable legacy i8042 (AT keyboard, PS/2 mouse)
These devices are historical, modern Linux will just use the USB devices, and occasionally the init of these devices fails: atkbd serio0: Failed to deactivate keyboard on isa0060/serio0 psmouse serio1
These devices are historical, modern Linux will just use the USB devices, and occasionally the init of these devices fails: atkbd serio0: Failed to deactivate keyboard on isa0060/serio0 psmouse serio1
|
By
...
· #164631
·
|
|
[PATCH] python3-cryptography: backport fix for leaky test
The leaking test case has been fixed upstream, so backport the patch. Signed-off-by: Ross Burton <ross.burton@...> --- .../fix-leak-metric.patch | 36 +++++++++++++++++++ .../skip-leaky-test.patch
The leaking test case has been fixed upstream, so backport the patch. Signed-off-by: Ross Burton <ross.burton@...> --- .../fix-leak-metric.patch | 36 +++++++++++++++++++ .../skip-leaky-test.patch
|
By
...
· #164160
·
|
|
[PATCH 23/23] oeqa/selftest: generalise test_devtool_virtual_kernel_modify
Generalise this test so that it works on more than qemux86-64: - Don't edit a file in arch/x86 to cause a rebuild, instead use init/ - Look for the edits in the build tree, as the deployed kernel coul
Generalise this test so that it works on more than qemux86-64: - Don't edit a file in arch/x86 to cause a rebuild, instead use init/ - Look for the edits in the build tree, as the deployed kernel coul
|
By
...
· #163864
·
|
|
[PATCH 22/23] oeqa/selftest/wic: use self.td instead of get_bb_var to save on bitbake calls
When a test case starts, self.td is populated with all the variables in the data store. Typically this can be used instead of get_bb_var(), which saves a bitbake call per variable lookup. The only cat
When a test case starts, self.td is populated with all the variables in the data store. Typically this can be used instead of get_bb_var(), which saves a bitbake call per variable lookup. The only cat
|
By
...
· #163863
·
|
|
[PATCH 21/23] oeqa/selftest/wic: use os.path.join to join paths
Instead of using string concatenation, use os.path.join. Signed-off-by: Ross Burton <ross.burton@...> --- meta/lib/oeqa/selftest/cases/wic.py | 92 ++++++++++++++--------------- 1 file changed, 46
Instead of using string concatenation, use os.path.join. Signed-off-by: Ross Burton <ross.burton@...> --- meta/lib/oeqa/selftest/cases/wic.py | 92 ++++++++++++++--------------- 1 file changed, 46
|
By
...
· #163862
·
|
|
[PATCH 20/23] oeqa/selftest/wic: rearrange tests
Split the tests into further classes: one which exercises the CLI and doesn't need to build images at all, and another which is just the tests that manipulate existing images. Signed-off-by: Ross Burt
Split the tests into further classes: one which exercises the CLI and doesn't need to build images at all, and another which is just the tests that manipulate existing images. Signed-off-by: Ross Burt
|
By
...
· #163861
·
|
|
[PATCH 19/23] oeqa/selftest/wic: cleanup WicTestCase.setUpLocal
Use os.path.join to construct paths, and invoke bitbake once instead of three times. Signed-off-by: Ross Burton <ross.burton@...> --- meta/lib/oeqa/selftest/cases/wic.py | 12 ++++-------- 1 file c
Use os.path.join to construct paths, and invoke bitbake once instead of three times. Signed-off-by: Ross Burton <ross.burton@...> --- meta/lib/oeqa/selftest/cases/wic.py | 12 ++++-------- 1 file c
|
By
...
· #163860
·
|
|
[PATCH 18/23] oeqa/selftest/oescripts: refactor skipping logic
OEScriptTests currently skips if cairo isn't present, and does a build of core-image-minimal. This is only required for the OEPybootchartguyTests tests, so move that logic there so that the OEListPack
OEScriptTests currently skips if cairo isn't present, and does a build of core-image-minimal. This is only required for the OEPybootchartguyTests tests, so move that logic there so that the OEListPack
|
By
...
· #163859
·
|
|
[PATCH 17/23] oeqa: rationalise skipifqemu decorators
Signed-off-by: Ross Burton <ross.burton@...> --- meta/lib/oeqa/core/decorator/data.py | 44 ++++--------------- meta/lib/oeqa/runtime/cases/boot.py | 2 +- .../oeqa/runtime/cases/ethernet_ip_connman
Signed-off-by: Ross Burton <ross.burton@...> --- meta/lib/oeqa/core/decorator/data.py | 44 ++++--------------- meta/lib/oeqa/runtime/cases/boot.py | 2 +- .../oeqa/runtime/cases/ethernet_ip_connman
|
By
...
· #163858
·
|
|
[PATCH 16/23] oeqa/selftest: tag tests that use runqemu
There may be environments or machines which don't have working runqemu, so tag all of the tests which use runqemu() so that they can be skipped. Signed-off-by: Ross Burton <ross.burton@...> --- me
There may be environments or machines which don't have working runqemu, so tag all of the tests which use runqemu() so that they can be skipped. Signed-off-by: Ross Burton <ross.burton@...> --- me
|
By
...
· #163857
·
|
|
[PATCH 15/23] oeqa/core/decorators/data: improve has_* logic
has_feature() should be splitting the feature string into substrings and then looking for membership instead of looking for simple substrings. has_machine() should be using equality instead of substri
has_feature() should be splitting the feature string into substrings and then looking for membership instead of looking for simple substrings. has_machine() should be using equality instead of substri
|
By
...
· #163856
·
|
|
[PATCH 14/23] oeqa/selftest: remove unused imports
--- meta/lib/oeqa/selftest/cases/_sstatetests_noauto.py | 2 +- meta/lib/oeqa/selftest/cases/binutils.py | 5 +---- meta/lib/oeqa/selftest/cases/buildoptions.py | 2 +- meta/lib/oeqa/selftest/cases/distr
--- meta/lib/oeqa/selftest/cases/_sstatetests_noauto.py | 2 +- meta/lib/oeqa/selftest/cases/binutils.py | 5 +---- meta/lib/oeqa/selftest/cases/buildoptions.py | 2 +- meta/lib/oeqa/selftest/cases/distr
|
By
...
· #163855
·
|
|
[PATCH 13/23] oeqa/core/utils/misc: remove redundant file
This file dates back to 2016. Half of the functions have never been used, the rest are used in one place and have now been replaced. Signed-off-by: Ross Burton <ross.burton@...> --- meta/lib/oeqa/
This file dates back to 2016. Half of the functions have never been used, the rest are used in one place and have now been replaced. Signed-off-by: Ross Burton <ross.burton@...> --- meta/lib/oeqa/
|
By
...
· #163854
·
|
|
[PATCH 12/23] testimage: inline updateTestData()
updateTestData() is just a simple loop that is only used here, so just inline it. Signed-off-by: Ross Burton <ross.burton@...> --- meta/classes/testimage.bbclass | 4 ++-- 1 file changed, 2 inserti
updateTestData() is just a simple loop that is only used here, so just inline it. Signed-off-by: Ross Burton <ross.burton@...> --- meta/classes/testimage.bbclass | 4 ++-- 1 file changed, 2 inserti
|
By
...
· #163853
·
|
|
[PATCH 11/23] oeqa/core/decorator: remove redundant code
There's no need to wrap *tags in a potential list, as *tags will always be a tuple. Signed-off-by: Ross Burton <ross.burton@...> --- meta/lib/oeqa/core/decorator/__init__.py | 11 +++-------- 1 fil
There's no need to wrap *tags in a potential list, as *tags will always be a tuple. Signed-off-by: Ross Burton <ross.burton@...> --- meta/lib/oeqa/core/decorator/__init__.py | 11 +++-------- 1 fil
|
By
...
· #163852
·
|
|
[PATCH 10/23] oeqa/runtime/decorator/package.py: remove use of strToSet
There's no need to use a series of over-generalised functions to just wrap a string in a tuple. Signed-off-by: Ross Burton <ross.burton@...> --- meta/lib/oeqa/runtime/decorator/package.py | 9 ++++
There's no need to use a series of over-generalised functions to just wrap a string in a tuple. Signed-off-by: Ross Burton <ross.burton@...> --- meta/lib/oeqa/runtime/decorator/package.py | 9 ++++
|
By
...
· #163851
·
|
|
[PATCH 09/23] oeqa/selftest/buildoptions: set PACKAGE_CLASSES in test_arch_work_dir_and_export_source
test_arch_work_dir_and_export_source uses the archiver to generate SRPMS, so explicitly set PACKAGE_CLASSES to ensure that package_rpm is used. Signed-off-by: Ross Burton <ross.burton@...> --- met
test_arch_work_dir_and_export_source uses the archiver to generate SRPMS, so explicitly set PACKAGE_CLASSES to ensure that package_rpm is used. Signed-off-by: Ross Burton <ross.burton@...> --- met
|
By
...
· #163850
·
|