From: Christian Gromm Date: Fri, 16 Dec 2016 16:46:52 +0000 (+0100) Subject: recipes-demo-hmi: fix file permissions X-Git-Tag: 3.0.0~52 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=506fe20e96031282d17a2121871dd2ea1a1be769 recipes-demo-hmi: fix file permissions This patch sets the permissions for loadDriver.sh to 0755. Change-Id: I86bce55c06ffccedef17c821fb7b2dbdbef2bc1c Signed-off-by: Christian Gromm --- diff --git a/recipes-demo-hmi/unicens/.unicens_0.1.bb.swp b/recipes-demo-hmi/unicens/.unicens_0.1.bb.swp deleted file mode 100644 index 3b7f4f084..000000000 Binary files a/recipes-demo-hmi/unicens/.unicens_0.1.bb.swp and /dev/null differ diff --git a/recipes-demo-hmi/unicens/unicens_0.1.bb b/recipes-demo-hmi/unicens/unicens_0.1.bb index 27069a096..176baa402 100644 --- a/recipes-demo-hmi/unicens/unicens_0.1.bb +++ b/recipes-demo-hmi/unicens/unicens_0.1.bb @@ -22,6 +22,6 @@ do_install() { install -m 0644 ${S}/scripts/camera-os88122-ts.script ${D}/home/root install -m 0644 ${S}/scripts/i2c-slim-amplifier-v2.3.script ${D}/home/root install -m 0644 ${S}/scripts/i2c-uda1388-v2.3.script ${D}/home/root - install -m 0644 ${S}/scripts/loadDriver.sh ${D}/home/root + install -m 0755 ${S}/scripts/loadDriver.sh ${D}/home/root } FILES_${PN} += "/home/root*" diff --git a/recipes-kernel/mocca-usb/.mocca-usb.bb.swp b/recipes-kernel/mocca-usb/.mocca-usb.bb.swp deleted file mode 100644 index 8e89cc84b..000000000 Binary files a/recipes-kernel/mocca-usb/.mocca-usb.bb.swp and /dev/null differ