mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-06 02:42:34 +00:00
pru-icss_git.bb: bug fixes for SDK 5.2
PRU Software Support Package example PRU_ADC_onChip does not work out of the box in SDK 5.1. This update fixes the PRU_ADC_onChip example. Signed-off-by: Nick Saulnier <nsaulnier@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
53f0eecf87
commit
3901dc9396
@@ -8,10 +8,10 @@ inherit update-alternatives
|
||||
|
||||
BRANCH = "master"
|
||||
SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}"
|
||||
SRCREV = "f43599464e8e879a127241b68fbeb0abca4cbd9f"
|
||||
SRCREV = "99b1bfd8ca8780fd2306c2c939f3fd477b2e5218"
|
||||
|
||||
PV = "5.3.0"
|
||||
PR = "r2"
|
||||
PV = "5.4.0"
|
||||
PR = "r1"
|
||||
|
||||
require recipes-ti/includes/ti-paths.inc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user