mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-07 19:32:58 +00:00
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>
This commit is contained in:
committed by
Ryan Eatmon
parent
fba0b17167
commit
d7624a767e
@@ -7,7 +7,7 @@ BRANCH = "master"
|
||||
# This corresponds to version 4.20.00.01
|
||||
SRCREV = "86269258a48e0a9008dd9d5ebfae9da7ce843393"
|
||||
|
||||
PV = "4.20.00.01+git${SRCPV}"
|
||||
PV = "4.20.00.01+git"
|
||||
|
||||
SRC_URI = "git://git.ti.com/git/ipc/ludev.git;protocol=https;branch=${BRANCH}"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ SUMMARY = "R5 PSDK CPSW9G Ethernet Switch Firmware"
|
||||
LICENSE = "TI-TFL"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=04ad0a015d4bb63c2b9e7b112debf3db"
|
||||
|
||||
PV = "6.2+git${SRCPV}"
|
||||
PV = "6.2+git"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit update-alternatives
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PV:k3 = "2.10+git${SRCPV}"
|
||||
PV:k3 = "2.10+git"
|
||||
SRCREV_tfa:k3 = "00f1ec6b8740ccd403e641131e294aabacf2a48b"
|
||||
SRC_URI:k3 = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;name=tfa;branch=master"
|
||||
COMPATIBLE_MACHINE:k3 = "k3"
|
||||
|
||||
@@ -21,7 +21,7 @@ UBOOT_GIT_URI ?= "git://git.ti.com/git/ti-u-boot/ti-u-boot.git"
|
||||
UBOOT_GIT_PROTOCOL = "https"
|
||||
SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
PV:append = "+git${SRCPV}"
|
||||
PV:append = "+git"
|
||||
|
||||
# u-boot needs devtree compiler to parse dts files
|
||||
DEPENDS += "dtc-native bc-native flex-native bison-native python3-setuptools-native"
|
||||
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a56bddef00b39fb0f45488fdc4ce108f"
|
||||
|
||||
inherit cmake
|
||||
|
||||
PV = "0.3+git${SRCPV}"
|
||||
PV = "0.3+git"
|
||||
|
||||
COMPATIBLE_MACHINE = "k3"
|
||||
|
||||
|
||||
@@ -21,12 +21,12 @@ S = "${WORKDIR}/git"
|
||||
|
||||
# 6.1.69 version for 32-bit
|
||||
SRCREV:armv7a = "a1f26a19581970f76220c68c438981796ce5b767"
|
||||
PV:armv7a = "6.1.69+git${SRCPV}"
|
||||
PV:armv7a = "6.1.69+git"
|
||||
BRANCH:armv7a = "v6.1.69-ti-r22"
|
||||
|
||||
# 6.1.69 version for 64-bit
|
||||
SRCREV:aarch64 = "bc76b5d278271f66a6faeb2d09cb09fc6c57dd3c"
|
||||
PV:aarch64 = "6.1.69+git${SRCPV}"
|
||||
PV:aarch64 = "6.1.69+git"
|
||||
BRANCH:aarch64 = "v6.1.69-ti-arm64-r24"
|
||||
|
||||
SRC_URI = " \
|
||||
|
||||
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
# 6.6 Mainline version
|
||||
SRCREV = "ffc253263a1375a65fa6c9f62a893e9767fbebfa"
|
||||
PV = "6.6+git${SRCPV}"
|
||||
PV = "6.6+git"
|
||||
|
||||
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
|
||||
MACHINE_KERNEL_PR:append = "b"
|
||||
|
||||
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
# 6.6.0-rc3+ version
|
||||
SRCREV = "6465e260f48790807eef06b583b38ca9789b6072"
|
||||
PV = "6.6.0-rc3+git${SRCPV}"
|
||||
PV = "6.6.0-rc3+git"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;protocol=https;branch=master"
|
||||
|
||||
|
||||
@@ -10,4 +10,4 @@ SRCREV = "bdebf4319d95b46edd39be72d937d1e0086865fe"
|
||||
|
||||
include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
|
||||
|
||||
PV = "6.1.69+git${SRCPV}"
|
||||
PV = "6.1.69+git"
|
||||
|
||||
@@ -12,4 +12,4 @@ SRCREV = "357d8fe8189aa5c61b4e311ef810f7e0a2c49be9"
|
||||
|
||||
include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
|
||||
|
||||
PV = "6.6.14+git${SRCPV}"
|
||||
PV = "6.6.14+git"
|
||||
|
||||
@@ -24,7 +24,7 @@ S = "${WORKDIR}/git"
|
||||
BRANCH ?= "ti-linux-6.1.y"
|
||||
|
||||
SRCREV ?= "77aa27cbdca359bf0735b36ada464ec65b520943"
|
||||
PV = "6.1.69+git${SRCPV}"
|
||||
PV = "6.1.69+git"
|
||||
|
||||
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
|
||||
MACHINE_KERNEL_PR:append = "b"
|
||||
|
||||
@@ -26,7 +26,7 @@ S = "${WORKDIR}/git"
|
||||
BRANCH ?= "ti-linux-6.6.y"
|
||||
|
||||
SRCREV ?= "cb84067eaf83e8287003bf17c3aed93ecd946a05"
|
||||
PV = "6.6.14+git${SRCPV}"
|
||||
PV = "6.6.14+git"
|
||||
|
||||
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
|
||||
MACHINE_KERNEL_PR:append = "b"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
PV = "4.1.0+git${SRCPV}"
|
||||
PV = "4.1.0+git"
|
||||
SRCREV = "f7e4ced15d1fefd073bbfc484fe0e1f74afe96c2"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
PV = "4.0.0+git${SRCPV}"
|
||||
PV = "4.0.0+git"
|
||||
SRCREV = "378dc0db2d5dd279f58a3b6cb3f78ffd6b165035"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PV = "4.1.0+git${SRCPV}"
|
||||
PV = "4.1.0+git"
|
||||
SRCREV = "012cdca49db398693903e05c42a254a3a0c0d8f2"
|
||||
|
||||
# Fixes for pointing to 4.0.0 before upstream meta-arm
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PV = "4.1.0+git${SRCPV}"
|
||||
PV = "4.1.0+git"
|
||||
SRCREV = "2e1e7a9c9d659585566a75fc8802f4758c42bcb2"
|
||||
|
||||
# Fixes for pointing to 4.0.0 before upstream meta-arm
|
||||
|
||||
@@ -10,7 +10,7 @@ SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};bra
|
||||
# 0.6.4 release
|
||||
SRCREV = "439a13cf24662224d5dfa672c6a50d7c43899886"
|
||||
|
||||
PV = "0.6.4+git${SRCPV}"
|
||||
PV = "0.6.4+git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ TI_RTOS_METADATA_DIR ?= "${PLAT_SFX}"
|
||||
TI_RTOS_METADATA_FILE ?= "${S}${TI_RTOS_METADATA_DIR}/metadata.inc"
|
||||
TI_RTOS_METADATA_FILE:am64xx ?= "${S}${TI_RTOS_METADATA_DIR}/mcusdk_metadata.inc"
|
||||
|
||||
PV = "1.0.0+git${SRCPV}"
|
||||
PV = "1.0.0+git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user