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