From 6be13a7db6bc646a81409ea22c3e3feaf50d3826 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Wed, 21 Jun 2023 10:53:38 +0200 Subject: [PATCH] distro/netmodule-linux: Make build sstate compatible with all HOSTs --- conf/distro/netmodule-linux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/distro/netmodule-linux.conf b/conf/distro/netmodule-linux.conf index 4effabc..b6d1a9a 100644 --- a/conf/distro/netmodule-linux.conf +++ b/conf/distro/netmodule-linux.conf @@ -1,11 +1,13 @@ # Global - TARGET_VENDOR = "-netmodule" SANITY_TESTED_DISTROS ?= " \ debian-10 \n \ debian-11 \n \ " +# Make shared states compatible with all build host +require conf/distro/include/yocto-uninative.inc +INHERIT += "uninative" # Don't append libc name in tmp directory # eg. build/tmp instead of build/tmp-glibc # Since we only support glibc, we don't need different tmp directories