From f120ce0433c16c8f7b06b9331bd1028fd83c6eb9 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 23 Apr 2025 16:50:04 -0400 Subject: [PATCH] meta-agl-core: use next branch for agl-compositor Add "aglnext" OVERRIDE back to the distro configuration, and use it to select the "next" branch and AUTOREV in the agl-compositor recipe. This allows rebasing the next branch in agl-compositor without requiring SRCREV updates every time. Bug-AGL: SPEC-5147 Change-Id: I2d7ad4d0b8c658d75ea8c80c2a115b972e90b140 Signed-off-by: Scott Murray --- meta-agl-core/conf/distro/poky-agl.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 2a04b28b6..ecaab848d 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 -- 2.16.6