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:
parent
4f1bbf4d2d
commit
40d5207400
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bcacc6777a7173f8b95b5d1e0ac341ae"
|
|||
|
||||
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"
|
||||
SRC_URI = "${GPUTOP_SRC};branch=${SRCBRANCH} "
|
||||
SRCREV = "ecd0b278c9ed4ab6ecde83d3c6deeae9367fa828"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7bdef19938f3503cfc4c586461f99012"
|
|||
PV = "1.0+git${SRCPV}"
|
||||
|
||||
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 = " \
|
||||
${NXPAFE_SRC};branch=${SRCBRANCH} \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
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"
|
||||
|
||||
SRC_URI = " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue