|
[meta-browser] Chromium build Dependency to native libatomic
Hi, Is there a fix/patch to chromium-x11 (meta-browser) failing to build `yocto_native/brotli`. This happens on Centos 8 where libatomic is not necessarily present on the host. as far as i know, libat
Hi, Is there a fix/patch to chromium-x11 (meta-browser) failing to build `yocto_native/brotli`. This happens on Centos 8 where libatomic is not necessarily present on the host. as far as i know, libat
|
By
Yi Fan Yu
· #52032
·
|
|
[ptest-runner][PATCH] util.c: remove the usage of pipe for parent/child communication
If the output of the testing script is very large, the fwrite called by the parent in wait_child would start blocking. That would slow down the parent speed in clearing the pipe buffer. This is an iss
If the output of the testing script is very large, the fwrite called by the parent in wait_child would start blocking. That would slow down the parent speed in clearing the pipe buffer. This is an iss
|
By
Yi Fan Yu
· #52206
·
|
|
[ptest-runner][PATCH] util.c: remove the usage of pipe for parent/child communication
i didn't spend too much time getting the patch to look nice. It is just a proposal because this seems to be the root cause of a seemingly ... unrelated bug. https://bugzilla.yoctoproject.org/show_bug.
i didn't spend too much time getting the patch to look nice. It is just a proposal because this seems to be the root cause of a seemingly ... unrelated bug. https://bugzilla.yoctoproject.org/show_bug.
|
By
Yi Fan Yu
· #52207
·
|
|
#yocto CORE_IMAGE_EXTRA_INSTALL Where can I find a list of valid package names?
#yocto
new here, pointing out of the obvious? website https://layers.openembedded.org/
new here, pointing out of the obvious? website https://layers.openembedded.org/
|
By
Yi Fan Yu
· #52245
·
|
|
[error-report-web][PATCH] parser: make contains_tag ignore non-str fields
if `MACHINE` is set to False (in a selftest build), contains_tags should skip that field instead of searching for the character '<'. [YOCTO #14208] Signed-off-by: Yi Fan Yu <yifan.yu@...> --
if `MACHINE` is set to False (in a selftest build), contains_tags should skip that field instead of searching for the character '<'. [YOCTO #14208] Signed-off-by: Yi Fan Yu <yifan.yu@...> --
|
By
Yi Fan Yu
· #52297
·
|
|
[error-report-web][PATCH] Update to be compatible with python3.5
mostly changed the way to access request.GET also tested on python2.7 to be backward compatible Signed-off-by: Yi Fan Yu <yifan.yu@...> --- Post/parser.py | 2 +- Post/views.py | 14 +++++++--
mostly changed the way to access request.GET also tested on python2.7 to be backward compatible Signed-off-by: Yi Fan Yu <yifan.yu@...> --- Post/parser.py | 2 +- Post/views.py | 14 +++++++--
|
By
Yi Fan Yu
· #52445
·
|
|
[error-report-web][PATCH] parser: make contains_tag ignore non-str fields
RP, if you want to get this merged too that would be great. yifan
RP, if you want to get this merged too that would be great. yifan
|
By
Yi Fan Yu
· #52446
·
|
|
[error-report-web] [PATCH] Post/parser: Use bleach to sanitse XSS input
would need to add that to `requirements.txt` i tested it quickly and it gave me bleach not found would it make more sense to bleach/sanitize the raw data before it got parsed into a json object so eve
would need to add that to `requirements.txt` i tested it quickly and it gave me bleach not found would it make more sense to bleach/sanitize the raw data before it got parsed into a json object so eve
|
By
Yi Fan Yu
· #52828
·
|
|
[ptest-runner][PATCH 4/4] utils.c: wait_child reimplement timeout using alarm
TY for the patches. This would change its behaviour to timeout exactly at X seconds. New behaviour: if test exceeds X seconds, gets killed. Old behaviour: if test exceeds X seconds with no output, get
TY for the patches. This would change its behaviour to timeout exactly at X seconds. New behaviour: if test exceeds X seconds, gets killed. Old behaviour: if test exceeds X seconds with no output, get
|
By
Yi Fan Yu
· #52838
·
|
|
[ptest-runner][PATCH 1/2] Add support to specify timeout by ptest
I don't see a huge amount of use of `timeout-ptest` since many tests I looked at have their own timeout mechanism built-in to individual tests (OR we have patched in... ex: valgrind). This has the adv
I don't see a huge amount of use of `timeout-ptest` since many tests I looked at have their own timeout mechanism built-in to individual tests (OR we have patched in... ex: valgrind). This has the adv
|
By
Yi Fan Yu
· #52841
·
|
|
[ptest-runner][PATCH 4/4v2] utils.c: wait_child reimplement timeout using alarm
LGTM, solves my bug and my issue with the old timeout behaviour. I tested glib-2.0 with the extra debugging output. It works. Also doesn't timeout. --- I looked at https://linux.die.net/man/2/alarm I
LGTM, solves my bug and my issue with the old timeout behaviour. I tested glib-2.0 with the extra debugging output. It works. Also doesn't timeout. --- I looked at https://linux.die.net/man/2/alarm I
|
By
Yi Fan Yu
· #52936
·
|
|
[PATCH] [yocto-autobuilder-helper 1/2] config.json: Add default MACHINE qemux86-64
This is the default oe-core MACHINE value. Prevent error-reporting tool to report simply False. It was seen in check-layer where the MACHINE wasn't specified. [YOCTO #14208] Signed-off-by: Yi Fan Yu <
This is the default oe-core MACHINE value. Prevent error-reporting tool to report simply False. It was seen in check-layer where the MACHINE wasn't specified. [YOCTO #14208] Signed-off-by: Yi Fan Yu <
|
By
Yi Fan Yu
· #53181
·
|
|
[PATCH] [yocto-autobuilder-helper 2/2] scripts/utils.py: Add reporting for yocto-check-layer
The default behavior is to look for a bitbake command, which fails and produces a confusing output of [-1:]. [YOCTO #14208] Signed-off-by: Yi Fan Yu <yifan.yu@...> --- scripts/utils.py | 3 +
The default behavior is to look for a bitbake command, which fails and produces a confusing output of [-1:]. [YOCTO #14208] Signed-off-by: Yi Fan Yu <yifan.yu@...> --- scripts/utils.py | 3 +
|
By
Yi Fan Yu
· #53182
·
|
|
[PATCH] [yocto-autobuilder-helper 1/2] config.json: Add default MACHINE qemux86-64
+cc RP
By
Yi Fan Yu
· #53222
·
|