From 8db438e38e573ac00da14197a905d86b43afea9b Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 27 Jan 2020 14:10:56 -0500 Subject: meta-agl-distro: Add inc file for next branch over-rides Add poky-agl-next.inc file to hold temporary next branch over-rides, and include it in poky-agl.conf. For now it just over-rides the AGL_BRANCH value for agl-service-gps to use the next branch. This can be removed once the next branches containing zeus support are merged into master. Bug-AGL: SPEC-2932 Change-Id: Id73597c6f35010e4e5f9b54ac09728c7783b9e2f Signed-off-by: Scott Murray --- meta-agl-distro/conf/distro/poky-agl-next.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-agl-distro/conf/distro/poky-agl-next.inc (limited to 'meta-agl-distro/conf/distro/poky-agl-next.inc') diff --git a/meta-agl-distro/conf/distro/poky-agl-next.inc b/meta-agl-distro/conf/distro/poky-agl-next.inc new file mode 100644 index 000000000..c5798aa55 --- /dev/null +++ b/meta-agl-distro/conf/distro/poky-agl-next.inc @@ -0,0 +1 @@ +AGL_BRANCH_pn-agl-service-gps = "next" -- cgit 1.2.3-korg