diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-10-14 11:03:09 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:15 -0200 |
commit | e75ab497880ca713581593f06054a825e758a521 (patch) | |
tree | 677fe9415a3790f4d8602ca9633ce648f8870a8c /recipes-bsp/rcw | |
parent | f453342e36c88c44e699e1b97cef01a6c95e76cf (diff) | |
download | meta-freescale-e75ab497880ca713581593f06054a825e758a521.tar.gz |
ls2-rcw: 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/rcw')
-rw-r--r-- | recipes-bsp/rcw/ls2-rcw_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/rcw/ls2-rcw_git.bb b/recipes-bsp/rcw/ls2-rcw_git.bb index 7acd6c9b..bee28883 100644 --- a/recipes-bsp/rcw/ls2-rcw_git.bb +++ b/recipes-bsp/rcw/ls2-rcw_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Reset Configuration Word" | 1 | SUMMARY = "Reset Configuration Word" |
2 | DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" | 2 | DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" |
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=8835a59e50213e1b21243dd00c933e47" |
5 | 5 | ||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||
@@ -9,7 +9,7 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | SRC_URI = "git://git.freescale.com/ppc/sdk/ls2-rcw.git;nobranch=1" | 11 | SRC_URI = "git://git.freescale.com/ppc/sdk/ls2-rcw.git;nobranch=1" |
12 | SRCREV = "74ec3bcdf33fbbedf417b800e0d486d1e8031115" | 12 | SRCREV = "ef79fb9f96cd1bae1a122df54c61a05c91c11372" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||