From fb85282476f9dee2b0364c305ca75b096a76b1ae Mon Sep 17 00:00:00 2001 From: Julien Stephan Date: Mon, 25 Sep 2023 10:04:48 +0200 Subject: [PATCH] bitbake.conf: include bblock.conf include conf/bblock.conf. This file is generated by the bblock tool. It locks some package tasks by fixing their signatures. See bblock -h for more details Signed-off-by: Julien Stephan Signed-off-by: Alexandre Belloni --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 21d6c8b1eb0..77ff4945231 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -829,6 +829,7 @@ include conf/documentation.conf include conf/licenses.conf require conf/sanity.conf require conf/cve-check-map.conf +include conf/bblock.conf ################################################################## # Weak variables (usually to retain backwards compatibility) -- 2.47.2