Re: [RFC PATCH] ext-toolchain: add C wrapper for external toolchain

2021-03-03 Thread Ye Holmes
_FIXUP configuration, and the issue disappears. However, I think the solution I proposed might not be the best one, and the issue should be looked into more closely. Signed-off-by: Ye Holmes --- scripts/ext-toolchain.sh | 70 +-- toolchain/Config.in |

Re: [PATCH] treewide: remove execute bit and shebang from board.d files

2021-02-26 Thread Ye Holmes
On Fri, 26 Feb 2021 14:52:07 +0100, Adrian Schmutzler wrote: > Can somebody enlighten me what we achieve with the $() enclosing > the sourcing command? Compared to the results a moment ago, $(. XXX) does try to evaluate output from XXX script: root@OpenWrt:/# cat /tmp/source.sh #!/bin/sh $(. /tmp

Re: [PATCH] treewide: remove execute bit and shebang from board.d files

2021-02-26 Thread Ye Holmes
Very interesting indeed. I find the mailing-list is really good place where developers can learn a variety of stuff. I tested the two scripts with bash, the results are effectively the same. It seems that $(. XXX) does try to evaluate the output from XXX, but does not do it very well. --- root@Ope

[RFC PATCH] ext-toolchain: add C wrapper for external toolchain

2021-02-22 Thread Ye Holmes
ly from someone new to openwrt such as me, I would like to hear some comments about the patch, and I would be very happy and grateful if someday the patch could be merged. Last but not least, the patch is intended to supersede two other patches: http://patchwork.ozlabs.org/project/openwrt/patch

Re: [PATCH v3] openpgm: Add Pragmatic General Multicast library

2021-02-22 Thread Ye Holmes
thub PR, I will examine twice about where to send patches next time, thank you very much! Please help mark another related thread as Not Applicable, if convenient: http://patchwork.ozlabs.org/project/openwrt/patch/me1pr01mb0817192927631f9e74e124b0d0...@me1pr01mb0817.ausprd01.prod.outlook.com/

[PATCH v3] openpgm: Add Pragmatic General Multicast library

2021-02-10 Thread Ye Holmes
OpenPGM is a library implementing the PGM reliable multicast network protocol; The famous messaging library ZMQ has an optional dependency on OpenPGM, with OpenPGM enabled, we can foster the development of multicast network applications. Signed-off-by: Ye Holmes --- On Dienstag, 9. Februar 2021

Re: [PATCH v2] openpgm: Add Pragmatic General Multicast library

2021-02-08 Thread Ye Holmes
openpgm: Add Pragmatic General Multicast library Signed-off-by: Ye Holmes --- Sorry for the late reply; I found the messages in the "Junk" section from my thunderbird email client, my bad, :) On Sun, 7 Feb 2021 21:31:45 +, Paul Spooren wrote: > Can't this package go to pac

[PATCH] scripts/ext-toolchain.sh: modify ar/ranlib scripts

2021-01-04 Thread Ye Holmes
Modify external toolchain scripts `PREFIX-ar and `PREFIX-ranlib to handle object files compiled with LTO enabled; and simplify external toolchain scripts `PREFIX-gcc-ar and `PREFIX-gcc-ranlib to avoid failing to create static library archives. Signed-off-by: Ye Holmes --- Using external prebuilt