1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

Compare commits

...

6 Commits

Author SHA1 Message Date
Jean-Jacques Hiblot
0edce56657 linux-ti-staging 4.4: update to the latest for ti2016.09-rc3
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-10-19 21:42:52 -04:00
Jean-Jacques Hiblot
10a7f17683 u-boot-ti-staging: update to ti2016.09-rc1 tag
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-10-12 21:07:41 -04:00
Jean-Jacques Hiblot
462d0a5513 linux-ti-staging 4.4: update to the latest for ti2016.09-rc1
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-10-12 21:07:36 -04:00
Karthik Ramanan
15a6004a8f libdce: Update SRCREV
* Minor REV bump

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-10-11 15:48:34 -04:00
Karthik Ramanan
1929a174a9 ipumm-fw: Update new SRCREV on git repo
The ipumm-fw repository had to undergo a forced commit update.
This was an unforeseen update and had to be done in urgency.
This recipe update takes care of fixing the new commit-id that
corresponds to the previous version that was being used.

There is no functional change.

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-10-03 18:44:57 -04:00
Jean-Jacques Hiblot
e88b3f0ef9 linux-ti-staging 4.4: update to 4.4.86 and ti2016.08-rc3 tag
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-09-05 15:37:53 -04:00
5 changed files with 9 additions and 9 deletions

View File

@@ -17,12 +17,12 @@ RDEPENDS_${PN} = " libdce"
SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git"
SRCREV = "fd441443a4289c801a0c8d9f00b6966f7fe3476c"
SRCREV = "2aa80581cc7d1d82a1af9a46c37793b2fe8b9d42"
S = "${WORKDIR}/git"
PV = "3.00.13.00"
PR = "r5"
PR = "r6"
require recipes-ti/includes/ti-paths.inc
require recipes-ti/includes/ti-staging.inc

View File

@@ -7,14 +7,14 @@ DESCRIPTION = "u-boot bootloader for TI devices"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
PR = "r34"
PR = "r35"
PV_append = "+git${SRCPV}"
SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
BRANCH ?= "ti-u-boot-2016.05"
SRCREV = "299ebd66e11c2481a29ddcbfe65e196f6c9e0b41"
SRCREV = "340c262b4bed7adac127e572f857e6f931ef18b2"
# Support for secure devices - detailed info is in doc/README.ti-secure
TI_SECURE_DEV_PKG ?= ""

View File

@@ -6,4 +6,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.4:"
BRANCH = "ti-rt-linux-4.4.y"
SRCREV = "a316253be548aa1fbad2ede3a1c8b62ac2f142e5"
SRCREV = "c208fe68cbd1a735fc817a7dec534a2c8b0f7e6e"

View File

@@ -82,8 +82,8 @@ S = "${WORKDIR}/git"
BRANCH = "ti-lsk-linux-4.4.y"
SRCREV = "3c90ccbbfc222646aaaa0a263afc2028c1c6333e"
PV = "4.4.84+git${SRCPV}"
SRCREV = "9d9bc78b62f4af2125944b7b36764bba7ef9ae89"
PV = "4.4.91+git${SRCPV}"
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
MACHINE_KERNEL_PR_append = "a"

View File

@@ -7,9 +7,9 @@ inherit autotools pkgconfig
DEPENDS = "libdrm ti-ipc"
SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git"
SRCREV = "398dd27e7f3181fff9e3d910b418c69f1493f52f"
SRCREV = "75810b7bb53d2d076a96c2d1e2f8c61b3c12cb6b"
PR = "r4"
PR = "r5"
S = "${WORKDIR}/git"
EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"