summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <paul@betafive.co.uk>2019-10-21 10:37:22 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-10-24 14:08:16 +0100
commit55d521a888414948a4828e608c591f1eeca82f70 (patch)
tree99cec5878a969cdb28f1b4ac980cc90e8b754909
parenta4bbd10d46c4b84e84e84b1d0798f1be1aa6d58a (diff)
downloadmeta-raspberrypi-55d521a888414948a4828e608c591f1eeca82f70.tar.gz
armstubs: License is BSD-3-Clause
All source files in the armstubs directory have a 3-clause BSD license. The Makefile doesn't appear to use any files from outside this directory during the build. Signed-off-by: Paul Barker <paul@betafive.co.uk>
-rw-r--r--recipes-bsp/armstubs/armstubs.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/armstubs/armstubs.bb b/recipes-bsp/armstubs/armstubs.bb
index 66f2833..4318d9b 100644
--- a/recipes-bsp/armstubs/armstubs.bb
+++ b/recipes-bsp/armstubs/armstubs.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "Boot strap code that the GPU puts on memory to start running the boot loader" 1DESCRIPTION = "Boot strap code that the GPU puts on memory to start running the boot loader"
2LICENSE = "Proprietary" 2LICENSE = "BSD-3-Clause"
3 3
4LIC_FILES_CHKSUM = "file://armstub.S;beginline=1;endline=26;md5=9888f34ac06a676129416c952a6a521e" 4LIC_FILES_CHKSUM = "file://armstub.S;beginline=1;endline=26;md5=9888f34ac06a676129416c952a6a521e"
5 5