[OE-core] [PATCH] devtool: modify: don't accidentally override existing source tree

2024-09-30 Thread Roland Hieber
nd prompt the user to specify '--no-extract' if this source tree should be used. Signed-off-by: Roland Hieber --- Note: this patch was developed on kirkstone and will probably also apply on scarthgap. scripts/lib/devtool/standard.py | 4 1 file changed, 4 insertions(+) diff --gi

[OE-core] [PATCH] devtool: error out when workspace is using old override syntax

2022-07-23 Thread Roland Hieber
ow to solve it. Signed-off-by: Roland Hieber --- Poky maintainers: this should apply to kirkstone and honister as well. --- scripts/devtool | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/scripts/devtool b/scripts/devtool index af4811b9221b..20d785c7f79c 100755 --- a/sc