From: Bocklage, Jens Date: Fri, 30 Sep 2016 12:47:46 +0000 (+0200) Subject: Implementing app launch and app surface control workflow. X-Git-Tag: 3.0.0~104 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b3a712ed0f12528b7f8be88065d6f95d527b6641;p=AGL%2Fmeta-agl-demo.git Implementing app launch and app surface control workflow. Using WindowManager to control layer and surfaces (ongoing). Defining three layouts. Adding combobox selection feature to popup widget. In the current state it should be possible to launch applications that are available through the Tizen application manager. Known issue: IVI-shell is currently disabled in AGL due to issues (porting to Yocto 2.1.1). Signed-off-by: Bocklage, Jens --- diff --git a/recipes-demo-hmi/HomeScreen/HomeScreen_0.2.0.bb b/recipes-demo-hmi/HomeScreen/HomeScreen_0.3.0.bb similarity index 92% rename from recipes-demo-hmi/HomeScreen/HomeScreen_0.2.0.bb rename to recipes-demo-hmi/HomeScreen/HomeScreen_0.3.0.bb index d8ec92d36..eb0c14969 100644 --- a/recipes-demo-hmi/HomeScreen/HomeScreen_0.2.0.bb +++ b/recipes-demo-hmi/HomeScreen/HomeScreen_0.3.0.bb @@ -3,8 +3,8 @@ DESCRIPTION = "AGL Home Screen Application + SampleAppTimeDate + HomeScreenAppFr HOMEPAGE = "https://wiki.automotivelinux.org/homescreen" LICENSE = "Apache-2.0" SECTION = "apps" -PV = "0.2.0+gitr${SRCPV}" -PR = "r1" +PV = "0.3.0+gitr${SRCPV}" +PR = "r2" S = "${WORKDIR}/git/" inherit qmake5 @@ -16,7 +16,7 @@ DEPENDS += " pkgmgr-info aul " DEPENDS += " wayland-ivi-extension " LIC_FILES_CHKSUM = "file://HomeScreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -SRCREV = "0a468d9b5ae7b3e5ba106facf17698d89b1ce200" +SRCREV = "5a040cf1e77872dd567f6ffba50ed79fc27d5822" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git;protocol=http"