From 8543843eeb47fa9b45786d3e09bf497fcd5f95e0 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 28 Apr 2022 11:11:56 -0400 Subject: 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 Change-Id: I7a4598a9e776aefa3ec7b2bf13b2e89c086c0681 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27418 --- meta-agl-core/conf/distro/poky-agl.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta-agl-core/conf/distro') 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" -- cgit 1.2.3-korg