From: Jan-Simon Möller Date: Sat, 31 Dec 2016 08:22:21 +0000 (+0100) Subject: Ensure the codename is in OVERRIDES X-Git-Tag: chinook_3.0.0~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b674ca412f7d98197b210b5ac39fda721a479f5a;p=AGL%2Fmeta-agl.git Ensure the codename is in OVERRIDES Change-Id: Id5a1a8e0cabf8181342103aa8aae8413ceb30d5c Signed-off-by: Jan-Simon Möller --- diff --git a/meta-agl/conf/distro/poky-agl.conf b/meta-agl/conf/distro/poky-agl.conf index dd28e1248..24ab167ce 100644 --- a/meta-agl/conf/distro/poky-agl.conf +++ b/meta-agl/conf/distro/poky-agl.conf @@ -75,3 +75,5 @@ PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" # required overrides, upstreamed but not merged yet: # http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107727.html #SECURITY_CFLAGS_pn-llvm3.3 = "${SECURITY_NO_PIE_CFLAGS}" + +OVERRIDES_append = ":${DISTRO_CODENAME}" \ No newline at end of file