diff options
| author | Ting Liu <ting.liu@nxp.com> | 2016-06-13 17:38:35 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-06-23 10:58:16 +0800 |
| commit | 4e97276c197f73509904915db69af2f9020bec38 (patch) | |
| tree | 40084617f002cd9f338d6d86829468039399f9c2 | |
| parent | 7b112d7a853fcd7cceaf7ab483658fa49b205a9b (diff) | |
| download | meta-fsl-ppc-4e97276c197f73509904915db69af2f9020bec38.tar.gz | |
qe-ucode: update to a95f42ae
Changelog:
a95f42a Unify the EULA file
441e947 Update the EULA file
update the license file, no codes updated.
Signed-off-by: Ting Liu <ting.liu@nxp.com>
| -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 028d9bc..f95af2c 100644 --- a/recipes-bsp/qe-ucode/qe-ucode_git.bb +++ b/recipes-bsp/qe-ucode/qe-ucode_git.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 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 | python () { | 6 | python () { |
| 7 | if not d.getVar("QE_UCODE", True): | 7 | if not d.getVar("QE_UCODE", True): |
| @@ -12,8 +12,8 @@ python () { | |||
| 12 | 12 | ||
| 13 | inherit deploy | 13 | inherit deploy |
| 14 | 14 | ||
| 15 | SRC_URI = "git://git.freescale.com/ppc/sdk/qe-ucode.git;nobranch=1" | 15 | SRC_URI = "git://git.freescale.com/ppc/sdk/qe-ucode.git;branch=sdk-v2.0.x" |
| 16 | SRCREV= "49efc94b553de5c2a9bd28093592eff0068e161c" | 16 | SRCREV= "a95f42aef152fc613f11099d7e7bc25b44c09836" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
| @@ -31,5 +31,4 @@ addtask deploy before do_build after do_install | |||
| 31 | PACKAGES += "${PN}-image" | 31 | PACKAGES += "${PN}-image" |
| 32 | FILES_${PN}-image += "/boot/*" | 32 | FILES_${PN}-image += "/boot/*" |
| 33 | ALLOW_EMPTY_${PN} = "1" | 33 | ALLOW_EMPTY_${PN} = "1" |
| 34 | COMPATIBLE_MACHINE = "(p1021rdb|p1025twr|t1)" | 34 | COMPATIBLE_MACHINE = "(t1)" |
| 35 | |||
