|
[PATCH v5 6/7] utils: Add cmdline_shebang_wrapper util.
Useful to work around shebang relocation issues, where
shebangs are too long or have arguments in them, thus preventing them
from using the /usr/bin/env shebang.
---
Useful to work around shebang relocation issues, where
shebangs are too long or have arguments in them, thus preventing them
from using the /usr/bin/env shebang.
---
|
By
Paulo Neves
·
#166900
·
|
|
[PATCH v5 5/7] oeqa/selftest: Test staged .la and .pc files
These files are checked by qa_check_staged but there was no
test cases for whether the tests actually worked. Now there
are.
Signed-off-by: Paulo Neves <ptsneves@...>
---
These files are checked by qa_check_staged but there was no
test cases for whether the tests actually worked. Now there
are.
Signed-off-by: Paulo Neves <ptsneves@...>
---
|
By
Paulo Neves
·
#166899
·
|
|
[PATCH v5 4/7] oeqa/selftest: Add test for shebang overflow
Make sure we do not stage any executable with a bigger shebang
than 128. Fixes [1]
[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=11053
Signed-off-by: Paulo Neves <ptsneves@...>
---
Make sure we do not stage any executable with a bigger shebang
than 128. Fixes [1]
[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=11053
Signed-off-by: Paulo Neves <ptsneves@...>
---
|
By
Paulo Neves
·
#166898
·
|
|
[PATCH v5 3/7] insane.bbclass: Make do_qa_staging check shebangs
As reported in the bug report [1], there was no check for shebang
sizes on native scripts and now this is fixed.
The path scope of the qa_staging was increased from just checking
libdir to all the
As reported in the bug report [1], there was no check for shebang
sizes on native scripts and now this is fixed.
The path scope of the qa_staging was increased from just checking
libdir to all the
|
By
Paulo Neves
·
#166897
·
|
|
[PATCH v5 2/7] gtk-doc: Fix potential shebang overflow on gtkdoc-mkhtml2
A native path can cause a shebang overflow on gtkdoc-mkhtml.
Replace it with /usr/bin/env.
Signed-off-by: Paulo Neves <ptsneves@...>
---
meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb | 1 +
1
A native path can cause a shebang overflow on gtkdoc-mkhtml.
Replace it with /usr/bin/env.
Signed-off-by: Paulo Neves <ptsneves@...>
---
meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb | 1 +
1
|
By
Paulo Neves
·
#166896
·
|
|
[PATCH v5 1/7] python: Avoid shebang overflow on python-config.py
The native path may be too big, leading to shebang
overflow. Just use the #!/usr/bin/env python3.
Signed-off-by: Paulo Neves <ptsneves@...>
---
...shebang-overflow-on-python-config.py.patch |
The native path may be too big, leading to shebang
overflow. Just use the #!/usr/bin/env python3.
Signed-off-by: Paulo Neves <ptsneves@...>
---
...shebang-overflow-on-python-config.py.patch |
|
By
Paulo Neves
·
#166895
·
|
|
Yocto Project Status WW42`22
Current Dev Position: YP 4.1 M2
Next Deadline: 11th July 2022 YP 4.1 M2 Build
Next Team Meetings:
Bug Triage meeting Thursday June 16th 7:30 am PDT
Current Dev Position: YP 4.1 M2
Next Deadline: 11th July 2022 YP 4.1 M2 Build
Next Team Meetings:
Bug Triage meeting Thursday June 16th 7:30 am PDT
|
By
Stephen Jolley
·
#166894
·
|
|
Re: [PATCH v4 6/7] utils: Add cmdline_shebang_wrapper util.
You can use bitbake-getvar to see the default FILESPATH, but "files" next to recipe is included by default (I prefer to use BPN directory for slightly faster lookup - unless the files are shared
You can use bitbake-getvar to see the default FILESPATH, but "files" next to recipe is included by default (I prefer to use BPN directory for slightly faster lookup - unless the files are shared
|
By
Martin Jansa
·
#166893
·
|
|
Current high bug count owners for Yocto Project 4.1
All,
Below is the list as of top 41 bug owners as of the end of WW24 of who have open medium or higher bugs and enhancements against YP 4.1. There are 96 possible work days left until the final
All,
Below is the list as of top 41 bug owners as of the end of WW24 of who have open medium or higher bugs and enhancements against YP 4.1. There are 96 possible work days left until the final
|
By
Stephen Jolley
·
#166892
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#166891
·
|
|
Re: [PATCH v4 6/7] utils: Add cmdline_shebang_wrapper util.
Regarding the FILESEXTRAPATHS:prepend i was convinced that ${THISDIR}/files was not automatically added and was needed for the test.awk file. I guess I have been cargo culting for some time on
Regarding the FILESEXTRAPATHS:prepend i was convinced that ${THISDIR}/files was not automatically added and was needed for the test.awk file. I guess I have been cargo culting for some time on
|
By
Paulo Neves
·
#166890
·
|
|
Re: [PATCH v4 6/7] utils: Add cmdline_shebang_wrapper util.
FILESEXTRAPATHS:prepend doesn't seem to be needed and LICENSE is really CLOSED?
FILESEXTRAPATHS:prepend doesn't seem to be needed and LICENSE is really CLOSED?
|
By
Martin Jansa
·
#166889
·
|
|
[PATCH v4 7/7] libcheck: Fix too long shebang for native case.
It requires a shebang wrapper due to the fact that awk interpreter
has an argument.
---
meta/recipes-support/libcheck/libcheck_0.15.2.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git
It requires a shebang wrapper due to the fact that awk interpreter
has an argument.
---
meta/recipes-support/libcheck/libcheck_0.15.2.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git
|
By
Paulo Neves
·
#166888
·
|
|
[PATCH v4 6/7] utils: Add cmdline_shebang_wrapper util.
Useful to work around shebang relocation issues, where
shebangs are too long or have arguments in them, thus preventing them
from using the /usr/bin/env shebang.
---
Useful to work around shebang relocation issues, where
shebangs are too long or have arguments in them, thus preventing them
from using the /usr/bin/env shebang.
---
|
By
Paulo Neves
·
#166887
·
|
|
[PATCH v4 5/7] oeqa/selftest: Test staged .la and .pc files
These files are checked by qa_check_staged but there was no
test cases for whether the tests actually worked. Now there
are.
Signed-off-by: Paulo Neves <ptsneves@...>
---
These files are checked by qa_check_staged but there was no
test cases for whether the tests actually worked. Now there
are.
Signed-off-by: Paulo Neves <ptsneves@...>
---
|
By
Paulo Neves
·
#166886
·
|
|
[PATCH v4 4/7] oeqa/selftest: Add test for shebang overflow
Make sure we do not stage any executable with a bigger shebang
than 128. Fixes [1]
[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=11053
Signed-off-by: Paulo Neves <ptsneves@...>
---
Make sure we do not stage any executable with a bigger shebang
than 128. Fixes [1]
[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=11053
Signed-off-by: Paulo Neves <ptsneves@...>
---
|
By
Paulo Neves
·
#166885
·
|
|
[PATCH v4 3/7] insane.bbclass: Make do_qa_staging check shebangs
As reported in the bug report [1], there was no check for shebang
sizes on native scripts and now this is fixed.
The path scope of the qa_staging was increased from just checking
libdir to all the
As reported in the bug report [1], there was no check for shebang
sizes on native scripts and now this is fixed.
The path scope of the qa_staging was increased from just checking
libdir to all the
|
By
Paulo Neves
·
#166884
·
|
|
[PATCH v4 2/7] gtk-doc: Fix potential shebang overflow on gtkdoc-mkhtml2
A native path can cause a shebang overflow on gtkdoc-mkhtml.
Replace it with /usr/bin/env.
Signed-off-by: Paulo Neves <ptsneves@...>
---
meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb | 1 +
1
A native path can cause a shebang overflow on gtkdoc-mkhtml.
Replace it with /usr/bin/env.
Signed-off-by: Paulo Neves <ptsneves@...>
---
meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb | 1 +
1
|
By
Paulo Neves
·
#166883
·
|
|
[PATCH v4 1/7] python: Avoid shebang overflow on python-config.py
The native path may be too big, leading to shebang
overflow. Just use the #!/usr/bin/env python3.
Signed-off-by: Paulo Neves <ptsneves@...>
---
...shebang-overflow-on-python-config.py.patch |
The native path may be too big, leading to shebang
overflow. Just use the #!/usr/bin/env python3.
Signed-off-by: Paulo Neves <ptsneves@...>
---
...shebang-overflow-on-python-config.py.patch |
|
By
Paulo Neves
·
#166882
·
|
|
Re: [PATCH v3] archiver: avoid race conditions when using multiconfig and sharing the same TMPDIR
Jose Quaresma via lists.openembedded.org <quaresma.jose=gmail.com@...> escreveu no dia segunda, 13/06/2022 à(s) 23:12:
I was wrong in my last analizes, the only task of gcc-sources that is used by
Jose Quaresma via lists.openembedded.org <quaresma.jose=gmail.com@...> escreveu no dia segunda, 13/06/2022 à(s) 23:12:
I was wrong in my last analizes, the only task of gcc-sources that is used by
|
By
Jose Quaresma
·
#166881
·
|