Re: [PATCH] general: support CONFIG_SITE being a list of entries

2020-11-11 Thread Zack Weinberg
On Wed, Nov 11, 2020 at 8:33 AM Ross Burton wrote: > > Instead of treating CONFIG_SITE as a single path, treat it as a > space-separated list of paths and load them in order. Thanks. This is simple enough that I don't see any reason not to merge it for 2.70, but could you also update the

[PATCH] general: support CONFIG_SITE being a list of entries

2020-07-15 Thread Ross Burton
From: Ross Burton Instead of treating CONFIG_SITE as a single path, treat it as a space-separated list of paths and load them in order. Also remove the special-casing of entries starting with a dash, this is redundant as they'll be caught by the wildcard case. Finally add a test case to verify

[PATCH] general: support CONFIG_SITE being a list of entries

2020-03-27 Thread Ross Burton
From: Ross Burton Instead of treating CONFIG_SITE as a single path, treat it as a space-separated list of paths and load them in order. Also remove the special-casing of entries starting with a dash, this is redundant as they'll be caught by the wildcard case. Finally add a test case to verify