From 9f5ad09f5fc3e060610813e8780db24dcceca1b9 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Sat, 14 Dec 2013 11:06:48 +0800 Subject: rcw: update SHA for SDK 1.5 Signed-off-by: Zhenhua Luo --- recipes-bsp/rcw/rcw_git.bb | 9 ++++----- 1 file changed, 4 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 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" -- cgit v1.2.3-54-g00ecf