summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2016-01-25 13:43:51 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-12 11:41:02 -0300
commit270498eba25c5fca0c319a8b0af77a0a2cd2419a (patch)
treeb88ad420e55757cc48dbe78ef29691ef74f2d875 /recipes-dpaa
parent653c7b53dd8b9c6f5519fae1b4bc3c54fb2f94e9 (diff)
downloadmeta-freescale-270498eba25c5fca0c319a8b0af77a0a2cd2419a.tar.gz
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>
Diffstat (limited to 'recipes-dpaa')
-rw-r--r--recipes-dpaa/fm-ucode/fm-ucode_git.bb9
1 files changed, 5 insertions, 4 deletions
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 @@
1DESCRIPTION = "Fman microcode binary" 1DESCRIPTION = "Fman microcode binary"
2SECTION = "fm-ucode" 2SECTION = "fm-ucode"
3LICENSE = "Freescale-EULA" 3LICENSE = "Freescale-EULA"
4LIC_FILES_CHKSUM = "file://EULA;md5=60037ccba533a5995e8d1a838d85799c" 4LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f"
5 5
6PR = "r1" 6PR = "r1"
7 7
8inherit deploy 8inherit deploy
9 9
10SRC_URI = "git://git.freescale.com/ppc/sdk/fm-ucode.git;branch=sdk-v1.9.x" 10SRC_URI = "git://git.freescale.com/ppc/sdk/fm-ucode.git;branch=sdk-v2.0.x"
11SRCREV = "33c6c7a4ba1d057afd739bd0106471ffb3299e0e" 11SRCREV = "7ebea4539f6e075448a12ee8808a1fc17a558bfd"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
@@ -18,6 +18,7 @@ REGLEX_t1040 = "t1040"
18REGLEX_t1042 = "t1040" 18REGLEX_t1042 = "t1040"
19REGLEX_b4420 = "b4860" 19REGLEX_b4420 = "b4860"
20REGLEX_t4160 = "t4240" 20REGLEX_t4160 = "t4240"
21REGLEX_ls1043ardb = "t2080"
21 22
22do_install () { 23do_install () {
23 UCODE=`echo ${REGLEX} | sed -e 's,-.*$,,' -e 's,[a-zA-Z]*$,,'` 24 UCODE=`echo ${REGLEX} | sed -e 's,-.*$,,' -e 's,[a-zA-Z]*$,,'`
@@ -35,4 +36,4 @@ addtask deploy before do_build after do_install
35PACKAGES += "${PN}-image" 36PACKAGES += "${PN}-image"
36FILES_${PN}-image += "/boot" 37FILES_${PN}-image += "/boot"
37ALLOW_EMPTY_${PN} = "1" 38ALLOW_EMPTY_${PN} = "1"
38COMPATIBLE_MACHINE = "(p1023rdb|e500mc|e5500|e5500-64b|e6500|e6500-64b)" 39COMPATIBLE_MACHINE = "(p1023rdb|e500mc|e5500|e5500-64b|e6500|e6500-64b|ls1043a)"