summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2024-02-28 00:51:29 -0500
committerRyan Eatmon <reatmon@ti.com>2024-02-28 13:20:35 -0600
commitd7624a767e20c776eb937c2942127299b4dc0093 (patch)
treeeeff6332da1dc7d8db6a6454bd9bac99c30166cf /meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
parentfba0b171679096da5591a936cf827bb1ce905812 (diff)
downloadmeta-ti-d7624a767e20c776eb937c2942127299b4dc0093.tar.gz
Drop SRCPV
A change in master from last year [1] dropped setting SRCPV. Since it is now empty, we do not need to use when setting PV. [1] https://git.openembedded.org/openembedded-core/commit/?id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc')
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index 6412cb94..855307d9 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -21,7 +21,7 @@ UBOOT_GIT_URI ?= "git://git.ti.com/git/ti-u-boot/ti-u-boot.git"
21UBOOT_GIT_PROTOCOL = "https" 21UBOOT_GIT_PROTOCOL = "https"
22SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}" 22SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}"
23 23
24PV:append = "+git${SRCPV}" 24PV:append = "+git"
25 25
26# u-boot needs devtree compiler to parse dts files 26# u-boot needs devtree compiler to parse dts files
27DEPENDS += "dtc-native bc-native flex-native bison-native python3-setuptools-native" 27DEPENDS += "dtc-native bc-native flex-native bison-native python3-setuptools-native"