]> code.ossystems Code Review - meta-freescale.git/commitdiff
rcw: update revision to 3e89f378
authorTing Liu <ting.liu@freescale.com>
Mon, 5 Jan 2015 10:32:28 +0000 (18:32 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Wed, 7 Jan 2015 02:16:21 +0000 (10:16 +0800)
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@freescale.com>
meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb

index 1bc60d21383d87442585009cfa0da4fc95036fc1..5714ed0a3fd001beff8cabbca71576173761fbcb 100644 (file)
@@ -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