diff options
Diffstat (limited to 'meta-agl-distro/conf/distro/poky-agl.conf')
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index f852b50f6..0e3d831c9 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -3,9 +3,9 @@ require conf/distro/poky.conf # AGL specific derivations DISTRO = "poky-agl" DISTRO_NAME = "Automotive Grade Linux" -DISTRO_VERSION = "3.99.1+snapshot-${DATE}" -DISTRO_CODENAME = "dab" -DISTRO_BRANCH_VERSION_TAG = "dab/3.99.1" +DISTRO_VERSION = "4.90.0+snapshot-${DATE}" +DISTRO_CODENAME = "eel" +DISTRO_BRANCH_VERSION_TAG = "eel/4.90.0" SDK_VENDOR = "-aglsdk" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |