]> code.ossystems Code Review - meta-freescale.git/commitdiff
rcw: update SHA for SDK 1.5
authorZhenhua Luo <zhenhua.luo@freescale.com>
Sat, 14 Dec 2013 03:06:48 +0000 (11:06 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Sun, 12 Jan 2014 10:06:01 +0000 (18:06 +0800)
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb

index 8da72ea8d2c1a447b9f0d1cca06bbcd01ddb7e1e..f2d0164f53c7fef56af46a5f4ea870e431a90375 100644 (file)
@@ -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"