summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rcw
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-12-14 11:06:48 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-12 18:06:01 +0800
commit9f5ad09f5fc3e060610813e8780db24dcceca1b9 (patch)
treed3e5e2d7c23e0b60da65bb220ac5a12b68122580 /recipes-bsp/rcw
parent889b9bbce97c44d7166c2c033a81d5f1cbf11adb (diff)
downloadmeta-fsl-ppc-9f5ad09f5fc3e060610813e8780db24dcceca1b9.tar.gz
rcw: update SHA for SDK 1.5
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'recipes-bsp/rcw')
-rw-r--r--recipes-bsp/rcw/rcw_git.bb9
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
8# this package is specific to the machine itself 8# this package is specific to the machine itself
9INHIBIT_DEFAULT_DEPS = "1" 9INHIBIT_DEFAULT_DEPS = "1"
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
11COMPATIBLE_HOST_fslmachine = ".*"
12COMPATIBLE_HOST ?= "(none)"
13 11
14inherit deploy 12inherit deploy
15 13
16SRCBRANCH = "sdk-v1.4.x" 14SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;nobranch=1"
17SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=${SRCBRANCH}" 15SRCREV = "bc38737b5cb08336a075cb38481881f87b33b7a1"
18SRCREV = "5d3c819bcca6d09dcf7b52b3f2855dda304a5997"
19 16
20S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
21 18
@@ -39,4 +36,6 @@ addtask deploy after do_install
39PACKAGES += "${PN}-image" 36PACKAGES += "${PN}-image"
40FILES_${PN}-image += "/boot" 37FILES_${PN}-image += "/boot"
41 38
39COMPATIBLE_HOST_fslmachine = ".*"
40COMPATIBLE_HOST ?= "(none)"
42ALLOW_EMPTY_${PN} = "1" 41ALLOW_EMPTY_${PN} = "1"