summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-17 15:17:52 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-07-22 17:37:58 +0800
commitd3d80572092def854d62798ecfc2ad85e1f182d6 (patch)
treeb7e0f01145f9781de110006fc45a8e48e41583e7
parent4e412549f645d486e889e0ef8d4e1d88b3441968 (diff)
downloadmeta-fsl-ppc-d3d80572092def854d62798ecfc2ad85e1f182d6.tar.gz
fm-ucode: update to revision 2827f00
This import the following changes: 2827f00 fm-ucode: release 106_x_15 version Also add the reglex for new t1023/t1040/t1042 boards. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-dpaa/fm-ucode/fm-ucode_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
index 1bb7098..52c79db 100644
--- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb
+++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
@@ -8,11 +8,13 @@ PR = "r1"
8inherit deploy 8inherit deploy
9 9
10SRC_URI = "git://git.freescale.com/ppc/sdk/fm-ucode.git;nobranch=1" 10SRC_URI = "git://git.freescale.com/ppc/sdk/fm-ucode.git;nobranch=1"
11SRCREV = "4cda2e3f36408ded79022cf599260add07769786" 11SRCREV = "2827f0054e125b634fb1701719ca31c7d068e335"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15REGLEX ?= "${MACHINE}" 15REGLEX ?= "${MACHINE}"
16REGLEX_t1023 = "t1024"
17REGLEX_t1040 = "t1040"
16REGLEX_t1042 = "t1040" 18REGLEX_t1042 = "t1040"
17REGLEX_b4420 = "b4860" 19REGLEX_b4420 = "b4860"
18REGLEX_t4160 = "t4240" 20REGLEX_t4160 = "t4240"
@@ -34,4 +36,3 @@ PACKAGES += "${PN}-image"
34FILES_${PN}-image += "/boot" 36FILES_${PN}-image += "/boot"
35ALLOW_EMPTY_${PN} = "1" 37ALLOW_EMPTY_${PN} = "1"
36COMPATIBLE_MACHINE = "(p1023rdb|e500mc|e5500|e5500-64b|e6500|e6500-64b)" 38COMPATIBLE_MACHINE = "(p1023rdb|e500mc|e5500|e5500-64b|e6500|e6500-64b)"
37