distro/netmodule-linux: Make build sstate compatible with all HOSTs
This commit is contained in:
parent
694d02aea1
commit
6be13a7db6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue