From 2e85d86b06c5f8b610ecdbf8d548784b5be618aa Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Sun, 17 Dec 2017 21:56:55 +0900 Subject: Update HomeScreen for CES 2018 demo - HomeScreen's color scheme has been changed from green to blue based. - Introducing the default icon - Bug fixes. Related commits: 096c072 Apply LinearGradient to first letters drawn when icon is missing a7e1f83 Fix installation info 228a3ff Fix volume slider in the media area didn't work 96c3e6d Display blank icon with first letter in new color scheme f756a01 Change to new color scheme 242e1fc Display a blank icon with first letter when icon is not exist Bug-AGL: SPEC-673 Change-Id: I6845e9fe53f722edaf7e45ff007e246c47dc0345 Signed-off-by: Tadao Tanikawa --- .../recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-hmi-framework/recipes-demo-hmi/homescreen-2017') 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 1a566aec..26cfde12 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,7 @@ DEPENDS = "\ inherit qmake5 systemd pkgconfig aglwgt SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/homescreen-2017;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "2c179df8e22fd1434c88b8595ddd65ec0ed48622" +SRCREV = "848a124060480c3254f18080417af57d7b87617f" S = "${WORKDIR}/git/" PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:" -- cgit 1.2.3-korg