Update AGL HMI Framework to latest stable 77/13077/1
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Tue, 2 Jan 2018 10:48:16 +0000 (10:48 +0000)
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Tue, 2 Jan 2018 10:54:15 +0000 (10:54 +0000)
Pin homescreen-2017

db9f41d Block launching app when an app is launching
df2f2f4 Improve missing icon visibility
8b2fa00 Improve management icons of homescreen
cd54677 Delete unnessary libraries from pro file

Pin agl-service-windowmanager-2017

1733941 Merge "Fix build error in gcc 7.2"
869c528 Enable an application re-launch
dc33784 Fix build error in gcc 7.2
b00ef7b Enable to show Video and WebBrowser
a5872e5 Clean up source code
d4b51c9 Remove automatic code generation
aea325b Exclude execusion bit
25abec6 Add background layer for CES DEMO

Pin libwindowmanager

026af42 Change Visible and InVisible event to broadcast
06f1e49 Add APIs which can get information about the display and the surface area
e03cee1 Fix the bug in error case

Change-Id: Ia1c7f5e8fb2db031a09b7bf5fcb2aa002a1e18aa
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 cffce1c..a28e1ce 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  = "096c0729d0babd4adc3deeced69439ea38af8d7d"
+SRCREV  = "db9f41d75fb4460f668117c69be05c4d4d4c7c7c"
+PV      = "1.0+git${SRCPV}"
 S       = "${WORKDIR}/git/"
 
 PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:"
index f6ac8e4..b524560 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 = "d6cd19121e0821cf40633533ae22c93c88f9e33b"
+SRCREV = "17339414fd26e831710b0b7f3a429b4dfb868d45"
+PV = "1.0+git${SRCPV}"
 S = "${WORKDIR}/git"
 
 #If you would like to output log, uncomment out
index 4e34ace..17a7ac1 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 = "68462c7180f69f2c9df1e161a0f86a1f52f33360"
+SRCREV = "026af4256b9b69ffd52972d6da0cb394dff2b0e6"
 S = "${WORKDIR}/git"
+PV = "1.0+git${SRCPV}"