From be5c0d1d5e5a12262501bb1725bd1eb208df74c1 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 25 Feb 2020 15:40:57 -0800 Subject: 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 --- meta-xilinx-standalone/classes/esw.bbclass | 2 -- meta-xilinx-standalone/recipes-standalone/plm/plm_2020.1.bb | 1 - .../recipes-standalone/pmu-firmware/pmu-firmware_2020.1.bb | 1 - .../recipes-standalone/psm-firmware/psm-firmware_2020.1.bb | 1 - 4 files changed, 5 deletions(-) (limited to 'meta-xilinx-standalone') 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" LICFILENAME = "license.txt" LIC_FILES_CHKSUM = "file://${S}/${LICFILENAME};md5=39ab6ab638f4d1836ba994ec6852de94" -XILINX_RELEASE_VERSION = "v2020.1" - # We should move to an actual SRCREV eventually SRCREV = "${AUTOREV}" 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 LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://../../../../license.txt;md5=39ab6ab638f4d1836ba994ec6852de94" -XILINX_RELEASE_VERSION = "v2020.1" SRCREV = "e8db5fb118229fdc621e0ec7848641a23bf60998" PV = "${XILINX_RELEASE_VERSION}+git${SRCPV}" 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 LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://../../../../license.txt;md5=39ab6ab638f4d1836ba994ec6852de94" -XILINX_RELEASE_VERSION = "v2020.1" SRCREV = "e8db5fb118229fdc621e0ec7848641a23bf60998" PV = "${XILINX_RELEASE_VERSION}+git${SRCPV}" 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 LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://../../../../license.txt;md5=39ab6ab638f4d1836ba994ec6852de94" -XILINX_RELEASE_VERSION = "v2020.1" SRCREV = "e8db5fb118229fdc621e0ec7848641a23bf60998" PV = "${XILINX_RELEASE_VERSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf