summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/rcw/rcw/rcw-make-BOARDS-DESTDIR-overidable-in-Makefile.patch2
-rw-r--r--recipes-bsp/rcw/rcw_git.bb6
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/rcw/rcw/rcw-make-BOARDS-DESTDIR-overidable-in-Makefile.patch b/recipes-bsp/rcw/rcw/rcw-make-BOARDS-DESTDIR-overidable-in-Makefile.patch
index 51f6eeb..49d99fc 100644
--- a/recipes-bsp/rcw/rcw/rcw-make-BOARDS-DESTDIR-overidable-in-Makefile.patch
+++ b/recipes-bsp/rcw/rcw/rcw-make-BOARDS-DESTDIR-overidable-in-Makefile.patch
@@ -27,7 +27,7 @@ index 6ec1697..0f94293 100644
27+BOARDS ?= b4420qds b4860qds \ 27+BOARDS ?= b4420qds b4860qds \
28 ls1021aqds ls1021atwr \ 28 ls1021aqds ls1021atwr \
29 p2041rdb p3041ds p4080ds p5020ds p5040ds \ 29 p2041rdb p3041ds p4080ds p5020ds p5040ds \
30 t1040rdb t1042rdb t1042rdb_pi t1040qds t2080rdb t2080qds t2081qds t4240qds t4240rdb 30 t1024qds t1023rdb t1024rdb t1040rdb t1042rdb t1042rdb_pi t1040qds \
31diff --git a/Makefile.inc b/Makefile.inc 31diff --git a/Makefile.inc b/Makefile.inc
32index 4cadb2e..6e8b78f 100644 32index 4cadb2e..6e8b78f 100644
33--- a/Makefile.inc 33--- a/Makefile.inc
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 () {