mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
buildtools: Allow testsdk to access the network
Some of the buildtools tests test network access so allow this. (From OE-Core rev: c47424b8e71b95e60f4c5f343176825082b53896) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -110,4 +110,5 @@ python do_testsdk() {
|
|||||||
}
|
}
|
||||||
addtask testsdk
|
addtask testsdk
|
||||||
do_testsdk[nostamp] = "1"
|
do_testsdk[nostamp] = "1"
|
||||||
|
do_testsdk[network] = "1"
|
||||||
do_testsdk[depends] += "xz-native:do_populate_sysroot"
|
do_testsdk[depends] += "xz-native:do_populate_sysroot"
|
||||||
|
|||||||
Reference in New Issue
Block a user