mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Compare commits
6 Commits
ti2016.08-
...
ti2016.09-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0edce56657 | ||
|
|
10a7f17683 | ||
|
|
462d0a5513 | ||
|
|
15a6004a8f | ||
|
|
1929a174a9 | ||
|
|
e88b3f0ef9 |
@@ -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
|
||||
|
||||
@@ -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 ?= ""
|
||||
|
||||
@@ -6,4 +6,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.4:"
|
||||
|
||||
BRANCH = "ti-rt-linux-4.4.y"
|
||||
|
||||
SRCREV = "a316253be548aa1fbad2ede3a1c8b62ac2f142e5"
|
||||
SRCREV = "c208fe68cbd1a735fc817a7dec534a2c8b0f7e6e"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user