[OE-core] [scarthgap][PATCH 1/2] devtool: standard: update-recipe/finish: fix update localfile in another layer

2024-05-15 Thread Jeff Harris
^ AttributeError: 'str' object has no attribute 'get' This was introduced when adding support for git submodules. No selftest case exists to catch this, so a selftest will be added in another commit. (From OE-Core rev: de7ca9f800e15e10271502da7e51e3ae08e0c85b) Si

[OE-core] [scarthgap][PATCH 2/2] oeqa/selftest/devtool: add test for updating local files into another layer

2024-05-15 Thread Jeff Harris
7a297) Signed-off-by: Julien Stephan Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Jeff Harris --- meta/lib/oeqa/selftest/cases/devtool.py | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/devtool.

[OE-core] [scarthgap][PATCH 0/2] Port devtool update-recipe/finish fix to scarthgap

2024-05-15 Thread Jeff Harris
Cherry-pick the fixes by Julien Stephan in master to the scarthgap branch. Verified 'oe-selftest -r devtool' succeeds Julien Stephan (2): devtool: standard: update-recipe/finish: fix update localfile in another layer oeqa/selftest/devtool: add test for updating local files into another