diff options
Diffstat (limited to 'recipes-bsp/rcw/rcw_git.bb')
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index 5721313b2..b73dd9753 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
@@ -8,17 +8,15 @@ DEPENDS += "tcl-native" | |||
8 | inherit deploy siteinfo | 8 | inherit deploy siteinfo |
9 | 9 | ||
10 | SRC_URI = "git://github.com/nxp-qoriq/rcw;protocol=https;nobranch=1" | 10 | SRC_URI = "git://github.com/nxp-qoriq/rcw;protocol=https;nobranch=1" |
11 | SRCREV = "020dcf0645959afec6705f518e8350476891ef4f" | 11 | SRCREV = "64abe70cf0abab053c37db460c12e367e6adf7a4" |
12 | |||
13 | S = "${WORKDIR}/git" | ||
14 | 12 | ||
15 | export PYTHON = "${USRBINPATH}/python3" | 13 | export PYTHON = "${USRBINPATH}/python3" |
16 | 14 | ||
17 | M="${@d.getVar('MACHINE').replace('-64b','').replace('-32b','').replace('-${SITEINFO_ENDIANNESS}','')}" | 15 | M = "${@d.getVar('MACHINE').replace('-64b','').replace('-32b','').replace('-${SITEINFO_ENDIANNESS}','')}" |
18 | 16 | ||
19 | BOARD_TARGETS="${M}" | 17 | BOARD_TARGETS = "${M}" |
20 | BOARD_TARGETS:ls2088ardb="${M} ${M}_rev1.1" | 18 | BOARD_TARGETS:ls2088ardb = "${M} ${M}_rev1.1" |
21 | BOARD_TARGETS:ls1088ardb-pb="ls1088ardb" | 19 | BOARD_TARGETS:ls1088ardb-pb = "ls1088ardb" |
22 | BOARD_TARGETS:lx2160ardb = "${M} ${M}_rev2" | 20 | BOARD_TARGETS:lx2160ardb = "${M} ${M}_rev2" |
23 | BOARD_TARGETS:lx2160ardb-rev2 = "lx2160ardb_rev2" | 21 | BOARD_TARGETS:lx2160ardb-rev2 = "lx2160ardb_rev2" |
24 | 22 | ||