Add override for DISTRO_CODENAME 19/9519/2 3.99.1 dab/3.99.1 dab_3.99.1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 25 May 2017 16:25:16 +0000 (18:25 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 25 May 2017 17:58:13 +0000 (17:58 +0000)
This is used for recipe pinning.

Change-Id: I4835fc4005d63aa9dc4cfbc1a25ddc77caad8a2f
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9519

meta-agl-distro/conf/distro/poky-agl.conf

index 4b39be1..a354428 100644 (file)
@@ -16,6 +16,7 @@ TARGET_VENDOR = "-agl"
 # Override these in poky based distros
 AGL_DEFAULT_DISTRO_FEATURES = "largefile systemd opengl wayland pam bluetooth bluez5"
 POKY_DEFAULT_DISTRO_FEATURES := "${AGL_DEFAULT_DISTRO_FEATURES}"
+OVERRIDES .= ":${DISTRO_CODENAME}"
 
 QEMU_TARGETS ?= "arm aarch64 i386 x86_64"
 # Other QEMU_TARGETS "mips mips64 mips64el ppc sh4"