summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rcw
diff options
context:
space:
mode:
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"