summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-08 21:33:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-09 12:03:31 +0100
commite3cab68b9ae5c4f1db1b955211cbb27da2e5d521 (patch)
tree0b134a8beb6dc3fefda55e286fa4577c7cf50992 /meta-poky
parentd446d8b818a49e66b72fccbd29328cdbf4294239 (diff)
downloadpoky-e3cab68b9ae5c4f1db1b955211cbb27da2e5d521.tar.gz
poky.conf: Drop OELAYOUT_ABI poking
This has been the same as OE-Core for a long time, drop our custom settings. (From meta-yocto rev: 8c1084f3fd4ca987c3307f4c4c1475b40060ce3f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/distro/poky.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index ed37f4a0b0..b719ae4293 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -58,14 +58,6 @@ SANITY_TESTED_DISTROS ?= " \
58 debian-10 \n \ 58 debian-10 \n \
59 opensuseleap-15.1 \n \ 59 opensuseleap-15.1 \n \
60 " 60 "
61#
62# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
63# an incompatible way. Such changes should usually be detailed in the commit
64# that breaks the format and have been previously discussed on the mailing list
65# with general agreement from the core team.
66#
67OELAYOUT_ABI = "12"
68
69# add poky sanity bbclass 61# add poky sanity bbclass
70INHERIT += "poky-sanity" 62INHERIT += "poky-sanity"
71 63