From e3cab68b9ae5c4f1db1b955211cbb27da2e5d521 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 8 Oct 2020 21:33:50 +0100 Subject: 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 --- meta-poky/conf/distro/poky.conf | 8 -------- 1 file changed, 8 deletions(-) (limited to 'meta-poky') 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 ?= " \ 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" -- cgit v1.2.3-54-g00ecf