diff options
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index 0647c2ce..91ee9d5d 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
@@ -7,9 +7,8 @@ DEPENDS += "change-file-endianess-native" | |||
7 | 7 | ||
8 | inherit deploy | 8 | inherit deploy |
9 | 9 | ||
10 | SRCBRANCH = "master" | 10 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=sdk-v1.9.x" |
11 | SRCREV = "426f7a6535d93dac76f5125035e0938a85e778d2" | 11 | SRCREV = "521008fe6ec9897fe245e1c1241fc27dad98f24d" |
12 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=${SRCBRANCH}" | ||
13 | 12 | ||
14 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
15 | 14 | ||