summaryrefslogtreecommitdiffstats
path: root/poky/meta-poky
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-23 10:55:50 +1300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-12-06 09:42:11 -0500
commite2d5b61ddc1b3e5ab1cfa5e1ef3f2447fe011895 (patch)
tree883ae06977b8525775103238d7e34c0e702f75f9 /poky/meta-poky
parent05d3807c8511ff91e8e8341e608ea1ea83047b04 (diff)
downloadtalos-openbmc-e2d5b61ddc1b3e5ab1cfa5e1ef3f2447fe011895.tar.gz
talos-openbmc-e2d5b61ddc1b3e5ab1cfa5e1ef3f2447fe011895.zip
poky: sumo refresh 64a257fa22..fa962ec72f
Update poky to sumo HEAD. Anuj Mittal (1): linux-yocto: update genericx86* SRCREV for 4.14 Martin Hundebøll (2): shadow: improve reproducibility by hard-coding shell path busybox: make busybox.links.{suid, nosuid} reproducible Paul Eggleton (1): socat: fix LICENSE Richard Purdie (10): sanity: Add check for WSL poky.conf: Update the distros we test against on the autobuilder poky.conf: Bump version for 2.5.2 sumo release build-appliance-image: Update to sumo head revision bitbake: server/process: Fix unclosed socket warnings upon server connection refused bitbake: lib/bb/server: Avoid UnboundLocalError traceback bitbake: server/process: Fix ConnectionRefusedError tracebacks bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are run bitbake: process: Flush key output to logs bitbake: main: Don't use print() directly, use logger Change-Id: Ie14695232a8adecd2013d629208da320963532ce Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'poky/meta-poky')
-rw-r--r--poky/meta-poky/conf/distro/poky.conf10
1 files changed, 4 insertions, 6 deletions
diff --git a/poky/meta-poky/conf/distro/poky.conf b/poky/meta-poky/conf/distro/poky.conf
index e5730f39d..fb9e78331 100644
--- a/poky/meta-poky/conf/distro/poky.conf
+++ b/poky/meta-poky/conf/distro/poky.conf
@@ -1,6 +1,6 @@
DISTRO = "poky"
DISTRO_NAME = "Poky (Yocto Project Reference Distro)"
-DISTRO_VERSION = "2.5.1"
+DISTRO_VERSION = "2.5.2"
DISTRO_CODENAME = "sumo"
SDK_VENDOR = "-pokysdk"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
@@ -68,14 +68,12 @@ SANITY_TESTED_DISTROS ?= " \
poky-2.5 \n \
ubuntu-15.04 \n \
ubuntu-16.04 \n \
- ubuntu-16.10 \n \
- ubuntu-17.04 \n \
- fedora-26 \n \
+ ubuntu-18.04 \n \
+ fedora-28 \n \
centos-7 \n \
debian-8 \n \
debian-9 \n \
- opensuse-42.1 \n \
- opensuse-42.2 \n \
+ opensuse-42.3 \n \
"
#
# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
OpenPOWER on IntegriCloud