diff options
author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-12-20 20:18:51 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-01-11 10:53:43 -0200 |
commit | 51a8067764b3155ce3c281ff02dbc988667c6fdd (patch) | |
tree | 6449c52ae2d83bdf67626379dbb54f834774491e /recipes-dpaa/fm-ucode | |
parent | 8e575d252b25f8d1cf6f9c865a1bb152f33fc312 (diff) | |
download | meta-freescale-51a8067764b3155ce3c281ff02dbc988667c6fdd.tar.gz |
fm-ucode: support ls1046ardb boards
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa/fm-ucode')
-rw-r--r-- | recipes-dpaa/fm-ucode/fm-ucode_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb index fef79f82..5af18144 100644 --- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb +++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb | |||
@@ -19,6 +19,7 @@ REGLEX_t1042 = "t1040" | |||
19 | REGLEX_b4420 = "b4860" | 19 | REGLEX_b4420 = "b4860" |
20 | REGLEX_t4160 = "t4240" | 20 | REGLEX_t4160 = "t4240" |
21 | REGLEX_ls1043a = "t2080" | 21 | REGLEX_ls1043a = "t2080" |
22 | REGLEX_ls1046a = "t2080" | ||
22 | 23 | ||
23 | do_install () { | 24 | do_install () { |
24 | UCODE=`echo ${REGLEX} | sed -e 's,-.*$,,' -e 's,[a-zA-Z]*$,,'` | 25 | UCODE=`echo ${REGLEX} | sed -e 's,-.*$,,' -e 's,[a-zA-Z]*$,,'` |
@@ -37,6 +38,6 @@ PACKAGES += "${PN}-image" | |||
37 | FILES_${PN}-image += "/boot" | 38 | FILES_${PN}-image += "/boot" |
38 | ALLOW_EMPTY_${PN} = "1" | 39 | ALLOW_EMPTY_${PN} = "1" |
39 | 40 | ||
40 | COMPATIBLE_MACHINE = "(e500mc|e5500|e5500-64b|e6500|e6500-64b|ls1043a)" | 41 | COMPATIBLE_MACHINE = "(e500mc|e5500|e5500-64b|e6500|e6500-64b|fsl-lsch2)" |
41 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 42 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
42 | 43 | ||