diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-03 13:25:15 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 13:25:15 -0300 |
commit | 5a76170b32a6fbf7486a3da4ca4e25094cbbc1c6 (patch) | |
tree | 3f7cca2f34d985785cf64f22ef1f356dd3fd6acd | |
parent | 1d40ea34fc2c06af79fc59f6ea54f2e9335d61d6 (diff) | |
parent | 52285fcb4fccc555627888cc1ab6399338d0b4c6 (diff) | |
download | meta-freescale-rocko.tar.gz |
Merge pull request #1477 from jviguera/rockorocko
[rocko] meta-freescale: migrate IMX repos from codeaurora to github
11 files changed, 11 insertions, 11 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb index 8e477de0..7d19d413 100644 --- a/recipes-bsp/imx-lib/imx-lib_git.bb +++ b/recipes-bsp/imx-lib/imx-lib_git.bb | |||
@@ -14,7 +14,7 @@ PE = "1" | |||
14 | PV = "5.8+${SRCPV}" | 14 | PV = "5.8+${SRCPV}" |
15 | 15 | ||
16 | SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga" | 16 | SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga" |
17 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" | 17 | SRC_URI = "git://github.com/nxp-imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" |
18 | SRCREV = "f5f14fc24581e5d6e689f42a56b5f2992f978ef4" | 18 | SRCREV = "f5f14fc24581e5d6e689f42a56b5f2992f978ef4" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index ddc87a97..163c9c16 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb | |||
@@ -8,7 +8,7 @@ PV = "6.0+${SRCPV}" | |||
8 | PARALLEL_MAKE="-j 1" | 8 | PARALLEL_MAKE="-j 1" |
9 | 9 | ||
10 | SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga" | 10 | SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga" |
11 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH}" | 11 | SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH}" |
12 | SRCREV = "fb250a795ce0d25c19610e9e19e1cd815fc64cb9" | 12 | SRCREV = "fb250a795ce0d25c19610e9e19e1cd815fc64cb9" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb index 6c1a8522..eeb283e7 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb | |||
@@ -11,7 +11,7 @@ LICENSE = "GPLv2+" | |||
11 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 11 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
12 | 12 | ||
13 | SRCBRANCH = "nxp/imx_v2017.03_4.9.11_1.0.0_ga" | 13 | SRCBRANCH = "nxp/imx_v2017.03_4.9.11_1.0.0_ga" |
14 | SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" | 14 | SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" |
15 | SRCREV = "a2fea67d3eb3092f19f250d53a4a27fa1a0c815f" | 15 | SRCREV = "a2fea67d3eb3092f19f250d53a4a27fa1a0c815f" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/recipes-graphics/wayland/weston_2.0.0.bbappend b/recipes-graphics/wayland/weston_2.0.0.bbappend index 7d0e589d..bc9d499e 100644 --- a/recipes-graphics/wayland/weston_2.0.0.bbappend +++ b/recipes-graphics/wayland/weston_2.0.0.bbappend | |||
@@ -4,7 +4,7 @@ DEPENDS_append_imxgpu2d = " virtual/libg2d" | |||
4 | 4 | ||
5 | # Use i.MX fork of weston for customizations. | 5 | # Use i.MX fork of weston for customizations. |
6 | SRC_URI_remove_imxgpu2d = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" | 6 | SRC_URI_remove_imxgpu2d = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" |
7 | SRC_URI_prepend_imxgpu2d = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=weston-imx-2.0 " | 7 | SRC_URI_prepend_imxgpu2d = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=weston-imx-2.0 " |
8 | SRCREV_imxgpu2d = "506dc2d69b7cf7b7e7d1ea94ce29c8203215a67e" | 8 | SRCREV_imxgpu2d = "506dc2d69b7cf7b7e7d1ea94ce29c8203215a67e" |
9 | S_imxgpu2d = "${WORKDIR}/git" | 9 | S_imxgpu2d = "${WORKDIR}/git" |
10 | 10 | ||
diff --git a/recipes-kernel/linux/linux-imx.inc b/recipes-kernel/linux/linux-imx.inc index 9a8a035f..4660a9ee 100644 --- a/recipes-kernel/linux/linux-imx.inc +++ b/recipes-kernel/linux/linux-imx.inc | |||
@@ -11,7 +11,7 @@ LOCALVERSION ?= "" | |||
11 | SCMVERSION ?= "y" | 11 | SCMVERSION ?= "y" |
12 | SRCBRANCH ?= "" | 12 | SRCBRANCH ?= "" |
13 | 13 | ||
14 | SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx;protocol=https;branch=${SRCBRANCH} \ | 14 | SRC_URI = "git://github.com/nxp-imx/linux-imx;protocol=https;branch=${SRCBRANCH} \ |
15 | file://defconfig \ | 15 | file://defconfig \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb index 834b2971..0f7c84b0 100644 --- a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb +++ b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | |||
@@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
21 | 21 | ||
22 | SRCBRANCH = "nxp/master" | 22 | SRCBRANCH = "nxp/master" |
23 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" | 23 | SRC_URI = "git://github.com/nxp-imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" |
24 | SRCREV = "9a63071e7734bd164017f3761b8d1944c017611f" | 24 | SRCREV = "9a63071e7734bd164017f3761b8d1944c017611f" |
25 | 25 | ||
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.imx.bb index 72127b8d..73be1fbb 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.imx.bb | |||
@@ -26,7 +26,7 @@ EXTRA_OECONF_remove = " --disable-sdl --disable-nas --disable-libvisual --disabl | |||
26 | --disable-linsys --disable-sndio --disable-apexsink --disable-libssh2 \ | 26 | --disable-linsys --disable-sndio --disable-apexsink --disable-libssh2 \ |
27 | " | 27 | " |
28 | 28 | ||
29 | GST1.0-PLUGINS-BAD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-bad.git;protocol=https" | 29 | GST1.0-PLUGINS-BAD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-bad.git;protocol=https" |
30 | SRCBRANCH = "MM_04.03.04_1801_L4.9.51_MX8M_GA" | 30 | SRCBRANCH = "MM_04.03.04_1801_L4.9.51_MX8M_GA" |
31 | 31 | ||
32 | SRC_URI = " \ | 32 | SRC_URI = " \ |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.12.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.12.imx.bb index ecf1d8a8..07e74d17 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.12.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.12.imx.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \ | |||
5 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ | 5 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ |
6 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607" | 6 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607" |
7 | 7 | ||
8 | GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https" | 8 | GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https" |
9 | SRCBRANCH = "MM_04.03.04_1801_L4.9.51_MX8M_GA" | 9 | SRCBRANCH = "MM_04.03.04_1801_L4.9.51_MX8M_GA" |
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.imx.bb index 6c0ec62c..f2854d16 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.imx.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
5 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ | 5 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ |
6 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" | 6 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" |
7 | 7 | ||
8 | GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https" | 8 | GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-good.git;protocol=https" |
9 | SRCBRANCH = "imx-1.12.x" | 9 | SRCBRANCH = "imx-1.12.x" |
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0_1.12.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0_1.12.imx.bb index 419b8916..6ac30ed9 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0_1.12.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0_1.12.imx.bb | |||
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ | |||
18 | file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" | 18 | file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" |
19 | 19 | ||
20 | # Use i.MX fork of GST for customizations | 20 | # Use i.MX fork of GST for customizations |
21 | GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https" | 21 | GST1.0_SRC ?= "gitsm://github.com/nxp-imx/gstreamer.git;protocol=https" |
22 | SRCBRANCH = "imx-1.12.x" | 22 | SRCBRANCH = "imx-1.12.x" |
23 | 23 | ||
24 | SRC_URI = " \ | 24 | SRC_URI = " \ |
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.3.4.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.3.4.bb index d166ec36..7dd00161 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.3.4.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.3.4.bb | |||
@@ -20,7 +20,7 @@ RCONFLICTS_${PN} = "gst1.0-fsl-plugin" | |||
20 | LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | 20 | LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ |
21 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | 21 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" |
22 | 22 | ||
23 | IMXGST_SRC ?= "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https" | 23 | IMXGST_SRC ?= "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https" |
24 | SRCBRANCH = "MM_04.03.04_1801_L4.9.51_MX8M_GA" | 24 | SRCBRANCH = "MM_04.03.04_1801_L4.9.51_MX8M_GA" |
25 | 25 | ||
26 | SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH}" | 26 | SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH}" |