diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-11-20 18:05:40 -0500 |
---|---|---|
committer | jenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org> | 2024-03-07 12:55:01 +0000 |
commit | 7a51ef16a9814ad63f335a96192ed29e9f6b019f (patch) | |
tree | 37c79ce65931b551d17a47139646862ba41847cf /meta-agl-core | |
parent | bf6fc919bcb53031da8ac8ddecac0d0f467db28b (diff) |
poky-agl: Add aglnext override
Add aglnext to OVERRIDES to enable next branch overrides during
development. This should be removed during the eventual merge back
to the main branch.
Bug-AGL: SPEC-4578
Change-Id: I7b15296ec4a5717ff7b5b1897e8bbee0d2619430
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-core')
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 1833c252f..ce52bf279 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -26,6 +26,9 @@ DISTRO_VERSION:agldevelopment := "${AGLVERSION}+snapshot-${METADATA_REVISION}" DISTRO_VERSION:aglrelease := "${AGLVERSION}" DISTRO_BRANCH_VERSION_TAG = "${DISTRO_CODENAME}/${@'${DISTRO_VERSION}'.replace('+snapshot-${METADATA_REVISION}','')}" +#for next branch development +OVERRIDES .= ":aglnext" + # reproducible builds: # Set the desired timestamps # E.g. update for (major) releases |