| Message ID | 20260211131044.1199918-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | Under Review |
| Headers | show |
| Series | populate_sdk_ext: Ensure BB_BASHSERBVE_DB_DIR is handled correctly | expand |
diff --git a/meta/classes-recipe/populate_sdk_ext.bbclass b/meta/classes-recipe/populate_sdk_ext.bbclass index 2838ca1a03b..d17fc3af64c 100644 --- a/meta/classes-recipe/populate_sdk_ext.bbclass +++ b/meta/classes-recipe/populate_sdk_ext.bbclass @@ -37,6 +37,7 @@ ESDK_LOCALCONF_REMOVE ?= "CONF_VERSION \ SSTATE_MIRRORS \ DL_DIR \ SSTATE_DIR \ + BB_HASHSERVE_DB_DIR \ TMPDIR \ BB_SERVER_TIMEOUT \ "
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 | 1 + 1 file changed, 1 insertion(+)