summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/poky.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/distro/poky.conf')
-rw-r--r--meta-yocto/conf/distro/poky.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index e4d7c1de91..e51ccdf07d 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -67,3 +67,10 @@ CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;proto
67 67
68# Default hash policy for distro 68# Default hash policy for distro
69BB_SIGNATURE_HANDLER ?= 'OEBasicHash' 69BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
70#
71# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
72# an incompatible way. Such changes should usually be detailed in the commit
73# that breaks the format and have been previously discussed on the mailing list
74# with general agreement from the core team.
75#
76OELAYOUT_ABI = "8"