summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2016-12-16 17:46:52 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-12-17 17:28:08 +0000
commit506fe20e96031282d17a2121871dd2ea1a1be769 (patch)
tree1ea3d702c0a071c59692d1cb645a22aef391eb0c
parentb092df77e7b5ede496f4d3c8b71ba37a640b1fa8 (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.swpbin12288 -> 0 bytes
-rw-r--r--recipes-demo-hmi/unicens/unicens_0.1.bb2
-rw-r--r--recipes-kernel/mocca-usb/.mocca-usb.bb.swpbin12288 -> 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
deleted file mode 100644
index 3b7f4f08..00000000
--- a/recipes-demo-hmi/unicens/.unicens_0.1.bb.swp
+++ /dev/null
Binary files differ
diff --git a/recipes-demo-hmi/unicens/unicens_0.1.bb b/recipes-demo-hmi/unicens/unicens_0.1.bb
index 27069a09..176baa40 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 8e89cc84..00000000
--- a/recipes-kernel/mocca-usb/.mocca-usb.bb.swp
+++ /dev/null
Binary files differ