From: Chunrong Guo Date: Mon, 25 Jan 2016 05:43:51 +0000 (+0800) Subject: fm-ucode: update to 7ebea453 X-Git-Tag: 2.2~309 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=270498eba25c5fca0c319a8b0af77a0a2cd2419a;p=meta-freescale.git fm-ucode: update to 7ebea453 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 --- diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb index 768a9c68..e32573a2 100644 --- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb +++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb @@ -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)"