summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa/fm-ucode/fm-ucode_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-dpaa/fm-ucode/fm-ucode_git.bb')
-rw-r--r--recipes-dpaa/fm-ucode/fm-ucode_git.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
index 39e4f9d0..966ee94c 100644
--- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb
+++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
@@ -13,13 +13,13 @@ SRCREV = "c275e91392e2adab1ed22f3867b8269ca3c54014"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15REGLEX ?= "${MACHINE}" 15REGLEX ?= "${MACHINE}"
16REGLEX_t1023 = "t1024" 16REGLEX:t1023 = "t1024"
17REGLEX_t1040 = "t1040" 17REGLEX:t1040 = "t1040"
18REGLEX_t1042 = "t1040" 18REGLEX:t1042 = "t1040"
19REGLEX_b4420 = "b4860" 19REGLEX_b4420 = "b4860"
20REGLEX_t4160 = "t4240" 20REGLEX:t4160 = "t4240"
21REGLEX_ls1043a = "ls1043" 21REGLEX:ls1043a = "ls1043"
22REGLEX_ls1046a = "ls1046" 22REGLEX:ls1046a = "ls1046"
23 23
24do_install () { 24do_install () {
25 UCODE=`echo ${REGLEX} | sed -e 's,-.*$,,' -e 's,[a-zA-Z]*$,,'` 25 UCODE=`echo ${REGLEX} | sed -e 's,-.*$,,' -e 's,[a-zA-Z]*$,,'`
@@ -35,8 +35,8 @@ do_deploy () {
35addtask deploy before do_build after do_install 35addtask deploy before do_build after do_install
36 36
37PACKAGES += "${PN}-image" 37PACKAGES += "${PN}-image"
38FILES_${PN}-image += "/boot" 38FILES:${PN}-image += "/boot"
39ALLOW_EMPTY_${PN} = "1" 39ALLOW_EMPTY:${PN} = "1"
40 40
41COMPATIBLE_MACHINE = "(e500mc|e5500|e5500-64b|e6500|e6500-64b|fsl-lsch2)" 41COMPATIBLE_MACHINE = "(e500mc|e5500|e5500-64b|e6500|e6500-64b|fsl-lsch2)"
42PACKAGE_ARCH = "${MACHINE_SOCARCH}" 42PACKAGE_ARCH = "${MACHINE_SOCARCH}"