summaryrefslogtreecommitdiff
path: root/poky/meta-poky/conf/distro/poky.conf
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta-poky/conf/distro/poky.conf')
-rw-r--r--poky/meta-poky/conf/distro/poky.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/poky/meta-poky/conf/distro/poky.conf b/poky/meta-poky/conf/distro/poky.conf
index b719ae429..ed37f4a0b 100644
--- a/poky/meta-poky/conf/distro/poky.conf
+++ b/poky/meta-poky/conf/distro/poky.conf
@@ -58,6 +58,14 @@ SANITY_TESTED_DISTROS ?= " \
debian-10 \n \
opensuseleap-15.1 \n \
"
+#
+# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
+# an incompatible way. Such changes should usually be detailed in the commit
+# that breaks the format and have been previously discussed on the mailing list
+# with general agreement from the core team.
+#
+OELAYOUT_ABI = "12"
+
# add poky sanity bbclass
INHERIT += "poky-sanity"