[meta-freescale] [meta-fsl-ppc][PATCH 10/20] rcw: update revision to 3e89f378

ting.liu at freescale.com ting.liu at freescale.com
Mon Jan 5 02:32:28 PST 2015


From: Ting Liu <ting.liu at freescale.com>

This update to fsl sdk v1.7 release, the detailed
changes can be found at:
http://git.freescale.com/git/cgit.cgi/ppc/sdk/rcw.git/

t1042rdb and t1042rdb-pi use the same rcw, update for it.

Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 recipes-bsp/rcw/rcw_git.bb | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 1bc60d2..5714ed0 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -12,7 +12,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 inherit deploy
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;nobranch=1"
-SRCREV = "261b2355e9936ecb37b61e6f58dfc48dcfb805b3"
+SRCREV = "3e89f378ed70e9b856756de8c3dbdfccb045fa0c"
 
 S = "${WORKDIR}/git"
 
@@ -22,8 +22,8 @@ do_install () {
     make install
 
     M=`echo ${MACHINE} | sed s/-64b//g`
-    if [ "t1042rdb" = "${M}" ];then
-        M=${M}_pi
+    if [ "t1042rdb" = "${M}" ] || [ "t1042rdb-pi" = "${M}" ];then
+        M=t1042rdb_pi
     fi
     install -d ${D}/boot/rcw
     cp -r ${S}/${M}/${M}/* ${D}/boot/rcw
@@ -31,8 +31,8 @@ do_install () {
 
 do_deploy () {
     M=`echo ${MACHINE} | sed s/-64b//g`
-    if [ "t1042rdb" = "${M}" ];then
-        M=${M}_pi
+    if [ "t1042rdb" = "${M}" ] || [ "t1042rdb-pi" = "${M}" ];then
+        M=t1042rdb_pi
     fi
     install -d ${DEPLOYDIR}/rcw
     cp -r ${S}/${M}/${M}/* ${DEPLOYDIR}/rcw
-- 
1.9.1



More information about the meta-freescale mailing list