diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-04-20 17:10:13 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-05-02 17:54:57 -0300 |
commit | 67d70b7cf9a2de4c88bfc66654769c0ee07cdb10 (patch) | |
tree | f9eb0acd7a23fc8eca37370e6feb2502055ca1a9 /recipes-dpaa/fm-ucode | |
parent | 5762de9ccf7369d9251a48910206738a9f8d73e8 (diff) | |
download | meta-freescale-67d70b7cf9a2de4c88bfc66654769c0ee07cdb10.tar.gz |
fm-ucode: update to c275e91
*include the following changes
c275e91 - Release Notes update for SDK 2.0-1703
477ee5f - Added missing image T1040 Reduced NG CAPWAP
e70cd68 - QSDK-3369: Integrate latest fixes in NG CAPWAP FMan ucode images
172d4c1 - QSDK-3326: FMan ucode image update for LS1043 / LS1046
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa/fm-ucode')
-rw-r--r-- | recipes-dpaa/fm-ucode/fm-ucode_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb index 5af18144..3217a502 100644 --- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb +++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb | |||
@@ -7,8 +7,8 @@ PR = "r1" | |||
7 | 7 | ||
8 | inherit deploy | 8 | inherit deploy |
9 | 9 | ||
10 | SRC_URI = "git://git.freescale.com/ppc/sdk/fm-ucode.git;branch=sdk-v2.0.x" | 10 | SRC_URI = "git://git.freescale.com/ppc/sdk/fm-ucode.git;nobranch=1" |
11 | SRCREV = "b19c645821941493fbef32e616b5a16404259976" | 11 | SRCREV = "c275e91392e2adab1ed22f3867b8269ca3c54014" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
@@ -18,8 +18,8 @@ REGLEX_t1040 = "t1040" | |||
18 | REGLEX_t1042 = "t1040" | 18 | REGLEX_t1042 = "t1040" |
19 | REGLEX_b4420 = "b4860" | 19 | REGLEX_b4420 = "b4860" |
20 | REGLEX_t4160 = "t4240" | 20 | REGLEX_t4160 = "t4240" |
21 | REGLEX_ls1043a = "t2080" | 21 | REGLEX_ls1043a = "ls1043" |
22 | REGLEX_ls1046a = "t2080" | 22 | REGLEX_ls1046a = "ls1046" |
23 | 23 | ||
24 | do_install () { | 24 | do_install () { |
25 | UCODE=`echo ${REGLEX} | sed -e 's,-.*$,,' -e 's,[a-zA-Z]*$,,'` | 25 | UCODE=`echo ${REGLEX} | sed -e 's,-.*$,,' -e 's,[a-zA-Z]*$,,'` |