diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-25 18:25:16 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-05-25 17:58:13 +0000 |
commit | 79fe06d7b112890cd6adaeac312556369135e5ae (patch) | |
tree | 63607e7b7f242d7762af5ca88b9f9abcf41a4f53 /meta-agl-distro/conf/distro/poky-agl.conf | |
parent | 3bc8101a0775d37da28672b2dbdfe806c961a52c (diff) |
Add override for DISTRO_CODENAMEdab_3.99.1dab/3.99.13.99.1
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
Diffstat (limited to 'meta-agl-distro/conf/distro/poky-agl.conf')
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 4b39be1b7..a35442894 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -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" |