From f0dcd3584751dd52d56c6bfa5d0ae70fcd53982a Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sat, 29 Oct 2016 14:24:34 +0200 Subject: Change /opt/AGL to /usr/AGL for ostree integration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ostree (sota) does not preserve /opt , so move /opt/AGL to /usr/AGL for inclusion in the ota. Fixes: SPEC-304 Change-Id: I1efcc9c0c2142e9b97f9dbd6b5972493ead8bebc Signed-off-by: Jan-Simon Möller --- recipes-demo-hmi/CES2016-demo/CES2016-demo.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-demo-hmi/CES2016-demo/CES2016-demo.bb') diff --git a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb index 2a44b460..c6246091 100644 --- a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb +++ b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb @@ -31,8 +31,8 @@ do_configure() { # plain copy in own folder for now do_install() { - mkdir -p ${D}/opt/AGL/CES2016/ - cp -rf ./* ${D}/opt/AGL/CES2016/ + mkdir -p ${D}/usr/AGL/CES2016/ + cp -rf ./* ${D}/usr/AGL/CES2016/ } -FILES_${PN} = "/opt/AGL/" +FILES_${PN} = "/usr/AGL/" -- cgit 1.2.3-korg