[OE-core] [dunfell][PATCH] populate_sdk_ext.bbclass: only overwrite lsb string if uninative is used

2024-04-15 Thread Timon Bergelt via lists.openembedded.org
Overwriting the lsb string without inheriting from uninative causes shared state cache entries to end up in the wrong path where they are not beeing picked up by the extensible SDK environment. Signed-off-by: Timon Bergelt --- meta/classes/populate_sdk_ext.bbclass | 2 +- 1 file changed, 1

[OE-core] [PATCH] populate_sdk_ext.bbclass: only overwirte lsb string if uninative is used

2024-03-28 Thread Timon Bergelt via lists.openembedded.org
Overwriting the lsb string without inheriting from uninative causes shared state cache entries to end up in the wrong path where they are not beeing picked up by the extensible SDK environment. Signed-off-by: Timon Bergelt --- meta/classes-recipe/populate_sdk_ext.bbclass | 2 +- 1 file changed,