aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-04-21 13:18:43 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2017-04-21 16:27:37 +0200
commit210086515e23dd959ff5f70744953160adb2a4f0 (patch)
treea93f30f3eff7f77d1a93030d6689c606a3292f8f
parent975d053dec34c40142725fdbc7d75d597d51920e (diff)
Copy the license locally to porter-bootfilessandbox/oytis/switchupdater
-rw-r--r--meta-rcar-gen2/recipes-bsp/bootfiles/files/COPYING.MIT17
-rw-r--r--meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb6
2 files changed, 21 insertions, 2 deletions
diff --git a/meta-rcar-gen2/recipes-bsp/bootfiles/files/COPYING.MIT b/meta-rcar-gen2/recipes-bsp/bootfiles/files/COPYING.MIT
new file mode 100644
index 0000000..fb950dc
--- /dev/null
+++ b/meta-rcar-gen2/recipes-bsp/bootfiles/files/COPYING.MIT
@@ -0,0 +1,17 @@
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb b/meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb
index 2c14a88..37a7a19 100644
--- a/meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb
+++ b/meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Boot files (bootscripts etc.) for Renesas Porter board"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
inherit deploy
@@ -8,7 +8,9 @@ COMPATIBLE_MACHINE = "porter"
S = "${WORKDIR}"
-SRC_URI_append_sota = "file://uEnv-ota.txt"
+SRC_URI = "file://COPYING.MIT"
+
+SRC_URI_append_sota = " file://uEnv-ota.txt"
do_deploy() {
install -d ${DEPLOYDIR}/${PN}