summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rcw/rcw_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/rcw/rcw_git.bb')
-rw-r--r--recipes-bsp/rcw/rcw_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 7e77ab3..2a03309 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -7,8 +7,8 @@ DEPENDS += "change-file-endianess-native"
7 7
8inherit deploy 8inherit deploy
9 9
10SRCBRANCH = "sdk-v1.7.x" 10SRCBRANCH = "master"
11SRCREV = "3e89f378ed70e9b856756de8c3dbdfccb045fa0c" 11SRCREV = "426f7a6535d93dac76f5125035e0938a85e778d2"
12SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=${SRCBRANCH} \ 12SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=${SRCBRANCH} \
13 file://rcw-make-BOARDS-DESTDIR-overidable-in-Makefile.patch \ 13 file://rcw-make-BOARDS-DESTDIR-overidable-in-Makefile.patch \
14" 14"
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
18EXTRA_OEMAKE = "BOARDS=${@d.getVar('MACHINE', True).replace('-64b','')} DESTDIR=${D}/boot/rcw/" 18EXTRA_OEMAKE = "BOARDS=${@d.getVar('MACHINE', True).replace('-64b','')} DESTDIR=${D}/boot/rcw/"
19 19
20do_install () { 20do_install () {
21 oe_runmake install 21 oe_runmake install
22} 22}
23 23
24do_deploy () { 24do_deploy () {