update URL of NXP recipes from codeaurora to Github

Codeaurora was retired on April 2023.
Fix bbappends to point to their new location on Github.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2023-04-03 11:53:49 +02:00 committed by Arturo Buzarra
parent 0fcd8906d4
commit 16117d3cf6
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bcacc6777a7173f8b95b5d1e0ac341ae"
DEPENDS = "libgpuperfcnt" DEPENDS = "libgpuperfcnt"
GPUTOP_SRC ?= "git://source.codeaurora.org/external/imx/imx-gputop.git;protocol=https" GPUTOP_SRC ?= "git://github.com/nxp-imx/imx-gputop.git;protocol=https"
SRCBRANCH = "release" SRCBRANCH = "release"
SRC_URI = "${GPUTOP_SRC};branch=${SRCBRANCH} " SRC_URI = "${GPUTOP_SRC};branch=${SRCBRANCH} "
SRCREV = "ecd0b278c9ed4ab6ecde83d3c6deeae9367fa828" SRCREV = "ecd0b278c9ed4ab6ecde83d3c6deeae9367fa828"

View File

@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7bdef19938f3503cfc4c586461f99012"
PV = "1.0+git${SRCPV}" PV = "1.0+git${SRCPV}"
SRCBRANCH = "MM_04.06.03_2110_L5.10.y" SRCBRANCH = "MM_04.06.03_2110_L5.10.y"
NXPAFE_SRC ?= "git://source.codeaurora.org/external/imx/nxp-afe.git;protocol=https" NXPAFE_SRC ?= "git://github.com/nxp-imx/nxp-afe.git;protocol=https"
SRC_URI = " \ SRC_URI = " \
${NXPAFE_SRC};branch=${SRCBRANCH} \ ${NXPAFE_SRC};branch=${SRCBRANCH} \
" "

View File

@ -1,6 +1,6 @@
require recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc require recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc
GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https" GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-good.git;protocol=https"
SRCBRANCH = "MM_04.06.03_2110_L5.10.y" SRCBRANCH = "MM_04.06.03_2110_L5.10.y"
SRC_URI = " \ SRC_URI = " \