[OE-core] [PATCH 1/3] buildtools-tarball: Handle spaces within user $PATH

2023-03-09 Thread Mickael Laventure
From: Kenfe-Mickael Laventure The environment-setup script generated by the recipe was not quoting the user existing PATH when updating it causing the export command to fail. Add necessary double quotes around $PATH. Signed-off-by: Kenfe-Mickael Laventure --- meta/recipes-core/meta

[OE-core] [PATCH 2/3] toolchain-scripts: Handle spaces within user $PATH

2023-03-09 Thread Mickael Laventure
From: Kenfe-Mickael Laventure The environment-setup script generated by the recipe was not quoting the user existing PATH when updating it causing the export command to fail. Add necessary double quotes around $PATH. Signed-off-by: Kenfe-Mickael Laventure --- meta/classes/toolchain

[OE-core] [PATCH 3/3] populate_sdk_ext: Handle spaces within user $PATH

2023-03-09 Thread Mickael Laventure
From: Kenfe-Mickael Laventure The script generated by the sdk_ext_postinst function was not quoting the user existing PATH when updating it causing the export command to fail. Add necessary double quotes around $PATH. Signed-off-by: Kenfe-Mickael Laventure --- meta/classes

[OE-core] [PATCH] package_ipk: Use localdata store when signing packages

2021-09-27 Thread Mickael Laventure
From: Kenfe-Mickael Laventure When signing a package, we were resolving the `PKGV` version using the original data store (`d`). However, since that store does not have the package name in its `OVERRIDES` list the wrong version can be returned in recipes that produce multiple packages. One such