From c47424b8e71b95e60f4c5f343176825082b53896 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 10 Feb 2022 13:27:30 +0000 Subject: [PATCH] buildtools: Allow testsdk to access the network Some of the buildtools tests test network access so allow this. Signed-off-by: Richard Purdie --- meta/recipes-core/meta/buildtools-tarball.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index fb28930656..166671316a 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -110,4 +110,5 @@ python do_testsdk() { } addtask testsdk do_testsdk[nostamp] = "1" +do_testsdk[network] = "1" do_testsdk[depends] += "xz-native:do_populate_sysroot" -- 2.40.1