aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-12-26 12:10:58 +0000
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2018-01-02 11:06:47 +0000
commit1695c686b0c3e28ba2a92c0a0fb7a416dfb33d8e (patch)
tree02d1acc487bbb122742cd22de6659b3c7cd21889
parentafe22a9776ac1c6c3e4b7cd7ce32ebe9c33bb12b (diff)
Update AGL HMI Framework to latest stable
Pin homescreen-2017 ec28d0b Block launching app when an app is launching 54f8d05 Improve missing icon visibility 58e41da Improve management icons of homescreen Pin agl-service-windowmanager-2017 12c8934 Merge "Fix build error in gcc 7.2" into eel 832c3cd Merge changes into eel 24876db Fix build error in gcc 7.2 d501133 Enable an application re-launch 4bd8c0c Enable to show Video and WebBrowser a65ed04 Clean up source code 72295a6 Merge "Remove automatic code generation" into eel 3f23c89 Remove automatic code generation 691908f Exclude execusion bit b3f280d Add background layer for CES DEMO Pin libwindowmanager ee2b2fb Change Visible and InVisible event to broadcast 881876d Add APIs which can get information about the display and the surface area ae757d4 Fix the bug in error case Change-Id: Ic7d56a9a4d3c42bce635d8c22b2636d21db7e158 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
-rw-r--r--meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb3
-rw-r--r--meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb3
-rw-r--r--meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb3
3 files changed, 6 insertions, 3 deletions
diff --git a/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb b/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb
index 26cfde12..32927e67 100644
--- a/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb
+++ b/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb
@@ -19,7 +19,8 @@ DEPENDS = "\
inherit qmake5 systemd pkgconfig aglwgt
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/homescreen-2017;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "848a124060480c3254f18080417af57d7b87617f"
+SRCREV = "ec28d0bf46efbb13662a9b01de5d18f87fe34145"
+PV = "1.0+git${SRCPV}"
S = "${WORKDIR}/git/"
PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:"
diff --git a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb
index aa34cb55..961d5d8c 100644
--- a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb
+++ b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb
@@ -15,7 +15,8 @@ DEPENDS = "af-binder json-c wayland wayland-ivi-extension wayland-native"
inherit cmake aglwgt
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager-2017;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "13096fe59f29a1e3710c3d975d08a344af40e6c6"
+SRCREV = "12c8934465fd7cebccef4260478b282c1bd18d7f"
+PV = "1.0+git${SRCPV}"
S = "${WORKDIR}/git"
#If you would like to output log, uncomment out
diff --git a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
index 1bf2cd30..60e35c94 100644
--- a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
+++ b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
@@ -10,5 +10,6 @@ RDEPENDS_${PN} = "agl-service-windowmanager-2017"
inherit cmake
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libwindowmanager.git;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "0919200fbe72e915fcc2b0848ca35549594a689d"
+SRCREV = "ee2b2fbb449f5a7fcf55b72f8936d27799a8eff8"
+PV = "1.0+git${SRCPV}"
S = "${WORKDIR}/git"