From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-bsp/ti/am33x-cm3_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/ti/am33x-cm3_git.bb b/recipes-bsp/ti/am33x-cm3_git.bb index 3be46b6..cfde2cf 100644 --- a/recipes-bsp/ti/am33x-cm3_git.bb +++ b/recipes-bsp/ti/am33x-cm3_git.bb @@ -4,11 +4,11 @@ LICENSE = "TI-BSD" LIC_FILES_CHKSUM = "file://License.txt;md5=858099c817e47ea63559fc6b67ae8d91" PV = "05.00.00.00" -PR = "r0" +PR = "r1" -# SRCREV corresponds to the tip of next3 branch +# SRCREV corresponds to tag v05.00.00.00 SRCREV = "1628306779c05ee45f09d1d3131e722ddd3a5e2e" -BRANCH ?= "next3" +BRANCH ?= "master" INITSCRIPT_NAME = "am335x-pm-firmware-load" INITSCRIPT_PARAMS = "defaults 96" -- 1.8.3.2 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
