diff options
-rw-r--r-- | recipes-bsp/rcw/ls2-rcw_git.bb | 8 | ||||
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/recipes-bsp/rcw/ls2-rcw_git.bb b/recipes-bsp/rcw/ls2-rcw_git.bb index 019ae352..af1df71b 100644 --- a/recipes-bsp/rcw/ls2-rcw_git.bb +++ b/recipes-bsp/rcw/ls2-rcw_git.bb | |||
@@ -1,15 +1,15 @@ | |||
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-Binary-EULA" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://Freescale-Binary-EULA;md5=8835a59e50213e1b21243dd00c933e47" | 4 | LIC_FILES_CHKSUM = "file://BSD-LICENSE;md5=627727dce58484c4bd5f9b19665d81b3" |
5 | 5 | ||
6 | inherit deploy siteinfo | 6 | inherit deploy siteinfo |
7 | 7 | ||
8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | 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://github.com/qoriq-open-source/rcw.git;nobranch=1" |
12 | SRCREV = "5d4624f74ad2744160060a006b7b5a6359d69142" | 12 | SRCREV = "bfe8c5eb72cbae387af1c8662957caa801c2309f" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index a5126ad0..877822f2 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
@@ -1,14 +1,14 @@ | |||
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 = "BSD" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3775480a712fc46a69647678acb234cb" | 4 | LIC_FILES_CHKSUM = "file://BSD-LICENSE;md5=627727dce58484c4bd5f9b19665d81b3" |
5 | 5 | ||
6 | DEPENDS += "change-file-endianess-native tcl-native" | 6 | DEPENDS += "change-file-endianess-native tcl-native" |
7 | 7 | ||
8 | inherit deploy | 8 | inherit deploy |
9 | 9 | ||
10 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;nobranch=1" | 10 | SRC_URI = "git://github.com/qoriq-open-source/rcw.git;nobranch=1" |
11 | SRCREV = "7bd43d920065171a8d805a3d02fa4c0b39885664" | 11 | SRCREV = "bfe8c5eb72cbae387af1c8662957caa801c2309f" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||