diff options
| author | Jun Zhu <junzhu@nxp.com> | 2022-12-16 22:15:56 +0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-12-16 15:05:03 +0000 |
| commit | 71afc2033ad5e75534121c3a913a5c6d51388867 (patch) | |
| tree | 9db4aa492b9983bfe40fd6351d90379a3708ec83 | |
| parent | 38657fe0715dec58fcf65c9f5693e1d9d36dfe2f (diff) | |
| download | meta-freescale-71afc2033ad5e75534121c3a913a5c6d51388867.tar.gz | |
rcw: Update to commit a4db868
- Include the Errata A-050426
Signed-off-by: Jun Zhu <junzhu@nxp.com>
(cherry picked from commit 82206cb7d31e3f637f40fc24fbf04cf81b1956be)
| -rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index 37ef7dea0..901fed5de 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
| @@ -8,7 +8,7 @@ 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 = "1f431891c7f0e7d4f52327f1fe19504a284491c4" | 11 | SRCREV = "a4db86818de35d0168a48d3f17878ec68fb1cf6d" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| @@ -20,6 +20,7 @@ BOARD_TARGETS="${M}" | |||
| 20 | BOARD_TARGETS:ls2088ardb="${M} ${M}_rev1.1" | 20 | BOARD_TARGETS:ls2088ardb="${M} ${M}_rev1.1" |
| 21 | BOARD_TARGETS:ls1088ardb-pb="ls1088ardb" | 21 | BOARD_TARGETS:ls1088ardb-pb="ls1088ardb" |
| 22 | BOARD_TARGETS:lx2160ardb = "${M} ${M}_rev2" | 22 | BOARD_TARGETS:lx2160ardb = "${M} ${M}_rev2" |
| 23 | BOARD_TARGETS:lx2160ardb-rev2 = "lx2160ardb_rev2" | ||
| 23 | 24 | ||
| 24 | do_compile () { | 25 | do_compile () { |
| 25 | oe_runmake BOARDS="${BOARD_TARGETS}" DESTDIR=${D}/boot/rcw/ | 26 | oe_runmake BOARDS="${BOARD_TARGETS}" DESTDIR=${D}/boot/rcw/ |
