diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-04-28 11:11:56 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-05-02 17:34:34 +0000 |
commit | 8543843eeb47fa9b45786d3e09bf497fcd5f95e0 (patch) | |
tree | f9a7d37c834fd30d11379c175e0ac6708e3c173a /meta-agl-core/conf/distro | |
parent | 246598155f8b5ba4fb7c2b6284ddb5148159d931 (diff) |
meta-agl-core: switch next branch users back to master
Remove the aglnext override that was added on the next branch to
switch the couple of affected libweston users (agl-compositor and
waltham-transmitter-plugin) to forked next branches for handling
Weston 9.0 and 10.0 changes. Now that those changes have been
merged to the master branches in the respective repositories, this
is no longer required. As well, bump the SRCREVs to pick up the
Weston update changes.
Bug-AGL: SPEC-4343
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I7a4598a9e776aefa3ec7b2bf13b2e89c086c0681
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27418
Diffstat (limited to 'meta-agl-core/conf/distro')
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 5903e59df..94bd4ccd5 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -26,9 +26,6 @@ DISTRO_BRANCH_VERSION_TAG = "${DISTRO_CODENAME}/${@'${DISTRO_VERSION}'.replace(' AGL_APP_REVISION:aglrelease := "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" AGL_DEFAULT_REVISION:aglrelease := "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" -#for next branch development -OVERRIDES .= ":aglnext" - # reproducible builds: # Set the desired timestamps export SOURCE_DATE_EPOCH = "1593400000" |