diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-25 15:40:57 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-27 08:36:00 -0800 |
commit | be5c0d1d5e5a12262501bb1725bd1eb208df74c1 (patch) | |
tree | 230e1176552d5c7a203e8d4b9801188c0269beb2 /meta-xilinx-standalone | |
parent | 4f3edb6da405ffff957d6f194bc7db7bdd9f1463 (diff) | |
download | meta-xilinx-be5c0d1d5e5a12262501bb1725bd1eb208df74c1.tar.gz |
Remove hardcoded XILINX_RELEASE_VERSION in recipes
XILINX_RELEASE_VERSION is defined by the layer.conf, so we can and
should use the version defined there.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone')
4 files changed, 0 insertions, 5 deletions
diff --git a/meta-xilinx-standalone/classes/esw.bbclass b/meta-xilinx-standalone/classes/esw.bbclass index 4a815eb6..f99dbdd5 100644 --- a/meta-xilinx-standalone/classes/esw.bbclass +++ b/meta-xilinx-standalone/classes/esw.bbclass | |||
@@ -4,8 +4,6 @@ LICENSE = "Proprietary" | |||
4 | LICFILENAME = "license.txt" | 4 | LICFILENAME = "license.txt" |
5 | LIC_FILES_CHKSUM = "file://${S}/${LICFILENAME};md5=39ab6ab638f4d1836ba994ec6852de94" | 5 | LIC_FILES_CHKSUM = "file://${S}/${LICFILENAME};md5=39ab6ab638f4d1836ba994ec6852de94" |
6 | 6 | ||
7 | XILINX_RELEASE_VERSION = "v2020.1" | ||
8 | |||
9 | # We should move to an actual SRCREV eventually | 7 | # We should move to an actual SRCREV eventually |
10 | SRCREV = "${AUTOREV}" | 8 | SRCREV = "${AUTOREV}" |
11 | PV = "${XILINX_RELEASE_VERSION}+git${SRCPV}" | 9 | PV = "${XILINX_RELEASE_VERSION}+git${SRCPV}" |
diff --git a/meta-xilinx-standalone/recipes-standalone/plm/plm_2020.1.bb b/meta-xilinx-standalone/recipes-standalone/plm/plm_2020.1.bb index 820ec241..de37205f 100644 --- a/meta-xilinx-standalone/recipes-standalone/plm/plm_2020.1.bb +++ b/meta-xilinx-standalone/recipes-standalone/plm/plm_2020.1.bb | |||
@@ -3,7 +3,6 @@ inherit deploy | |||
3 | LICENSE = "Proprietary" | 3 | LICENSE = "Proprietary" |
4 | LIC_FILES_CHKSUM = "file://../../../../license.txt;md5=39ab6ab638f4d1836ba994ec6852de94" | 4 | LIC_FILES_CHKSUM = "file://../../../../license.txt;md5=39ab6ab638f4d1836ba994ec6852de94" |
5 | 5 | ||
6 | XILINX_RELEASE_VERSION = "v2020.1" | ||
7 | SRCREV = "e8db5fb118229fdc621e0ec7848641a23bf60998" | 6 | SRCREV = "e8db5fb118229fdc621e0ec7848641a23bf60998" |
8 | PV = "${XILINX_RELEASE_VERSION}+git${SRCPV}" | 7 | PV = "${XILINX_RELEASE_VERSION}+git${SRCPV}" |
9 | 8 | ||
diff --git a/meta-xilinx-standalone/recipes-standalone/pmu-firmware/pmu-firmware_2020.1.bb b/meta-xilinx-standalone/recipes-standalone/pmu-firmware/pmu-firmware_2020.1.bb index 36a61f04..61a3d2de 100644 --- a/meta-xilinx-standalone/recipes-standalone/pmu-firmware/pmu-firmware_2020.1.bb +++ b/meta-xilinx-standalone/recipes-standalone/pmu-firmware/pmu-firmware_2020.1.bb | |||
@@ -3,7 +3,6 @@ inherit deploy | |||
3 | LICENSE = "Proprietary" | 3 | LICENSE = "Proprietary" |
4 | LIC_FILES_CHKSUM = "file://../../../../license.txt;md5=39ab6ab638f4d1836ba994ec6852de94" | 4 | LIC_FILES_CHKSUM = "file://../../../../license.txt;md5=39ab6ab638f4d1836ba994ec6852de94" |
5 | 5 | ||
6 | XILINX_RELEASE_VERSION = "v2020.1" | ||
7 | SRCREV = "e8db5fb118229fdc621e0ec7848641a23bf60998" | 6 | SRCREV = "e8db5fb118229fdc621e0ec7848641a23bf60998" |
8 | PV = "${XILINX_RELEASE_VERSION}+git${SRCPV}" | 7 | PV = "${XILINX_RELEASE_VERSION}+git${SRCPV}" |
9 | 8 | ||
diff --git a/meta-xilinx-standalone/recipes-standalone/psm-firmware/psm-firmware_2020.1.bb b/meta-xilinx-standalone/recipes-standalone/psm-firmware/psm-firmware_2020.1.bb index 1fe9722a..7523f9a0 100644 --- a/meta-xilinx-standalone/recipes-standalone/psm-firmware/psm-firmware_2020.1.bb +++ b/meta-xilinx-standalone/recipes-standalone/psm-firmware/psm-firmware_2020.1.bb | |||
@@ -3,7 +3,6 @@ inherit deploy | |||
3 | LICENSE = "Proprietary" | 3 | LICENSE = "Proprietary" |
4 | LIC_FILES_CHKSUM = "file://../../../../license.txt;md5=39ab6ab638f4d1836ba994ec6852de94" | 4 | LIC_FILES_CHKSUM = "file://../../../../license.txt;md5=39ab6ab638f4d1836ba994ec6852de94" |
5 | 5 | ||
6 | XILINX_RELEASE_VERSION = "v2020.1" | ||
7 | SRCREV = "e8db5fb118229fdc621e0ec7848641a23bf60998" | 6 | SRCREV = "e8db5fb118229fdc621e0ec7848641a23bf60998" |
8 | PV = "${XILINX_RELEASE_VERSION}+git${SRCPV}" | 7 | PV = "${XILINX_RELEASE_VERSION}+git${SRCPV}" |
9 | 8 | ||