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

linux-ti81xx-psp 2.6.37: move SRCREV back to the point where it matches the ..1.27 HDVPSS firmware

Signed-off-by: Koen Kooi <k-kooi@ti.com>
This commit is contained in:
Koen Kooi
2011-07-07 12:03:45 +01:00
parent bd3b8388ed
commit 6d7b2a2d6e
2 changed files with 5 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti81xx-psp"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
# Increase this everytime you change something in the kernel
MACHINE_KERNEL_PR = "r1"
MACHINE_KERNEL_PR = "r2"
KERNEL_IMAGETYPE = "uImage"

View File

@@ -6,10 +6,12 @@ KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "am387x-evm|am389x-evm|c6a814x-evm|c6a816x-evm|dm814x-evm"
# This is on the ti81xx-master branch
SRCREV = "d686b2da5d2e7337c9759f910c3a665c27b0ec31"
SRCREV = "5f796a09b932def4b02032521b412d9c64c8669a"
# requires .28 hdvpss: d686b2da5d2e7337c9759f910c3a665c27b0ec31
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
MACHINE_KERNEL_PR_append = "b+gitr${SRCREV}"
MACHINE_KERNEL_PR_append = "C+gitr${SRCREV}"
SRC_URI += "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=ti81xx-master \
file://defconfig"