diff options
3 files changed, 8 insertions, 8 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index fa3cd5063..078951703 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -3,21 +3,20 @@ require conf/distro/poky.conf # AGL specific derivations DISTRO = "poky-agl" DISTRO_NAME = "Automotive Grade Linux" -DISTRO_VERSION = "4.99.3+snapshot-${DATE}" -#DISTRO_VERSION = "4.99.3" -DISTRO_CODENAME = "eel" -DISTRO_BRANCH_VERSION_TAG = "eel/4.99.3" +DISTRO_VERSION = "5.90.0+snapshot-${DATE}" +#DISTRO_VERSION = "5.90.0" +DISTRO_CODENAME = "flounder" +DISTRO_BRANCH_VERSION_TAG = "flounder/5.90.0" SDK_VENDOR = "-aglsdk" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" AGL_BRANCH = "master" + #for development AGL_APP_REVISION = "${AUTOREV}" -#for release -#AGL_APP_REVISION = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" -#for development AGL_DEFAULT_REVISION = "${AUTOREV}" #for release +#AGL_APP_REVISION = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" #AGL_DEFAULT_REVISION = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" diff --git a/meta-agl/recipes-config/agl-login-manager/files/user-config.service b/meta-agl/recipes-config/agl-login-manager/files/user-config.service index 0bf37fb4b..a66ba5327 100644 --- a/meta-agl/recipes-config/agl-login-manager/files/user-config.service +++ b/meta-agl/recipes-config/agl-login-manager/files/user-config.service @@ -3,6 +3,7 @@ Description=AGL user config [Service] ExecStart=/bin/ln -sf @DISPLAY_XDG_RUNTIME_DIR@/wayland-0 %t/ +RemainAfterExit=yes [Install] WantedBy=default.target diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc index 586f44e91..ac55b5f02 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "adb89e71f1c366b0cabdf9e04aaed60b84a96f0e" +SRCREV = "9c1c9a1ba46eb9ddada4167ce9d20143ee3c9636" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |