summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/bootfiles
diff options
context:
space:
mode:
authorHugo Hromic <hhromic@gmail.com>2018-06-19 14:46:42 +0100
committerAndrei Gherzan <andrei@gherzan.com>2018-06-27 13:38:23 +0100
commitefa81bff3ee6eeaeee50801989c5feade8c0f974 (patch)
tree5900b74153028e5a73b58bcb320991d73533fc3b /recipes-bsp/bootfiles
parent19d0fcac215f0859162a8b3b44e4be052130e323 (diff)
downloadmeta-raspberrypi-efa81bff3ee6eeaeee50801989c5feade8c0f974.tar.gz
meta-raspberrypi: use generic licenses in ${COMMON_LICENSE_DIR} from Poky
Keep consistency with current practices. Signed-off-by: Hugo Hromic <hhromic@gmail.com>
Diffstat (limited to 'recipes-bsp/bootfiles')
-rw-r--r--recipes-bsp/bootfiles/rpi-config_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb
index 6924d1f..a85c916 100644
--- a/recipes-bsp/bootfiles/rpi-config_git.bb
+++ b/recipes-bsp/bootfiles/rpi-config_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Commented config.txt file for the Raspberry Pi. \
3 the ARM core is initialised. It can be used to set various \ 3 the ARM core is initialised. It can be used to set various \
4 system configuration parameters." 4 system configuration parameters."
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
7 7
8COMPATIBLE_MACHINE = "^rpi$" 8COMPATIBLE_MACHINE = "^rpi$"
9 9