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/Settings/Settings.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-demo-hmi/Settings') diff --git a/recipes-demo-hmi/Settings/Settings.bb b/recipes-demo-hmi/Settings/Settings.bb index 681b84f0..c19a29b0 100644 --- a/recipes-demo-hmi/Settings/Settings.bb +++ b/recipes-demo-hmi/Settings/Settings.bb @@ -25,7 +25,7 @@ do_configure() { # empty folder for now do_install() { - mkdir -p ${D}/opt/AGL/${PN}/ + mkdir -p ${D}/usr/AGL/${PN}/ } -FILES_${PN} = "/opt/AGL/${PN}/" +FILES_${PN} = "/usr/AGL/${PN}/" -- cgit 1.2.3-korg