diff options
-rw-r--r-- | meta-fsl-arm/recipes-bsp/rcw/rcw/rcw-make-BOARDS-DESTDIR-overidable-in-Makefile.patch | 2 | ||||
-rw-r--r-- | meta-fsl-arm/recipes-bsp/rcw/rcw_git.bb | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-fsl-arm/recipes-bsp/rcw/rcw/rcw-make-BOARDS-DESTDIR-overidable-in-Makefile.patch b/meta-fsl-arm/recipes-bsp/rcw/rcw/rcw-make-BOARDS-DESTDIR-overidable-in-Makefile.patch index 51f6eeb6..49d99fc5 100644 --- a/meta-fsl-arm/recipes-bsp/rcw/rcw/rcw-make-BOARDS-DESTDIR-overidable-in-Makefile.patch +++ b/meta-fsl-arm/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 \ |
31 | diff --git a/Makefile.inc b/Makefile.inc | 31 | diff --git a/Makefile.inc b/Makefile.inc |
32 | index 4cadb2e..6e8b78f 100644 | 32 | index 4cadb2e..6e8b78f 100644 |
33 | --- a/Makefile.inc | 33 | --- a/Makefile.inc |
diff --git a/meta-fsl-arm/recipes-bsp/rcw/rcw_git.bb b/meta-fsl-arm/recipes-bsp/rcw/rcw_git.bb index 7e77ab34..2a03309c 100644 --- a/meta-fsl-arm/recipes-bsp/rcw/rcw_git.bb +++ b/meta-fsl-arm/recipes-bsp/rcw/rcw_git.bb | |||
@@ -7,8 +7,8 @@ DEPENDS += "change-file-endianess-native" | |||
7 | 7 | ||
8 | inherit deploy | 8 | inherit deploy |
9 | 9 | ||
10 | SRCBRANCH = "sdk-v1.7.x" | 10 | SRCBRANCH = "master" |
11 | SRCREV = "3e89f378ed70e9b856756de8c3dbdfccb045fa0c" | 11 | SRCREV = "426f7a6535d93dac76f5125035e0938a85e778d2" |
12 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=${SRCBRANCH} \ | 12 | SRC_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" | |||
18 | EXTRA_OEMAKE = "BOARDS=${@d.getVar('MACHINE', True).replace('-64b','')} DESTDIR=${D}/boot/rcw/" | 18 | EXTRA_OEMAKE = "BOARDS=${@d.getVar('MACHINE', True).replace('-64b','')} DESTDIR=${D}/boot/rcw/" |
19 | 19 | ||
20 | do_install () { | 20 | do_install () { |
21 | oe_runmake install | 21 | oe_runmake install |
22 | } | 22 | } |
23 | 23 | ||
24 | do_deploy () { | 24 | do_deploy () { |