summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2018-12-12 11:52:34 +0100
committerEnrico Jorns <ejo@pengutronix.de>2019-01-16 00:09:15 +0100
commit9e71fbf8633d95dbe7dbee9ce4d3d627d3e32cc6 (patch)
tree8f29ae41daf548e80307e863ffbfeeabfe84ef9e
parentc6e5fb25ca220d2307c076040607fd7af8d37d49 (diff)
downloadmeta-ptx-9e71fbf8633d95dbe7dbee9ce4d3d627d3e32cc6.tar.gz
meta-ptx-9e71fbf8633d95dbe7dbee9ce4d3d627d3e32cc6.tar.xz
distro: ptx.conf: synchronize with upstream thud (2.6) poky distro state.
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
-rw-r--r--conf/distro/ptx.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/distro/ptx.conf b/conf/distro/ptx.conf
index 371d18c..a4148bf 100644
--- a/conf/distro/ptx.conf
+++ b/conf/distro/ptx.conf
@@ -1,7 +1,7 @@
DISTRO = "ptx"
DISTRO_NAME = "PTX - Poky (Yocto Project Reference Distro)"
-DISTRO_VERSION = "2.5-0"
-DISTRO_CODENAME = "ptx-sumo"
+DISTRO_VERSION = "2.6-0"
+DISTRO_CODENAME = "ptx-thud"
DISTROOVERRIDES =. "ptx:poky:"
@@ -51,11 +51,12 @@ INHERIT += "poky-sanity"
# QA check settings - a little stricter than the OE-Core defaults
WARN_TO_ERROR_QA = "already-stripped compile-host-path install-host-path \
installed-vs-shipped ldflags pn-overrides rpaths staticdev \
- useless-rpaths"
+ unknown-configure-option useless-rpaths"
WARN_QA_remove = "${WARN_TO_ERROR_QA}"
ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
require conf/distro/include/poky-world-exclude.inc
require conf/distro/include/no-static-libs.inc
require conf/distro/include/yocto-uninative.inc
+require conf/distro/include/security_flags.inc
INHERIT += "uninative"