WindowManager handles the surfaces now correct. 95/6795/2
authorBocklage, Jens <Jens_Bocklage@mentor.com>
Tue, 18 Oct 2016 16:23:26 +0000 (18:23 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 19 Oct 2016 10:30:35 +0000 (10:30 +0000)
A new layer is created for all surfaces that belong to the same creator process.
These layers are used to scale the application surfaces to the correct layout application render area.

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
recipes-demo-hmi/HomeScreen/HomeScreen_0.3.3.bb [moved from recipes-demo-hmi/HomeScreen/HomeScreen_0.3.1.bb with 94% similarity]

@@ -3,7 +3,7 @@ DESCRIPTION = "AGL Home Screen Application + SampleAppTimeDate + HomeScreenAppFr
 HOMEPAGE    = "https://wiki.automotivelinux.org/homescreen"
 LICENSE     = "Apache-2.0"
 SECTION     = "apps"
-PV          = "0.3.1+gitr${SRCPV}"
+PV          = "0.3.3+gitr${SRCPV}"
 PR          = "r1"
 S           = "${WORKDIR}/git/"
 
@@ -16,7 +16,7 @@ DEPENDS += " pkgmgr-info aul "
 DEPENDS += " wayland-ivi-extension "
 
 LIC_FILES_CHKSUM = "file://HomeScreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
-SRCREV  = "c32114eb2ccbe142d73c06a5992544d6eacb97d0"
+SRCREV  = "824bfd42b0105b0aeffbc33a87285578abda2f3b"
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git;protocol=http"