uninative allows reuse of native sstate built on one distro on another. This change enables it by default, as has been done by default in poky for a long time.
The reason for the change is that this makes the sstate CDN much more useful to speed up builds if good network access is available. It also standardises the builds to our usual testing configuration, removing one key difference which new users sometimes run into. Signed-off-by: Richard Purdie <[email protected]> --- meta/conf/distro/defaultsetup.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/conf/distro/defaultsetup.conf b/meta/conf/distro/defaultsetup.conf index 269c3ad3f7b..f4a2d004a36 100644 --- a/meta/conf/distro/defaultsetup.conf +++ b/meta/conf/distro/defaultsetup.conf @@ -6,10 +6,11 @@ require conf/distro/include/tcmode-${TCMODE}.inc require conf/distro/include/tclibc-${TCLIBC}.inc require conf/distro/include/uninative-flags.inc +require conf/distro/include/yocto-uninative.inc USER_CLASSES ?= "" PACKAGE_CLASSES ?= "package_ipk" -INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool create-spdx buildstats" +INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool create-spdx buildstats uninative" INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} ${INHERIT_DISTRO}" INIT_MANAGER ??= "systemd"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231610): https://lists.openembedded.org/g/openembedded-core/message/231610 Mute This Topic: https://lists.openembedded.org/mt/117923839/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
