recipes-demo-hmi: fix file permissions 75/7675/2
authorChristian Gromm <christian.gromm@microchip.com>
Fri, 16 Dec 2016 16:46:52 +0000 (17:46 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sat, 17 Dec 2016 17:28:08 +0000 (17:28 +0000)
This patch sets the permissions for loadDriver.sh to 0755.

Change-Id: I86bce55c06ffccedef17c821fb7b2dbdbef2bc1c
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
recipes-demo-hmi/unicens/.unicens_0.1.bb.swp [deleted file]
recipes-demo-hmi/unicens/unicens_0.1.bb
recipes-kernel/mocca-usb/.mocca-usb.bb.swp [deleted file]

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 (file)
index 3b7f4f0..0000000
Binary files a/recipes-demo-hmi/unicens/.unicens_0.1.bb.swp and /dev/null differ
index 27069a0..176baa4 100644 (file)
@@ -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 (file)
index 8e89cc8..0000000
Binary files a/recipes-kernel/mocca-usb/.mocca-usb.bb.swp and /dev/null differ