From 3d15d71baadf1b5936cb704ff09eb645f0c72f99 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Mon, 5 Jan 2015 18:32:28 +0800 Subject: rcw: update revision to 3e89f378 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 --- recipes-bsp/rcw/rcw_git.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes-bsp/rcw') 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 -- cgit v1.2.3-54-g00ecf