mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 12:59:04 +02:00
Merge pull request #1477 from jviguera/rocko
[rocko] meta-freescale: migrate IMX repos from codeaurora to github
This commit is contained in:
commit
5a76170b32
|
@ -14,7 +14,7 @@ PE = "1"
|
|||
PV = "5.8+${SRCPV}"
|
||||
|
||||
SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga"
|
||||
SRC_URI = "git://source.codeaurora.org/external/imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}"
|
||||
SRC_URI = "git://github.com/nxp-imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}"
|
||||
SRCREV = "f5f14fc24581e5d6e689f42a56b5f2992f978ef4"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
@ -8,7 +8,7 @@ PV = "6.0+${SRCPV}"
|
|||
PARALLEL_MAKE="-j 1"
|
||||
|
||||
SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga"
|
||||
SRC_URI = "git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH}"
|
||||
SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH}"
|
||||
SRCREV = "fb250a795ce0d25c19610e9e19e1cd815fc64cb9"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
@ -11,7 +11,7 @@ LICENSE = "GPLv2+"
|
|||
LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRCBRANCH = "nxp/imx_v2017.03_4.9.11_1.0.0_ga"
|
||||
SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
|
||||
SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
|
||||
SRCREV = "a2fea67d3eb3092f19f250d53a4a27fa1a0c815f"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
@ -4,7 +4,7 @@ DEPENDS_append_imxgpu2d = " virtual/libg2d"
|
|||
|
||||
# Use i.MX fork of weston for customizations.
|
||||
SRC_URI_remove_imxgpu2d = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI_prepend_imxgpu2d = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=weston-imx-2.0 "
|
||||
SRC_URI_prepend_imxgpu2d = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=weston-imx-2.0 "
|
||||
SRCREV_imxgpu2d = "506dc2d69b7cf7b7e7d1ea94ce29c8203215a67e"
|
||||
S_imxgpu2d = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ LOCALVERSION ?= ""
|
|||
SCMVERSION ?= "y"
|
||||
SRCBRANCH ?= ""
|
||||
|
||||
SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx;protocol=https;branch=${SRCBRANCH} \
|
||||
SRC_URI = "git://github.com/nxp-imx/linux-imx;protocol=https;branch=${SRCBRANCH} \
|
||||
file://defconfig \
|
||||
"
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|||
inherit autotools pkgconfig
|
||||
|
||||
SRCBRANCH = "nxp/master"
|
||||
SRC_URI = "git://source.codeaurora.org/external/imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}"
|
||||
SRC_URI = "git://github.com/nxp-imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}"
|
||||
SRCREV = "9a63071e7734bd164017f3761b8d1944c017611f"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
@ -26,7 +26,7 @@ EXTRA_OECONF_remove = " --disable-sdl --disable-nas --disable-libvisual --disabl
|
|||
--disable-linsys --disable-sndio --disable-apexsink --disable-libssh2 \
|
||||
"
|
||||
|
||||
GST1.0-PLUGINS-BAD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-bad.git;protocol=https"
|
||||
GST1.0-PLUGINS-BAD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-bad.git;protocol=https"
|
||||
SRCBRANCH = "MM_04.03.04_1801_L4.9.51_MX8M_GA"
|
||||
|
||||
SRC_URI = " \
|
||||
|
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \
|
|||
file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \
|
||||
file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607"
|
||||
|
||||
GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https"
|
||||
GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https"
|
||||
SRCBRANCH = "MM_04.03.04_1801_L4.9.51_MX8M_GA"
|
||||
|
||||
SRC_URI = " \
|
||||
|
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
|
|||
file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \
|
||||
file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe"
|
||||
|
||||
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 = "imx-1.12.x"
|
||||
|
||||
SRC_URI = " \
|
||||
|
|
|
@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
|
|||
file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d"
|
||||
|
||||
# Use i.MX fork of GST for customizations
|
||||
GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https"
|
||||
GST1.0_SRC ?= "gitsm://github.com/nxp-imx/gstreamer.git;protocol=https"
|
||||
SRCBRANCH = "imx-1.12.x"
|
||||
|
||||
SRC_URI = " \
|
||||
|
|
|
@ -20,7 +20,7 @@ RCONFLICTS_${PN} = "gst1.0-fsl-plugin"
|
|||
LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
|
||||
file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
IMXGST_SRC ?= "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https"
|
||||
IMXGST_SRC ?= "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https"
|
||||
SRCBRANCH = "MM_04.03.04_1801_L4.9.51_MX8M_GA"
|
||||
|
||||
SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user