[Buildroot] [git commit branch/next] utils/test-pkg: use the correct config prefix when merging

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Nov 24 09:11:13 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=8ca206e5a14167ae86b9aba9a65e2392edcb9a70
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

We should use an empty prefix as we do not have any prefix.
Note that BR2_ is mere a convention.

Signed-off-by: Nasser Afshin <Afshin.Nasser at gmail.com>
Reviewed-by: Petr Vorel <petr.vorel at gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 utils/test-pkg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/test-pkg b/utils/test-pkg
index aa91ee02cf..e4f68ed061 100755
--- a/utils/test-pkg
+++ b/utils/test-pkg
@@ -129,7 +129,7 @@ build_one() {
 
     mkdir -p "${dir}"
 
-    support/kconfig/merge_config.sh -O "${dir}" \
+    CONFIG_= support/kconfig/merge_config.sh -O "${dir}" \
         "${toolchainconfig}" "support/config-fragments/minimal.config" "${cfg}" \
         >> "${dir}/logfile" 2>&1
     # We want all the options from the snippet to be present as-is (set


More information about the buildroot mailing list