diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-04 11:13:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-04 15:16:04 +0100 |
commit | 5b8ea16bcec3f20e3cf19d9ba4f08b50e1192d3c (patch) | |
tree | 18ce3e01f84dca0ad9a16a5b22aa90a7b621b19f | |
parent | c833f92bf13315d7e33f82ac92d14a36642b0d6c (diff) | |
download | poky-5b8ea16bcec3f20e3cf19d9ba4f08b50e1192d3c.tar.gz |
scripts/lib/devtool/ide_sdk: Update for bitbake-setup
(From OE-Core rev: a496a94d3e1b51f0df899f16c4b8fc3c7502ef05)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-x | scripts/lib/devtool/ide_sdk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/ide_sdk.py b/scripts/lib/devtool/ide_sdk.py index 931408fa74..4d33479e20 100755 --- a/scripts/lib/devtool/ide_sdk.py +++ b/scripts/lib/devtool/ide_sdk.py | |||
@@ -268,7 +268,7 @@ class RecipeNotModified: | |||
268 | 268 | ||
269 | class RecipeModified: | 269 | class RecipeModified: |
270 | """Handling of recipes in the workspace created by devtool modify""" | 270 | """Handling of recipes in the workspace created by devtool modify""" |
271 | OE_INIT_BUILD_ENV = 'oe-init-build-env' | 271 | OE_INIT_BUILD_ENV = 'init-build-env' |
272 | 272 | ||
273 | VALID_BASH_ENV_NAME_CHARS = re.compile(r"^[a-zA-Z0-9_]*$") | 273 | VALID_BASH_ENV_NAME_CHARS = re.compile(r"^[a-zA-Z0-9_]*$") |
274 | 274 | ||