diff options
| author | Andrey Zhizhikin <andrey.z@gmail.com> | 2019-02-22 14:16:16 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-02-25 10:31:32 -0800 |
| commit | 3f860667f638bbb657089f6a59a4921aba6d37a2 (patch) | |
| tree | 3ea41d3e410c069eba7d1fd92403c88e55cc87b9 | |
| parent | 1278843c4ab07df70aaeacac0816ce271b931739 (diff) | |
| download | meta-altera-3f860667f638bbb657089f6a59a4921aba6d37a2.tar.gz | |
u-boot: update License file on per-release basis
This serves as a preparation for v2019.01 integration, where the License
file is updated. Since the checksum cannot be maintained in the common
include file any longer - the best way is to move the License
description and checksum into individual recipes.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga-common.inc | 3 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb | 3 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb | 3 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb | 3 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb | 3 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb | 3 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb | 3 |
7 files changed, 18 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga-common.inc b/recipes-bsp/u-boot/u-boot-socfpga-common.inc index 702c4d5..415f70d 100644 --- a/recipes-bsp/u-boot/u-boot-socfpga-common.inc +++ b/recipes-bsp/u-boot/u-boot-socfpga-common.inc | |||
| @@ -1,9 +1,6 @@ | |||
| 1 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" | 1 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" |
| 2 | SECTION = "bootloaders" | 2 | SECTION = "bootloaders" |
| 3 | 3 | ||
| 4 | LICENSE = "GPLv2+" | ||
| 5 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | ||
| 6 | |||
| 7 | PV_append = "+git${SRCPV}" | 4 | PV_append = "+git${SRCPV}" |
| 8 | 5 | ||
| 9 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master" | 6 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master" |
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb index 526e22c..68a529d 100644 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb +++ b/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | require u-boot-socfpga-common.inc | 1 | require u-boot-socfpga-common.inc |
| 2 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | 2 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc |
| 3 | 3 | ||
| 4 | LICENSE = "GPLv2+" | ||
| 5 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | ||
| 6 | |||
| 4 | # This revision corresponds to the tag "v2016.05" | 7 | # This revision corresponds to the tag "v2016.05" |
| 5 | # We use the revision in order to avoid having to fetch it from the | 8 | # We use the revision in order to avoid having to fetch it from the |
| 6 | # repo during parse | 9 | # repo during parse |
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb index 9d47e72..1337c8a 100644 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb +++ b/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb | |||
| @@ -4,6 +4,9 @@ require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | |||
| 4 | 4 | ||
| 5 | FILESEXTRAPATHS =. "${THISDIR}/files/v2016.11:" | 5 | FILESEXTRAPATHS =. "${THISDIR}/files/v2016.11:" |
| 6 | 6 | ||
| 7 | LICENSE = "GPLv2+" | ||
| 8 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | ||
| 9 | |||
| 7 | # This revision corresponds to the tag "v2016.11" | 10 | # This revision corresponds to the tag "v2016.11" |
| 8 | # We use the revision in order to avoid having to fetch it from the | 11 | # We use the revision in order to avoid having to fetch it from the |
| 9 | # repo during parse | 12 | # repo during parse |
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb index 635acee..c41b468 100644 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb +++ b/recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb | |||
| @@ -4,6 +4,9 @@ require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | |||
| 4 | 4 | ||
| 5 | FILESEXTRAPATHS =. "${THISDIR}/files/v2017.07:" | 5 | FILESEXTRAPATHS =. "${THISDIR}/files/v2017.07:" |
| 6 | 6 | ||
| 7 | LICENSE = "GPLv2+" | ||
| 8 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | ||
| 9 | |||
| 7 | # This revision corresponds to the tag "v2017.07" | 10 | # This revision corresponds to the tag "v2017.07" |
| 8 | # We use the revision in order to avoid having to fetch it from the | 11 | # We use the revision in order to avoid having to fetch it from the |
| 9 | # repo during parse | 12 | # repo during parse |
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb index 372a10d..389020a 100644 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb +++ b/recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb | |||
| @@ -3,6 +3,9 @@ require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | |||
| 3 | 3 | ||
| 4 | FILESEXTRAPATHS =. "${THISDIR}/files/v2017.09:" | 4 | FILESEXTRAPATHS =. "${THISDIR}/files/v2017.09:" |
| 5 | 5 | ||
| 6 | LICENSE = "GPLv2+" | ||
| 7 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | ||
| 8 | |||
| 6 | SRCREV = "c98ac3487e413c71e5d36322ef3324b21c6f60f9" | 9 | SRCREV = "c98ac3487e413c71e5d36322ef3324b21c6f60f9" |
| 7 | 10 | ||
| 8 | # Stratix10 is not mainlined yet | 11 | # Stratix10 is not mainlined yet |
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb index 298f39f..9e0d937 100644 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb +++ b/recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb | |||
| @@ -3,6 +3,9 @@ require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | |||
| 3 | 3 | ||
| 4 | FILESEXTRAPATHS =. "${THISDIR}/files/v2018.03:" | 4 | FILESEXTRAPATHS =. "${THISDIR}/files/v2018.03:" |
| 5 | 5 | ||
| 6 | LICENSE = "GPLv2+" | ||
| 7 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | ||
| 8 | |||
| 6 | SRCREV = "f95ab1fb6e37f0601f397091bb011edf7a98b890" | 9 | SRCREV = "f95ab1fb6e37f0601f397091bb011edf7a98b890" |
| 7 | 10 | ||
| 8 | SRC_URI_append = "\ | 11 | SRC_URI_append = "\ |
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb index 81492cb..b0358f1 100644 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb +++ b/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb | |||
| @@ -3,6 +3,9 @@ require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | |||
| 3 | 3 | ||
| 4 | FILESEXTRAPATHS =. "${THISDIR}/files/v2018.05:" | 4 | FILESEXTRAPATHS =. "${THISDIR}/files/v2018.05:" |
| 5 | 5 | ||
| 6 | LICENSE = "GPLv2+" | ||
| 7 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | ||
| 8 | |||
| 6 | SRCREV = "890e79f2b1c26c5ba1a86d179706348aec7feef7" | 9 | SRCREV = "890e79f2b1c26c5ba1a86d179706348aec7feef7" |
| 7 | 10 | ||
| 8 | SRC_URI_append = "\ | 11 | SRC_URI_append = "\ |
