diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-02-04 13:06:13 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-02-09 15:54:06 +0000 |
commit | c4845be44e8a64f4a4bc1a39865f43dfe403fe57 (patch) | |
tree | d46f60c9801379af326d839bdb40b5a71cff6c66 | |
parent | 7d62cdd94f903787731c758d2d3260d65c9e2306 (diff) |
Change distro configuration to use the octopus branch
This prepares the release of Optimistic Octopus.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I7cb5418de8d31711dbe5d556f980c48ac23198f1
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28443
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index b63778d91..d8678d701 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -7,7 +7,7 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "octopus" -AGL_BRANCH = "master" +AGL_BRANCH = "octopus" AGLVERSION = "14.94.0" # switch devel/release |