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>
inherit deploy
SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;nobranch=1"
-SRCREV = "261b2355e9936ecb37b61e6f58dfc48dcfb805b3"
+SRCREV = "3e89f378ed70e9b856756de8c3dbdfccb045fa0c"
S = "${WORKDIR}/git"
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
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