|
[PATCH] libx11: upgrade 1.7.3.1 -> 1.7.5
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../xorg-lib/{libx11_1.7.3.1.bb => libx11_1.7.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../xorg-lib/{libx11_1.7.3.1.bb => libx11_1.7.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#164068
·
|
|
[PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6
Changelog:
=========
Fix: hide symbols erroneously exported in 2.13.5
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.6.bb} | 2 +-
1
Changelog:
=========
Fix: hide symbols erroneously exported in 2.13.5
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.6.bb} | 2 +-
1
|
By
wangmy
·
#164067
·
|
|
[PATCH] libsoup: upgrade 3.0.5 -> 3.0.6
Changelog:
=========
* Misc HTTP/2 fixes
* Add PUT/POST support to examples/get
* Add `--user-agent` option to examples/get
* Misc meson improvements
* Fix build with Visual Studio
Signed-off-by:
Changelog:
=========
* Misc HTTP/2 fixes
* Add PUT/POST support to examples/get
* Add `--user-agent` option to examples/get
* Misc meson improvements
* Fix build with Visual Studio
Signed-off-by:
|
By
wangmy
·
#164066
·
|
|
[PATCH] ghostscript: upgrade 9.55.0 -> 9.56.1
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{ghostscript_9.55.0.bb => ghostscript_9.56.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{ghostscript_9.55.0.bb => ghostscript_9.56.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#164065
·
|
|
[PATCH] freetype: upgrade 2.11.1 -> 2.12.0
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../freetype/{freetype_2.11.1.bb => freetype_2.12.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../freetype/{freetype_2.11.1.bb => freetype_2.12.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#164064
·
|
|
Re: [PATCH v2 3/3] apt: add apt selftest to test signed package feeds
I was easily able to reproduce this locally and it shows the
setup_source_config_for_package_install() step fails and hence the sources
aren't setup correctly, hence the update probably works.
We can
I was easily able to reproduce this locally and it shows the
setup_source_config_for_package_install() step fails and hence the sources
aren't setup correctly, hence the update probably works.
We can
|
By
Richard Purdie
·
#164063
·
|
|
Re: [PATCH v2 3/3] apt: add apt selftest to test signed package feeds
Hello,
I missed it at the time but I believe this is also the cause of:
https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/3352/steps/15/logs/stdio
ERROR: package-index-1.0-r0
Hello,
I missed it at the time but I believe this is also the cause of:
https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/3352/steps/15/logs/stdio
ERROR: package-index-1.0-r0
|
By
Alexandre Belloni
·
#164062
·
|
|
Re: [PATCH] Added quotes around variables to prevent word splitting in the oe-init-build-env/oe-setup-builddir shell scripts.
Hi Richard,
I am happy to have made a positive addition.
Thanks
Hi Richard,
I am happy to have made a positive addition.
Thanks
|
By
Abongwa Amahnui Bonalais
·
#164061
·
|
|
Re: [PATCH] Added quotes around variables to prevent word splitting in the oe-init-build-env/oe-setup-builddir shell scripts.
Yes, I did merge it to master with a small fix to the subject line to clarify
where the patch was being applied to.
Cheers,
Richard
Yes, I did merge it to master with a small fix to the subject line to clarify
where the patch was being applied to.
Cheers,
Richard
|
By
Richard Purdie
·
#164060
·
|
|
Re: [PATCH] pseudo: Update to latest to fix link handling
Hi,
I'm sorry, I forgot to send my patch to the ML after build testing but
this is already in master.
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel
Hi,
I'm sorry, I forgot to send my patch to the ML after build testing but
this is already in master.
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel
|
By
Alexandre Belloni
·
#164059
·
|
|
Re: [PATCH] Added quotes around variables to prevent word splitting in the oe-init-build-env/oe-setup-builddir shell scripts.
Hi Richard
I presume it is a good change since the user will know what is wrong and be able to fix it.
Hi Richard
I presume it is a good change since the user will know what is wrong and be able to fix it.
|
By
Abongwa Amahnui Bonalais
·
#164058
·
|
|
Re: [PATCH] Added quotes around variables to prevent word splitting in the oe-init-build-env/oe-setup-builddir shell scripts.
The issue was that you couldn't reach that error message if you had a space in
the build path. This change allows you to reach the sanity check!
Cheers,
Richard
The issue was that you couldn't reach that error message if you had a space in
the build path. This change allows you to reach the sanity check!
Cheers,
Richard
|
By
Richard Purdie
·
#164057
·
|
|
Re: Including kernel-devsrc to the SDK while using INCOMPATIBLE_LICENSE
So for anyone that stumbles across this issue it looks like I was
using the kernel-devsrc in the wrong way.
It seems like it is more for kernel module development done on the
target. I was more
So for anyone that stumbles across this issue it looks like I was
using the kernel-devsrc in the wrong way.
It seems like it is more for kernel module development done on the
target. I was more
|
By
Mans Zigher
·
#164056
·
|
|
Re: [PATCH] Added quotes around variables to prevent word splitting in the oe-init-build-env/oe-setup-builddir shell scripts.
Hi Qi
Thanks for the clarity, Therefore there is no need to put whitespaces in qoutes if it will be checked for and an error message reported concerning it in future.
That means we just have to let
Hi Qi
Thanks for the clarity, Therefore there is no need to put whitespaces in qoutes if it will be checked for and an error message reported concerning it in future.
That means we just have to let
|
By
Abongwa Amahnui Bonalais
·
#164055
·
|
|
Re: [PATCH] Added quotes around variables to prevent word splitting in the oe-init-build-env/oe-setup-builddir shell scripts.
Whitespace is not a valid char in builddir. There's sanity check for this in sanity.bbclass:
if val.find(' ') != -1:
status.addresult("Error, you have a space in your %s
Whitespace is not a valid char in builddir. There's sanity check for this in sanity.bbclass:
if val.find(' ') != -1:
status.addresult("Error, you have a space in your %s
|
By
Chen Qi
·
#164054
·
|
|
[PATCH] pseudo: Update to latest to fix link handling
Update to latest version of pseudo which includes a fix to handle
absolute links correctly. This fixes ldconfig failures in OE builds
when rootfs contains absolute links.
Signed-off-by: Chaitanya
Update to latest version of pseudo which includes a fix to handle
absolute links correctly. This fixes ldconfig failures in OE builds
when rootfs contains absolute links.
Signed-off-by: Chaitanya
|
By
Chaitanya Vadrevu
·
#164053
·
|
|
Re: [PATCH][dunfell] zlib: backport the fix for CVE-2018-25032
Hello Ross,
It seems there _might_ be another patch needed.
https://github.com/madler/zlib/issues/605
https://github.com/madler/zlib/commit/4346a16853e19b45787ce933666026903fb8f3f8.patch
I can't
Hello Ross,
It seems there _might_ be another patch needed.
https://github.com/madler/zlib/issues/605
https://github.com/madler/zlib/commit/4346a16853e19b45787ce933666026903fb8f3f8.patch
I can't
|
By
Jeroen Hofstee
·
#164052
·
|
|
Re: meta: scripts - relocation script adapted to support big-endian machines
We came to the conclusion that this patch was the culprit and has been
reverted for now. The issue seems to be that this change doesn't change
the taskhash and something else is causing a rebuild.
--
We came to the conclusion that this patch was the culprit and has been
reverted for now. The issue seems to be that this change doesn't change
the taskhash and something else is causing a rebuild.
--
|
By
Alexandre Belloni
·
#164051
·
|
|
[PATCH] Added quotes around variables to prevent word splitting in the oe-init-build-env/oe-setup-builddir shell scripts.
Used shellcheck to add quotes to the variables. This is to make sure that
directories with names that have space between, such as "Desktop/projects/test repo/poky"
will not be considered as 2
Used shellcheck to add quotes to the variables. This is to make sure that
directories with names that have space between, such as "Desktop/projects/test repo/poky"
will not be considered as 2
|
By
Abongwa Amahnui Bonalais
·
#164050
·
|
|
[PATCH] depmodwrapper-cross: Fix missing $
Signed-off-by: Saul Wold <saul.wold@...>
---
meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Signed-off-by: Saul Wold <saul.wold@...>
---
meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Saul Wold
·
#164049
·
|