From 3691de665ccc55ab87eb6c70014184d400de4933 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Mon, 25 Jan 2016 13:43:51 +0800 Subject: 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 --- recipes-dpaa/fm-ucode/fm-ucode_git.bb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb index 768a9c6..bf6a326 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,8 @@ REGLEX_t1040 = "t1040" REGLEX_t1042 = "t1040" REGLEX_b4420 = "b4860" REGLEX_t4160 = "t4240" +REGLEX_ls1043ardb = "t2080" +REGLEX_ls1043ardb-be = "t2080" do_install () { UCODE=`echo ${REGLEX} | sed -e 's,-.*$,,' -e 's,[a-zA-Z]*$,,'` @@ -35,4 +37,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|fsl-lsch2)" -- cgit v1.2.3-54-g00ecf