diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-10-14 11:03:08 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:15 -0200 |
commit | f453342e36c88c44e699e1b97cef01a6c95e76cf (patch) | |
tree | e22668b7cc5b156374a7827ccc8de0e23e01c521 /recipes-bsp/rcw | |
parent | f362f9ade429c59e34db1fb59bdfcd4d533197f6 (diff) | |
download | meta-freescale-f453342e36c88c44e699e1b97cef01a6c95e76cf.tar.gz |
rcw: update license to BSD
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/rcw_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index 64255b86..067fd3cf 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/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 = "BSD" |
4 | LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3775480a712fc46a69647678acb234cb" |
5 | 5 | ||
6 | DEPENDS += "change-file-endianess-native tcl-native" | 6 | DEPENDS += "change-file-endianess-native tcl-native" |
7 | 7 | ||
@@ -10,7 +10,7 @@ inherit deploy | |||
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
11 | 11 | ||
12 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=sdk-v2.0.x" | 12 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=sdk-v2.0.x" |
13 | SRCREV = "1af724b64347170e9d9ba8e8f277dd30026a1a7e" | 13 | SRCREV = "6ae9086528019ab55968da05c25bd319737c8e62" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||