diff options
author | Chunrong Guo <B40290@freescale.com> | 2016-01-25 13:43:51 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-06-23 10:58:17 +0800 |
commit | 3691de665ccc55ab87eb6c70014184d400de4933 (patch) | |
tree | c52a9544999ad0256f150659eab8b5dd7ac63cc1 | |
parent | c14f21bd4db42c2c98e273ef08d5977ceab6e036 (diff) | |
download | meta-fsl-ppc-3691de665ccc55ab87eb6c70014184d400de4933.tar.gz meta-fsl-ppc-3691de665ccc55ab87eb6c70014184d400de4933.tar.bz2 meta-fsl-ppc-3691de665ccc55ab87eb6c70014184d400de4933.zip |
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 <ting.liu@nxp.com>
-rw-r--r-- | recipes-dpaa/fm-ucode/fm-ucode_git.bb | 10 |
1 files 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)" |