summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/homescreen/homescreen_git.bb
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-04-26 19:30:14 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-04-26 19:32:30 +0900
commit8539198ad9a90ca2cb004fbdfcddb732ae751926 (patch)
treeb621eff355985e6ef284a846b9b082ccb2911699 /recipes-demo-hmi/homescreen/homescreen_git.bb
parentbee2dce0697da156903c55523e1e869aa33f4964 (diff)
Fix issue of media player which doesn't play next while background
Current window manager make own ivi-layer to each application and adjust the order when rendering (screen's render order of layers). E.g. When showing apps launcher, window manager has only 1 ivi-layer for homescreen under screen 0. When showing an app, window manager add 1 ivi-layer for it and set render order of 2 layers, front: app's and back: homescreen layer. And when app hides, it's layer is removed from render order. But if removed from render order, excecuting QML also stopped. It is caused why the media player doesn't play next song when it is not shown. This patch changes how to make render order to keep media player's layer in render order even when it is not shown. This commit is modification of recipe for homescreen which contains 1 patch file to 'staging/HomeScreen' because it is already locked (It is splitted new repositories but chinook doesn't use it). Bug-AGL: SPEC-395 Change-Id: I4b1ed16c5d20ccab9a1a2aa55e463d0141d3a170 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'recipes-demo-hmi/homescreen/homescreen_git.bb')
-rw-r--r--recipes-demo-hmi/homescreen/homescreen_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb
index 76e5ff2a..e871e31c 100644
--- a/recipes-demo-hmi/homescreen/homescreen_git.bb
+++ b/recipes-demo-hmi/homescreen/homescreen_git.bb
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://HomeScreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c9
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git;protocol=http \
+ file://0001-Hack-to-resolve-the-media-player-doesn-t-play-next.patch \
file://homescreen.pc.in \
file://dbus-homescreen.conf.in"
SRCREV = "${AUTOREV}"