From: Richard Purdie <[email protected]> debian9 has python 3.5 which doesn't work with new qemu versions. Its the only remaining 3.5 distro so lets move to a minimum of 3.6.
Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 62b3f5553e9c215cf94798ae4694ccb97f6e85dd) Signed-off-by: Steve Sakoman <[email protected]> --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index cedcef7..8eb05e6 100644 --- a/config.json +++ b/config.json @@ -1006,6 +1006,7 @@ }, "buildtools" : { "debian8*" : "${BUILDTOOLS_URL}", + "debian9*" : "${BUILDTOOLS_URL}", "centos7*" : "${BUILDTOOLS_URL}", "perf-centos7*" : "${BUILDTOOLS_URL}" } -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52872): https://lists.yoctoproject.org/g/yocto/message/52872 Mute This Topic: https://lists.yoctoproject.org/mt/81591964/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
