
On 09/01/19 15:56, Chris Spencer wrote:
[CC'd the list this time..]
On Wed, 9 Jan 2019 at 13:56, Stefano Babic sbabic@denx.de wrote:
Sorry, I was on holidays and afterwards I have to resume some work in office ;-)
I am now looking for which patches should be merged in release and I will pick them up.
Hi Stefano,
If I may make my own (selfish) suggestion, these are the patches I am applying against my local tree to get things working with my i.MX8MQ-EVK:
I have seen this patch to solve "bashism", I confess I had to think about what is it. "=" instead of "==" is quite unnatural for me, but yes, first thing I do on a new installed system is to run alternative and set bash as shell.
Anyway, if this is required, it must be solved globally on the project. What about for example scripts/setlocalversion ?
if [ "`hg log -r . --template '{latesttagdistance}'`" == "1" ]; then
I guess there are some other examples in the project. Personally, I tend to reject this one, until one goal is to support the major number of shells or there will be a list of supported shell (as far as I know, we have not even a list of supported distros).
I do not disgregate this, it just under observation - I cannot reproduce even with more threads.
This is superseeded, I take V2:
https://patchwork.ozlabs.org/patch/1019326/
Would be nice if these could be squeezed into v2019.01. :)
Best regards, Stefano