[meta-ti] [PATCH] am33x-cm3: update with version 1.8.7

Denys Dmytriyenko denis at denix.org
Tue Aug 12 11:21:29 PDT 2014


From: Denys Dmytriyenko <denys at ti.com>

* Move repo to git.ti.com
* Bump PE due to versioning schema change

Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
 recipes-bsp/am33x-cm3/am33x-cm3_git.bb | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/recipes-bsp/am33x-cm3/am33x-cm3_git.bb b/recipes-bsp/am33x-cm3/am33x-cm3_git.bb
index 42f20da..97c45ad 100644
--- a/recipes-bsp/am33x-cm3/am33x-cm3_git.bb
+++ b/recipes-bsp/am33x-cm3/am33x-cm3_git.bb
@@ -3,15 +3,15 @@ DESCRIPTION = "Cortex-M3 binary blob for suspend-resume"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8"
 
-PV = "05.00.00.03"
-PR = "r1"
+PV = "1.8.7"
+PR = "r0"
+PE = "1"
 
 # Make package machine specific due to different init scripts
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-# SRCREV corresponds to tag v05.00.00.03
-SRCREV = "a0ddffb63147e2079a08944c0e399c75538201a9"
-BRANCH ?= "master"
+SRCREV = "fb0117edd5810a8d3bd9b1cd8abe34e12ff2d0ba"
+BRANCH ?= "next"
 
 # This init script is only used for older kernels that do not support
 # hotplug of the firmware.  Newer kernels do not require the initscript
@@ -25,7 +25,7 @@ UPDATERCPN = "${PN}-initscript"
 
 RDEPENDS_${PN}-initscript = "am33x-cm3"
 
-SRC_URI = "git://arago-project.org/git/projects/am33x-cm3.git;protocol=git;branch=${BRANCH} \
+SRC_URI = "git://git.ti.com/ti-cm3-pm-firmware/amx3-cm3.git;protocol=git;branch=${BRANCH} \
            file://init-am33x-cm3 \
            file://init-am43x-cm3 \
           "
@@ -41,7 +41,7 @@ do_compile() {
 
 do_install() {
 	install -d ${D}${base_libdir}/firmware
-	install -m 0644 bin/am335x-pm-firmware.bin ${D}${base_libdir}/firmware/
+	install -m 0644 bin/am335x-pm-firmware.elf ${D}${base_libdir}/firmware/
 
 	# Install the init script to load the PM firmware at boot
 	install -d ${D}${sysconfdir}/init.d
-- 
2.0.4



More information about the meta-ti mailing list