Update AGL HMI Framework to latest stable 79/13079/1
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Tue, 26 Dec 2017 12:10:58 +0000 (12:10 +0000)
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Tue, 2 Jan 2018 11:06:47 +0000 (11:06 +0000)
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>
meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb
meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb
meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb

index 26cfde1..32927e6 100644 (file)
@@ -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}:"
index aa34cb5..961d5d8 100644 (file)
@@ -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
index 1bf2cd3..60e35c9 100644 (file)
@@ -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"