diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-10-14 11:03:11 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:15 -0200 |
commit | 4067ab26d2a37e6704193ec779326c3aa468872d (patch) | |
tree | f6a615bb088c7cd1a768dd5095e2c601e9b52fa3 /recipes-bsp/qe-ucode | |
parent | 16bc6233ea2a85f2690f3ae1aaabfdfd3fbcc5b6 (diff) | |
download | meta-freescale-4067ab26d2a37e6704193ec779326c3aa468872d.tar.gz |
qe-ucode: update license to Freescale-Binary-EULA
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/qe-ucode')
-rw-r--r-- | recipes-bsp/qe-ucode/qe-ucode_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb b/recipes-bsp/qe-ucode/qe-ucode_git.bb index 7966ee49..8029df5b 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-Binary-EULA" |
4 | LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f" | 4 | LIC_FILES_CHKSUM = "file://Freescale-Binary-EULA;md5=f4719d59382b5ee2a2ebe4db784843a6" |
5 | 5 | ||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||
8 | SRC_URI = "git://git.freescale.com/ppc/sdk/qe-ucode.git;branch=sdk-v2.0.x" | 8 | SRC_URI = "git://git.freescale.com/ppc/sdk/qe-ucode.git;branch=sdk-v2.0.x" |
9 | SRCREV= "a95f42aef152fc613f11099d7e7bc25b44c09836" | 9 | SRCREV= "adb1560b76090a11f61a46b7a6b3b33b1436ed4d" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||