]> code.ossystems Code Review - meta-freescale.git/commitdiff
fm-ucode: update to 7ebea453
authorChunrong Guo <B40290@freescale.com>
Mon, 25 Jan 2016 05:43:51 +0000 (13:43 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 12 Aug 2016 14:41:02 +0000 (11:41 -0300)
Changelog:
7ebea45 update version number to 106_x_18
37d6c98 update EULA
56e93be fm-ucode: fix IPR timeout related issues

Signed-off-by: Ting Liu <ting.liu@nxp.com>
recipes-dpaa/fm-ucode/fm-ucode_git.bb

index 768a9c68ec5ef8a7e73912af8f1dde140b6bb85c..e32573a24fe5ce274a4be81cd4eb769afdd38eef 100644 (file)
@@ -1,14 +1,14 @@
 DESCRIPTION = "Fman microcode binary"
 SECTION = "fm-ucode"
 LICENSE = "Freescale-EULA"
-LIC_FILES_CHKSUM = "file://EULA;md5=60037ccba533a5995e8d1a838d85799c"
+LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f"
 
 PR = "r1"
 
 inherit deploy
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/fm-ucode.git;branch=sdk-v1.9.x"
-SRCREV = "33c6c7a4ba1d057afd739bd0106471ffb3299e0e"
+SRC_URI = "git://git.freescale.com/ppc/sdk/fm-ucode.git;branch=sdk-v2.0.x"
+SRCREV = "7ebea4539f6e075448a12ee8808a1fc17a558bfd"
 
 S = "${WORKDIR}/git"
 
@@ -18,6 +18,7 @@ REGLEX_t1040 = "t1040"
 REGLEX_t1042 = "t1040"
 REGLEX_b4420 = "b4860"
 REGLEX_t4160 = "t4240"
+REGLEX_ls1043ardb = "t2080"
 
 do_install () {
     UCODE=`echo ${REGLEX} | sed -e 's,-.*$,,' -e 's,[a-zA-Z]*$,,'`
@@ -35,4 +36,4 @@ addtask deploy before do_build after do_install
 PACKAGES += "${PN}-image"
 FILES_${PN}-image += "/boot"
 ALLOW_EMPTY_${PN} = "1"
-COMPATIBLE_MACHINE = "(p1023rdb|e500mc|e5500|e5500-64b|e6500|e6500-64b)"
+COMPATIBLE_MACHINE = "(p1023rdb|e500mc|e5500|e5500-64b|e6500|e6500-64b|ls1043a)"