]> code.ossystems Code Review - meta-freescale.git/commitdiff
fm-ucode: update to revision 2827f00
authorTing Liu <ting.liu@freescale.com>
Fri, 17 Jul 2015 07:17:52 +0000 (15:17 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 29 Jul 2015 02:26:58 +0000 (23:26 -0300)
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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-ppc/recipes-dpaa/fm-ucode/fm-ucode_git.bb

index 1bb7098891a9ddf35b7a9fe98df1b9e0f1a743c2..52c79db8ac9165efa6d3d798d3a2b22e8e593ba2 100644 (file)
@@ -8,11 +8,13 @@ PR = "r1"
 inherit deploy
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/fm-ucode.git;nobranch=1"
-SRCREV = "4cda2e3f36408ded79022cf599260add07769786"
+SRCREV = "2827f0054e125b634fb1701719ca31c7d068e335"
 
 S = "${WORKDIR}/git"
 
 REGLEX ?= "${MACHINE}"
+REGLEX_t1023 = "t1024"
+REGLEX_t1040 = "t1040"
 REGLEX_t1042 = "t1040"
 REGLEX_b4420 = "b4860"
 REGLEX_t4160 = "t4240"
@@ -34,4 +36,3 @@ PACKAGES += "${PN}-image"
 FILES_${PN}-image += "/boot"
 ALLOW_EMPTY_${PN} = "1"
 COMPATIBLE_MACHINE = "(p1023rdb|e500mc|e5500|e5500-64b|e6500|e6500-64b)"
-