]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
populate_sdk_ext: Ensure BB_BASHSERBVE_DB_DIR is handled correctly ross/master
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Feb 2026 14:30:33 +0000 (14:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Feb 2026 15:13:24 +0000 (15:13 +0000)
The new BB_BASHSERBVE_DB_DIR variable needs to be filtered when creating eSDK
local.conf files since we use tricks with the hashserve DB in the eSDK to
create a local cache file as part of eSDK creation.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/populate_sdk_ext.bbclass

index 2859320ddf3b825d46d6178da77cb86b20d98739..071cf959e7e284f48ade0a1e69850a4488985be9 100644 (file)
@@ -37,6 +37,7 @@ ESDK_LOCALCONF_REMOVE ?= "CONF_VERSION \
                              SSTATE_MIRRORS \
                              DL_DIR \
                              SSTATE_DIR \
+                             BB_HASHSERVE_DB_DIR \
                              TMPDIR \
                              BB_SERVER_TIMEOUT \
                             "