diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-08 21:33:50 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-01 16:29:51 +0000 |
| commit | b573215eafbd79f3d7ac12ff662753b6835baac3 (patch) | |
| tree | 766ab4ec63ee57fdf70041791537369fe5edd706 | |
| parent | a13bda44fcda4e79e9aed39ca1495eabecb6a7b7 (diff) | |
| download | poky-b573215eafbd79f3d7ac12ff662753b6835baac3.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: 7972a9b48f61af7ac10d1881dcaaf9c5f48bfb87)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8c1084f3fd4ca987c3307f4c4c1475b40060ce3f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta-poky/conf/distro/poky.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index d46d01ed2b..521109bd05 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf | |||
| @@ -67,14 +67,6 @@ SANITY_TESTED_DISTROS ?= " \ | |||
| 67 | debian-10 \n \ | 67 | debian-10 \n \ |
| 68 | opensuseleap-15.1 \n \ | 68 | opensuseleap-15.1 \n \ |
| 69 | " | 69 | " |
| 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 | # | ||
| 76 | OELAYOUT_ABI = "12" | ||
| 77 | |||
| 78 | # add poky sanity bbclass | 70 | # add poky sanity bbclass |
| 79 | INHERIT += "poky-sanity" | 71 | INHERIT += "poky-sanity" |
| 80 | 72 | ||
