diff options
| author | Hugo Hromic <hhromic@gmail.com> | 2018-06-19 14:46:42 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2018-09-06 11:59:38 +0100 |
| commit | ec82685c8c7b7d00d647eaf145bd7bb74d28682d (patch) | |
| tree | 0e0ea7fb8c95579aa02165aacbe39faa6046ba63 /recipes-bsp | |
| parent | 6b181fab70abc06922fbb667abaa6e7b22da06b7 (diff) | |
| download | meta-raspberrypi-ec82685c8c7b7d00d647eaf145bd7bb74d28682d.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')
| -rw-r--r-- | recipes-bsp/bootfiles/rpi-config_git.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/rpi-u-boot-scr/rpi-u-boot-scr.bb | 2 |
2 files changed, 2 insertions, 2 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." |
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 7 | 7 | ||
| 8 | COMPATIBLE_MACHINE = "^rpi$" | 8 | COMPATIBLE_MACHINE = "^rpi$" |
| 9 | 9 | ||
diff --git a/recipes-bsp/rpi-u-boot-scr/rpi-u-boot-scr.bb b/recipes-bsp/rpi-u-boot-scr/rpi-u-boot-scr.bb index 0106ac3..593fc90 100644 --- a/recipes-bsp/rpi-u-boot-scr/rpi-u-boot-scr.bb +++ b/recipes-bsp/rpi-u-boot-scr/rpi-u-boot-scr.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | SUMMARY = "U-boot boot scripts for Raspberry Pi" | 1 | SUMMARY = "U-boot boot scripts for Raspberry Pi" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 4 | COMPATIBLE_MACHINE = "^rpi$" | 4 | COMPATIBLE_MACHINE = "^rpi$" |
| 5 | 5 | ||
| 6 | DEPENDS = "u-boot-mkimage-native" | 6 | DEPENDS = "u-boot-mkimage-native" |
