distro/netmodule-linux: Make build sstate compatible with all HOSTs

This commit is contained in:
Alexandre Bard 2023-06-21 10:53:38 +02:00
parent 694d02aea1
commit 6be13a7db6
1 changed files with 3 additions and 1 deletions

View File

@ -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