diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2016-12-16 17:46:52 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-17 17:28:08 +0000 |
commit | 506fe20e96031282d17a2121871dd2ea1a1be769 (patch) | |
tree | 1ea3d702c0a071c59692d1cb645a22aef391eb0c | |
parent | b092df77e7b5ede496f4d3c8b71ba37a640b1fa8 (diff) |
recipes-demo-hmi: fix file permissions
This patch sets the permissions for loadDriver.sh to 0755.
Change-Id: I86bce55c06ffccedef17c821fb7b2dbdbef2bc1c
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
-rw-r--r-- | recipes-demo-hmi/unicens/.unicens_0.1.bb.swp | bin | 12288 -> 0 bytes | |||
-rw-r--r-- | recipes-demo-hmi/unicens/unicens_0.1.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/mocca-usb/.mocca-usb.bb.swp | bin | 12288 -> 0 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/unicens/.unicens_0.1.bb.swp b/recipes-demo-hmi/unicens/.unicens_0.1.bb.swp Binary files differdeleted file mode 100644 index 3b7f4f084..000000000 --- a/recipes-demo-hmi/unicens/.unicens_0.1.bb.swp +++ /dev/null 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 Binary files differdeleted file mode 100644 index 8e89cc84b..000000000 --- a/recipes-kernel/mocca-usb/.mocca-usb.bb.swp +++ /dev/null |