diff options
author | Bocklage, Jens <Jens_Bocklage@mentor.com> | 2016-06-30 13:59:02 +0200 |
---|---|---|
committer | Bocklage, Jens <Jens_Bocklage@mentor.com> | 2016-06-30 15:28:33 +0200 |
commit | 0b5dde065fc42a8efa898a2e766d4b484acb28d2 (patch) | |
tree | a81ae131e52a131953fa54fe4c1e5013804c9733 /recipes-demo-hmi/HomeScreen/HomeScreen.bb | |
parent | ae65602b0c690fba81ba79b718dfcf5bb83d5d84 (diff) |
[homescreen] Add bitbake recipe for Home Screen app
This bitbake recipe builds the Home Screen application.
In addition a sample application that shows the functionality of the status bar. The sample application SampleAppTimeDate shows the current time in the Home Screen status bar.
Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
Diffstat (limited to 'recipes-demo-hmi/HomeScreen/HomeScreen.bb')
-rw-r--r-- | recipes-demo-hmi/HomeScreen/HomeScreen.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-demo-hmi/HomeScreen/HomeScreen.bb b/recipes-demo-hmi/HomeScreen/HomeScreen.bb deleted file mode 100644 index 681b84f0b..000000000 --- a/recipes-demo-hmi/HomeScreen/HomeScreen.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "${PN} for the AGL Demo Platform" -DESCRIPTION = "${PN} app" -HOMEPAGE = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/${PN}" - -SECTION = "apps" - -# To be revised once sourcecode lands -# LICENSE = "xyz" -# Dummy MPL-2.0 -LICENSE = "MPL-2.0" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" - - -SRC_URI = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/${PN};protocol=http" -SRCREV = "AUTOINC" - -# custom configure and install as these are just qml files - -# we work in the git checkout ... -S = "${WORKDIR}/git" - -do_configure() { - true -} - -# empty folder for now -do_install() { - mkdir -p ${D}/opt/AGL/${PN}/ -} - -FILES_${PN} = "/opt/AGL/${PN}/" |