Re: [PATCH 2/2] build/DTC: fix sed usage in DTC command

2021-02-25 Thread Tom Rini
On Sat, Feb 13, 2021 at 11:06:32AM +0100, Roger Pau Monne wrote: > Current sed usage in the DTC command relies on GNU sed specific -i > option which has a slightly different syntax for BSD sed and always > expects an extension to be provided in order to create a backup file. > > Instead drop the

Re: [PATCH 2/2] build/DTC: fix sed usage in DTC command

2021-02-22 Thread Roger Pau Monné
Ping? On Sat, Feb 13, 2021 at 11:06:32AM +0100, Roger Pau Monne wrote: > Current sed usage in the DTC command relies on GNU sed specific -i > option which has a slightly different syntax for BSD sed and always > expects an extension to be provided in order to create a backup file. > > Instead

Re: [PATCH 2/2] build/DTC: fix sed usage in DTC command

2021-02-13 Thread Warner Losh
On Sat, Feb 13, 2021 at 3:06 AM Roger Pau Monne wrote: > Current sed usage in the DTC command relies on GNU sed specific -i > option which has a slightly different syntax for BSD sed and always > expects an extension to be provided in order to create a backup file. > > Instead drop the cat

[PATCH 2/2] build/DTC: fix sed usage in DTC command

2021-02-13 Thread Roger Pau Monne
Current sed usage in the DTC command relies on GNU sed specific -i option which has a slightly different syntax for BSD sed and always expects an extension to be provided in order to create a backup file. Instead drop the cat concatenation done before the sed call and use sed itself to edit and