diff options
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/atf/atf_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/boot-format/boot-format_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/ddr-phy/ddr-phy_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/mc-utils/mc-utils_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq-common_2018.09.inc | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb index c2627cf4..bcf826c9 100644 --- a/recipes-bsp/atf/atf_git.bb +++ b/recipes-bsp/atf/atf_git.bb | |||
@@ -11,7 +11,7 @@ do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" | 14 | SRC_URI = "git://github.com/nxp-qoriq/atf;nobranch=1" |
15 | SRCREV = "7e34aebe658c7c3439d2d68b0ce6b9776e8e6996" | 15 | SRCREV = "7e34aebe658c7c3439d2d68b0ce6b9776e8e6996" |
16 | 16 | ||
17 | SRC_URI += "file://0001-fix-fiptool-build-error.patch \ | 17 | SRC_URI += "file://0001-fix-fiptool-build-error.patch \ |
diff --git a/recipes-bsp/boot-format/boot-format_git.bb b/recipes-bsp/boot-format/boot-format_git.bb index 92ec8307..8d1adc2f 100644 --- a/recipes-bsp/boot-format/boot-format_git.bb +++ b/recipes-bsp/boot-format/boot-format_git.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "GPLv2" | |||
3 | PR = "r6" | 3 | PR = "r6" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/boot-format;nobranch=1 \ | 6 | SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/boot-format;nobranch=1 \ |
7 | file://flags.patch" | 7 | file://flags.patch" |
8 | SRCREV = "4eb81a6797ef4e58bf7d9b2d58afb37a21c1f550" | 8 | SRCREV = "4eb81a6797ef4e58bf7d9b2d58afb37a21c1f550" |
9 | 9 | ||
diff --git a/recipes-bsp/ddr-phy/ddr-phy_git.bb b/recipes-bsp/ddr-phy/ddr-phy_git.bb index 766ba798..1488209f 100644 --- a/recipes-bsp/ddr-phy/ddr-phy_git.bb +++ b/recipes-bsp/ddr-phy/ddr-phy_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430 | |||
5 | inherit deploy fsl-eula-unpack | 5 | inherit deploy fsl-eula-unpack |
6 | 6 | ||
7 | SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;fsl-eula=true;nobranch=1 \ | 7 | SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;fsl-eula=true;nobranch=1 \ |
8 | git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1;nobranch=1;destsuffix=git/atf;name=atf" | 8 | git://github.com/nxp-qoriq/atf;nobranch=1;nobranch=1;destsuffix=git/atf;name=atf" |
9 | SRCREV = "14d03e6e748ed5ebb9440f264bb374f1280b061c" | 9 | SRCREV = "14d03e6e748ed5ebb9440f264bb374f1280b061c" |
10 | SRCREV_atf = "7e34aebe658c7c3439d2d68b0ce6b9776e8e6996" | 10 | SRCREV_atf = "7e34aebe658c7c3439d2d68b0ce6b9776e8e6996" |
11 | 11 | ||
diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb b/recipes-bsp/mc-utils/mc-utils_git.bb index 49aa8f50..a7dd68c2 100644 --- a/recipes-bsp/mc-utils/mc-utils_git.bb +++ b/recipes-bsp/mc-utils/mc-utils_git.bb | |||
@@ -9,7 +9,7 @@ DEPENDS += "dtc-native" | |||
9 | 9 | ||
10 | inherit deploy | 10 | inherit deploy |
11 | 11 | ||
12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/mc-utils;nobranch=1" | 12 | SRC_URI = "git://github.com/nxp-qoriq/mc-utils;nobranch=1" |
13 | SRCREV = "eeb8972a3d4137c87a54c2795452b17f254a68c7" | 13 | SRCREV = "eeb8972a3d4137c87a54c2795452b17f254a68c7" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index ba26ef24..c89fbbf3 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
@@ -7,7 +7,7 @@ DEPENDS += "change-file-endianess-native tcl-native" | |||
7 | 7 | ||
8 | inherit deploy siteinfo | 8 | inherit deploy siteinfo |
9 | 9 | ||
10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1" | 10 | SRC_URI = "git://github.com/nxp-qoriq/rcw;nobranch=1" |
11 | SRCREV = "f1377876cc06a87ec8afa8a3412ca7c8455861f2" | 11 | SRCREV = "f1377876cc06a87ec8afa8a3412ca7c8455861f2" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/u-boot/u-boot-qoriq-common_2018.09.inc b/recipes-bsp/u-boot/u-boot-qoriq-common_2018.09.inc index 06ec01bc..ecbab9f2 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq-common_2018.09.inc +++ b/recipes-bsp/u-boot/u-boot-qoriq-common_2018.09.inc | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \ | |||
10 | file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ | 10 | file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \ | 13 | SRC_URI = "git://github.com/nxp-qoriq/u-boot;nobranch=1 \ |
14 | " | 14 | " |
15 | SRCREV= "80b2d2bc4cab0a8363c9b7eba8064b1795f12670" | 15 | SRCREV= "80b2d2bc4cab0a8363c9b7eba8064b1795f12670" |
16 | 16 | ||