From f4743ec44fb3fdac04a82790b763cb84f51cc6b7 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Tue, 20 Dec 2016 23:44:38 +0900 Subject: [PATCH 1/1] HotFix: ces2017-demo build failure Home-app was deleted from CES 2017-Demo but it has not been deleted from the recipe. That is causing the situation that master can not build. This patch will recover this problem. Change-Id: I029132acc2e20dc8272de9276c4be09b14ae9f3b Signed-off-by: Naoto Yamaguchi --- recipes-demo-hmi/CES2017-demo/CES2017-demo.bb | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb index cee903af1..631cbc1f8 100644 --- a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb +++ b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb @@ -57,22 +57,6 @@ do_install_prepend() { - echo " \ - \ - Home \ - \ - Home app. \ - Qt \ - \ - Apache 2.0 \ - \ -" > ${B}/apps/Home/config.xml - - cd ${B}/apps/Home/ - zip home.wgt config.xml home - - - echo " \ \ HVAC \ @@ -156,7 +140,6 @@ do_install_prepend() { #!/bin/sh /usr/bin/afm-util install controls.wgt /usr/bin/afm-util install dashboard.wgt - /usr/bin/afm-util install home.wgt /usr/bin/afm-util install hvac.wgt /usr/bin/afm-util install mediaplayer.wgt /usr/bin/afm-util install phone.wgt @@ -169,7 +152,6 @@ do_install() { install -d ${D}/usr/AGL/${PN} install -m 0644 ${B}/apps/Controls/controls.wgt ${D}/usr/AGL/${PN}/ install -m 0644 ${B}/apps/Dashboard/dashboard.wgt ${D}/usr/AGL/${PN}/ - install -m 0644 ${B}/apps/Home/home.wgt ${D}/usr/AGL/${PN}/ install -m 0644 ${B}/apps/HVAC/hvac.wgt ${D}/usr/AGL/${PN}/ install -m 0644 ${B}/apps/MediaPlayer/mediaplayer.wgt ${D}/usr/AGL/${PN}/ install -m 0644 ${B}/apps/Phone/phone.wgt ${D}/usr/AGL/${PN}/ -- 2.16.6