aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBocklage, Jens <Jens_Bocklage@mentor.com>2016-12-07 16:58:37 +0100
committerBocklage, Jens <Jens_Bocklage@mentor.com>2016-12-09 11:37:57 +0100
commit33080c12e8374458129e8bf7a67d787c1b513a9a (patch)
treed00c1d6bf3799ea9a32c52558b066f45b999ab9f
parent87534f65d456df59b4d0acaddc83a821c525d082 (diff)
First integration of new HMI design
New HMI in QML is integrated. Apps are only launched once now and not several times. Layer- and surface handling fixed by removing duplicate ilm API calls. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
-rw-r--r--recipes-demo-hmi/HomeScreen/HomeScreen.bb (renamed from recipes-demo-hmi/homescreen/homescreen_0.6.5.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-demo-hmi/homescreen/homescreen_0.6.5.bb b/recipes-demo-hmi/HomeScreen/HomeScreen.bb
index 441e8197..7e5b7eac 100644
--- a/recipes-demo-hmi/homescreen/homescreen_0.6.5.bb
+++ b/recipes-demo-hmi/HomeScreen/HomeScreen.bb
@@ -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.6.5+gitr${SRCPV}"
+PV = "0.6.5+git"
S = "${WORKDIR}/git/"
inherit qmake5 systemd
@@ -16,10 +16,10 @@ DEPENDS += " wayland-ivi-extension "
# for libhomescreen
DEPENDS += " glib-2.0 "
# for sample apps
-DEPENDS += " qtdeclarative "
+DEPENDS += " qtdeclarative qtquickcontrols2 "
LIC_FILES_CHKSUM = "file://HomeScreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
-SRCREV = "2b94dd47aba5912bfb4fcb3bf3482b049d87a245"
+SRCREV = "${AUTOREV}"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git;protocol=http"
PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:"