diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-06-13 17:38:35 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-12 11:41:02 -0300 |
commit | 339f7606dd521099c02ac24c04e3e1cdb0f47c08 (patch) | |
tree | 897442c8d6f386c35d47087db209468313134c0f /recipes-bsp/qe-ucode | |
parent | 3be8c0503d0ab0a6dfc6fa666aea0e36487ef680 (diff) | |
download | meta-freescale-339f7606dd521099c02ac24c04e3e1cdb0f47c08.tar.gz |
qe-ucode: update to a95f42ae
Changelog:
a95f42a Unify the EULA file
441e947 Update the EULA file
update the license file
add fsl-ch2 as COMPATIBLE_MACHINE
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-bsp/qe-ucode')
-rw-r--r-- | recipes-bsp/qe-ucode/qe-ucode_git.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb b/recipes-bsp/qe-ucode/qe-ucode_git.bb index 395789d9..7966ee49 100644 --- a/recipes-bsp/qe-ucode/qe-ucode_git.bb +++ b/recipes-bsp/qe-ucode/qe-ucode_git.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | DESCRIPTION = "qe microcode binary" | 1 | DESCRIPTION = "qe microcode binary" |
2 | SECTION = "qe-ucode" | 2 | SECTION = "qe-ucode" |
3 | LICENSE = "Freescale-EULA" | 3 | LICENSE = "Freescale-EULA" |
4 | LIC_FILES_CHKSUM = "file://EULA;md5=60037ccba533a5995e8d1a838d85799c" | 4 | LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f" |
5 | 5 | ||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||
8 | SRC_URI = "git://git.freescale.com/ppc/sdk/qe-ucode.git;nobranch=1" | 8 | SRC_URI = "git://git.freescale.com/ppc/sdk/qe-ucode.git;branch=sdk-v2.0.x" |
9 | SRCREV= "49efc94b553de5c2a9bd28093592eff0068e161c" | 9 | SRCREV= "a95f42aef152fc613f11099d7e7bc25b44c09836" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
@@ -32,5 +32,4 @@ addtask deploy before do_build after do_install | |||
32 | 32 | ||
33 | PACKAGES += "${PN}-image" | 33 | PACKAGES += "${PN}-image" |
34 | FILES_${PN}-image += "/boot/*" | 34 | FILES_${PN}-image += "/boot/*" |
35 | ALLOW_EMPTY_${PN} = "1" | 35 | COMPATIBLE_MACHINE = "(ls1021a|ls1043a|t1)" |
36 | COMPATIBLE_MACHINE = "(ls102xa|p1021rdb|p1025twr|t1)" | ||