[meta-freescale] [meta-fsl-ppc][PATCH 11/30] rcw: update SHA for SDK 1.5

b28495 at freescale.com b28495 at freescale.com
Wed Jan 8 02:08:03 PST 2014


From: Zhenhua Luo <zhenhua.luo at freescale.com>

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

diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 8da72ea..f2d0164 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -8,14 +8,11 @@ LIC_FILES_CHKSUM = "file://rcw.py;beginline=8;endline=28;md5=9ba0b28922dd187b06b
 # this package is specific to the machine itself
 INHIBIT_DEFAULT_DEPS = "1"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_HOST_fslmachine = ".*"
-COMPATIBLE_HOST ?= "(none)"
 
 inherit deploy
 
-SRCBRANCH = "sdk-v1.4.x"
-SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=${SRCBRANCH}"
-SRCREV = "5d3c819bcca6d09dcf7b52b3f2855dda304a5997"
+SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;nobranch=1"
+SRCREV = "bc38737b5cb08336a075cb38481881f87b33b7a1"
 
 S = "${WORKDIR}/git"
 
@@ -39,4 +36,6 @@ addtask deploy after do_install
 PACKAGES += "${PN}-image"
 FILES_${PN}-image += "/boot"
 
+COMPATIBLE_HOST_fslmachine = ".*"
+COMPATIBLE_HOST ?= "(none)"
 ALLOW_EMPTY_${PN} = "1"
-- 
1.7.3.4




More information about the meta-freescale mailing list