summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-dpaa/fm-ucode/fm-ucode_git.bb3
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"
19REGLEX_b4420 = "b4860" 19REGLEX_b4420 = "b4860"
20REGLEX_t4160 = "t4240" 20REGLEX_t4160 = "t4240"
21REGLEX_ls1043a = "t2080" 21REGLEX_ls1043a = "t2080"
22REGLEX_ls1046a = "t2080"
22 23
23do_install () { 24do_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"
37FILES_${PN}-image += "/boot" 38FILES_${PN}-image += "/boot"
38ALLOW_EMPTY_${PN} = "1" 39ALLOW_EMPTY_${PN} = "1"
39 40
40COMPATIBLE_MACHINE = "(e500mc|e5500|e5500-64b|e6500|e6500-64b|ls1043a)" 41COMPATIBLE_MACHINE = "(e500mc|e5500|e5500-64b|e6500|e6500-64b|fsl-lsch2)"
41PACKAGE_ARCH = "${MACHINE_SOCARCH}" 42PACKAGE_ARCH = "${MACHINE_SOCARCH}"
42 43