From 79e2730b6a64aa4acbf0b78e805b945960f3d47c Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 24 Feb 2021 18:21:49 -0500 Subject: meta-agl-core: use next branch for weston dependent packages Add a "aglnext" OVERRIDE in the distro configuration, and use it to select the "next" branches in the agl-compositor and waltham-transmitter-plugin recipes, and use AUTOREV for their SRCREV. The latter will allow rebasing the next branches in those repositories as next branch updates occur without requiring SRCREV updates every time. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I4f2a57fface53374d9428b5af1c6ad02edfde7eb --- meta-agl-core/conf/distro/poky-agl.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-agl-core/conf') diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 9fcbdf7b2..b456783ee 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -26,6 +26,9 @@ 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: # enable the flag BUILD_REPRODUCIBLE_BINARIES = "1" -- cgit 1.2.3-korg