Re: [U-Boot] [PATCH 1/2] tools: moveconfig: support wildcards in --defconfigs file

2016-10-18 Thread Joe Hershberger
On Tue, Oct 18, 2016 at 2:23 PM, Tom Rini wrote: > On Wed, Oct 19, 2016 at 01:14:58AM +0900, Masahiro Yamada wrote: >> 2016-10-17 5:15 GMT+09:00 Tom Rini : >> > On Mon, Oct 17, 2016 at 02:17:22AM +0900, Masahiro Yamada wrote: >> > I don't see error handling in the case of files (and now globs) not

Re: [U-Boot] [PATCH 1/2] tools: moveconfig: support wildcards in --defconfigs file

2016-10-18 Thread Tom Rini
On Wed, Oct 19, 2016 at 01:14:58AM +0900, Masahiro Yamada wrote: > 2016-10-17 5:15 GMT+09:00 Tom Rini : > > On Mon, Oct 17, 2016 at 02:17:22AM +0900, Masahiro Yamada wrote: > > > >> Supporting shell-style wildcards for the --defconfigs option will be > >> useful to run the moveconfig tool against a

Re: [U-Boot] [PATCH 1/2] tools: moveconfig: support wildcards in --defconfigs file

2016-10-18 Thread Masahiro Yamada
2016-10-17 5:15 GMT+09:00 Tom Rini : > On Mon, Oct 17, 2016 at 02:17:22AM +0900, Masahiro Yamada wrote: > >> Supporting shell-style wildcards for the --defconfigs option will be >> useful to run the moveconfig tool against a specific platform. For >> example, "uniphier*" in the file passed by --de

Re: [U-Boot] [PATCH 1/2] tools: moveconfig: support wildcards in --defconfigs file

2016-10-16 Thread Tom Rini
On Mon, Oct 17, 2016 at 02:17:22AM +0900, Masahiro Yamada wrote: > Supporting shell-style wildcards for the --defconfigs option will be > useful to run the moveconfig tool against a specific platform. For > example, "uniphier*" in the file passed by --defconfigs option will > be expanded to defco