diff options
| -rw-r--r-- | meta-fsl-ppc/recipes-dpaa/fm-ucode/fm-ucode_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-fsl-ppc/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/meta-fsl-ppc/recipes-dpaa/fm-ucode/fm-ucode_git.bb index 1bb709889..52c79db8a 100644 --- a/meta-fsl-ppc/recipes-dpaa/fm-ucode/fm-ucode_git.bb +++ b/meta-fsl-ppc/recipes-dpaa/fm-ucode/fm-ucode_git.bb | |||
| @@ -8,11 +8,13 @@ PR = "r1" | |||
| 8 | inherit deploy | 8 | inherit deploy |
| 9 | 9 | ||
| 10 | SRC_URI = "git://git.freescale.com/ppc/sdk/fm-ucode.git;nobranch=1" | 10 | SRC_URI = "git://git.freescale.com/ppc/sdk/fm-ucode.git;nobranch=1" |
| 11 | SRCREV = "4cda2e3f36408ded79022cf599260add07769786" | 11 | SRCREV = "2827f0054e125b634fb1701719ca31c7d068e335" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | REGLEX ?= "${MACHINE}" | 15 | REGLEX ?= "${MACHINE}" |
| 16 | REGLEX_t1023 = "t1024" | ||
| 17 | REGLEX_t1040 = "t1040" | ||
| 16 | REGLEX_t1042 = "t1040" | 18 | REGLEX_t1042 = "t1040" |
| 17 | REGLEX_b4420 = "b4860" | 19 | REGLEX_b4420 = "b4860" |
| 18 | REGLEX_t4160 = "t4240" | 20 | REGLEX_t4160 = "t4240" |
| @@ -34,4 +36,3 @@ PACKAGES += "${PN}-image" | |||
| 34 | FILES_${PN}-image += "/boot" | 36 | FILES_${PN}-image += "/boot" |
| 35 | ALLOW_EMPTY_${PN} = "1" | 37 | ALLOW_EMPTY_${PN} = "1" |
| 36 | COMPATIBLE_MACHINE = "(p1023rdb|e500mc|e5500|e5500-64b|e6500|e6500-64b)" | 38 | COMPATIBLE_MACHINE = "(p1023rdb|e500mc|e5500|e5500-64b|e6500|e6500-64b)" |
| 37 | |||
