summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/bootfiles/rpi-config_git.bb
diff options
context:
space:
mode:
authorHugo Hromic <hhromic@gmail.com>2018-06-19 14:46:42 +0100
committerAndrei Gherzan <andrei@gherzan.com>2018-09-06 20:00:49 +0100
commit2cae48218bfe9c934de53344b36d0f459a710378 (patch)
tree0e0ea7fb8c95579aa02165aacbe39faa6046ba63 /recipes-bsp/bootfiles/rpi-config_git.bb
parent1801aa319c0e6874043cce5439f8954e9a872a78 (diff)
downloadmeta-raspberrypi-2cae48218bfe9c934de53344b36d0f459a710378.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/rpi-config_git.bb')
-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