summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc
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
commit8eee6a62e5ec6f000bb750af51782e34fc8e0bcf (patch)
tree9840e4112fe18cb3a33b1d8d526950519b53620b /meta-fsl-ppc
parentf228b05f6ab43303eab20c28563395d4c2b4d220 (diff)
downloadmeta-freescale-8eee6a62e5ec6f000bb750af51782e34fc8e0bcf.tar.gz
rcw: update SHA for SDK 1.5
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'meta-fsl-ppc')
-rw-r--r--meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb b/meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb
index 8da72ea8d..f2d0164f5 100644
--- a/meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb
+++ b/meta-fsl-ppc/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"