diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2018-01-02 10:48:16 +0000 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2018-01-02 10:54:15 +0000 |
commit | 389797ecaf4816378357ac9bd10b6e2d8f50bd4d (patch) | |
tree | 02220ebac7eddc1f3d7bc197425f8da9ba277603 | |
parent | 4acf8041cab11f802974b1741e9fde9be2aaa778 (diff) |
Update AGL HMI Framework to latest stable
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>
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 cffce1cb..a28e1ce3 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 = "096c0729d0babd4adc3deeced69439ea38af8d7d" +SRCREV = "db9f41d75fb4460f668117c69be05c4d4d4c7c7c" +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 f6ac8e42..b5245602 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 = "d6cd19121e0821cf40633533ae22c93c88f9e33b" +SRCREV = "17339414fd26e831710b0b7f3a429b4dfb868d45" +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 4e34ace0..17a7ac11 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 = "68462c7180f69f2c9df1e161a0f86a1f52f33360" +SRCREV = "026af4256b9b69ffd52972d6da0cb394dff2b0e6" S = "${WORKDIR}/git" +PV = "1.0+git${SRCPV}" |