Change SRC_URIs to point to github istead of CAF [YOCIMX-6516]

The NXP BSP is moving from CAF to github, so update the recipes URLs and set PREMIRRORS to override the SRC_URIs.

Also update the paths to point to git.codelinaro.org

Signed-off-by: Valentin Jec <jec.valentin@nxp.com>
This commit is contained in:
Valentin Jec 2022-09-20 13:33:40 +03:00
parent 322e3c3697
commit 2f05c25d07
35 changed files with 40 additions and 34 deletions

2
README
View File

@ -35,7 +35,7 @@ Quick Start Guide
See the i.MX Yocto Project User's Guide for instructions on installing repo. See the i.MX Yocto Project User's Guide for instructions on installing repo.
First install the i.MX Linux BSP repo First install the i.MX Linux BSP repo
$: repo init -u git://source.codeaurora.org/external/imx/imx-manifest.git -b imx-linux-zeus -m imx-5.4.3-2.0.0.xml $: repo init -u git://github.com/nxp-imx/imx-manifest.git -b imx-linux-zeus -m imx-5.4.3-2.0.0.xml
Download the Yocto Project Layers: Download the Yocto Project Layers:
$: repo sync $: repo sync

View File

@ -418,3 +418,9 @@ KERNEL_DEVICETREE_imx8qxpc0mek = " \
# Create a mirror for unreliable packages # Create a mirror for unreliable packages
MIRRORS += "http://sourceforge.net/.* http://www.nxp.com/lgfiles/updates/other" MIRRORS += "http://sourceforge.net/.* http://www.nxp.com/lgfiles/updates/other"
# NXP BSP is moved from CAF to github
# FIXME: Drop this after meta-freescale is switched to github
PREMIRRORS += "\
git://source.codeaurora.org/external/imx/ git://github.com/nxp-imx/ \
git://source.codeaurora.org/external/qoriq/qoriq-components/ git://github.com/nxp-qoriq/qoriq-components_"

View File

@ -1,5 +1,5 @@
SRCBRANCH = "imx_5.4.3_2.0.0" SRCBRANCH = "imx_5.4.3_2.0.0"
ATF_SRC ?= "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https" ATF_SRC ?= "git://github.com/nxp-imx/imx-atf.git;protocol=https"
SRC_URI = "${ATF_SRC};branch=${SRCBRANCH} \ SRC_URI = "${ATF_SRC};branch=${SRCBRANCH} \
file://0001-Allow-BUILD_STRING-to-be-set-in-.revision-file.patch \ file://0001-Allow-BUILD_STRING-to-be-set-in-.revision-file.patch \
" "

View File

@ -3,7 +3,7 @@
DEPENDS = "zlib-native openssl-native" DEPENDS = "zlib-native openssl-native"
SRCBRANCH = "imx_5.4.3_2.0.0" SRCBRANCH = "imx_5.4.3_2.0.0"
IMX_MKIMAGE_SRC ?= "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https" IMX_MKIMAGE_SRC ?= "git://github.com/nxp-imx/imx-mkimage.git;protocol=https"
SRC_URI = "${IMX_MKIMAGE_SRC};branch=${SRCBRANCH}" SRC_URI = "${IMX_MKIMAGE_SRC};branch=${SRCBRANCH}"
SRCREV = "0fcc82965c695f4754b87ae09b1ec79c0ce6c3b2" SRCREV = "0fcc82965c695f4754b87ae09b1ec79c0ce6c3b2"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -5,7 +5,7 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
SRCBRANCH = "imx_5.4.3_2.0.0" SRCBRANCH = "imx_5.4.3_2.0.0"
IMXTEST_SRC ?= "git://source.codeaurora.org/external/imx/imx-test.git;protocol=https" IMXTEST_SRC ?= "git://github.com/nxp-imx/imx-test.git;protocol=https"
SRC_URI = " \ SRC_URI = " \
${IMXTEST_SRC};branch=${SRCBRANCH} \ ${IMXTEST_SRC};branch=${SRCBRANCH} \
file://0001-pxp-test-Fix-format-security-error.patch \ file://0001-pxp-test-Fix-format-security-error.patch \

View File

@ -14,7 +14,7 @@ DEPENDS_append = " dtc-native"
LICENSE = "GPLv2+" LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
UBOOT_SRC ?= "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https" UBOOT_SRC ?= "git://github.com/nxp-imx/uboot-imx.git;protocol=https"
SRCBRANCH = "imx_v2019.04_5.4.3_2.0.0" SRCBRANCH = "imx_v2019.04_5.4.3_2.0.0"
SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH} \ SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH} \
" "

View File

@ -11,7 +11,7 @@ download the firmware patches:
hciattach /dev/ttyHS0 qca 3000000 -t120 flow -f0 hciattach /dev/ttyHS0 qca 3000000 -t120 flow -f0
cherry-pick and merged from: cherry-pick and merged from:
https://source.codeaurora.org/quic/la/platform/external/bluetooth/bluez https://git.codelinaro.org/clo/la/platform/external/bluetooth/bluez
branch: LNX.LE.5.3 branch: LNX.LE.5.3
commit: commit bb96f3b759e0b99db70014302ca12929fb42f554 commit: commit bb96f3b759e0b99db70014302ca12929fb42f554

View File

@ -4,7 +4,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50" LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50"
DEPENDS = "imx-gpu-viv zlib libpng procps" DEPENDS = "imx-gpu-viv zlib libpng procps"
APITRACE_SRC ?= "git://source.codeaurora.org/external/imx/apitrace-imx.git;protocol=https" APITRACE_SRC ?= "git://github.com/nxp-imx/apitrace-imx.git;protocol=https"
SRCBRANCH = "imx_9.0" SRCBRANCH = "imx_9.0"
SRC_URI = "${APITRACE_SRC};branch=${SRCBRANCH}" SRC_URI = "${APITRACE_SRC};branch=${SRCBRANCH}"
SRCREV = "8636fa989d8e914a7986916b058878761a981a6f" SRCREV = "8636fa989d8e914a7986916b058878761a981a6f"

View File

@ -4,7 +4,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=bba6cdb9c2b03c849ed4975ed9ed90dc" LIC_FILES_CHKSUM = "file://LICENSE;md5=bba6cdb9c2b03c849ed4975ed9ed90dc"
DEPENDS = "imx-gpu-viv" DEPENDS = "imx-gpu-viv"
NN-IMX_SRC ?= "git://source.codeaurora.org/external/imx/nn-imx.git;protocol=https" NN-IMX_SRC ?= "git://github.com/nxp-imx/nn-imx.git;protocol=https"
SRCBRANCH = "nn-1.0.4" SRCBRANCH = "nn-1.0.4"
SRCREV = "9e871f65f62155bf8388d79c2e2bbda63cb01ed6" SRCREV = "9e871f65f62155bf8388d79c2e2bbda63cb01ed6"

View File

@ -1,6 +1,6 @@
require recipes-graphics/wayland/wayland-protocols_1.17.imx.bb require recipes-graphics/wayland/wayland-protocols_1.17.imx.bb
WAYLAND_PROTOCOLS_SRC ?= "git://source.codeaurora.org/external/imx/wayland-protocols-imx.git;protocol=https" WAYLAND_PROTOCOLS_SRC ?= "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https"
SRCBRANCH = "wayland-protocols-imx-1.18" SRCBRANCH = "wayland-protocols-imx-1.18"
SRC_URI = "${WAYLAND_PROTOCOLS_SRC};branch=${SRCBRANCH} " SRC_URI = "${WAYLAND_PROTOCOLS_SRC};branch=${SRCBRANCH} "
SRCREV = "ee18c1f66877f7fb652467c349108395c20d4f9a" SRCREV = "ee18c1f66877f7fb652467c349108395c20d4f9a"

View File

@ -1,7 +1,7 @@
require recipes-graphics/wayland/weston_7.0.0.bb require recipes-graphics/wayland/weston_7.0.0.bb
SRC_URI_remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" SRC_URI_remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
WESTON_SRC ?= "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https" WESTON_SRC ?= "git://github.com/nxp-imx/weston-imx.git;protocol=https"
SRC_URI_prepend = "${WESTON_SRC};branch=weston-imx-8.0 " SRC_URI_prepend = "${WESTON_SRC};branch=weston-imx-8.0 "
SRCREV = "f6a7d35650121fbe7c20d4cbe0eaac730fab3b2a" SRCREV = "f6a7d35650121fbe7c20d4cbe0eaac730fab3b2a"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/meta-freescale/recipes-graphics/xo
require recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p4.0.bb require recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p4.0.bb
XF86_VIDEO_IMX_VIVANTE_SRC ?= "git://source.codeaurora.org/external/imx/xf86-video-imx-vivante.git;protocol=https" XF86_VIDEO_IMX_VIVANTE_SRC ?= "git://github.com/nxp-imx/xf86-video-imx-vivante.git;protocol=https"
SRC_URI = " \ SRC_URI = " \
${XF86_VIDEO_IMX_VIVANTE_SRC};branch=${SRCBRANCH} \ ${XF86_VIDEO_IMX_VIVANTE_SRC};branch=${SRCBRANCH} \
file://rc.autohdmi \ file://rc.autohdmi \

View File

@ -4,6 +4,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
SRCBRANCH = "imx_5.4.3_2.0.0" SRCBRANCH = "imx_5.4.3_2.0.0"
LOCALVERSION = "-2.0.0" LOCALVERSION = "-2.0.0"
KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https" KERNEL_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https"
SRCREV = "7867389eae778ea70fe5c56c9f4ca3a37b2dd4aa" SRCREV = "7867389eae778ea70fe5c56c9f4ca3a37b2dd4aa"

View File

@ -2,7 +2,7 @@ SUMMARY = "Marvell WiFi driver for PCIE8997"
LICENSE = "GPLv2" LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://mwifiex_8997/gpl-2.0.txt;md5=ab04ac0f249af12befccb94447c08b77;" LIC_FILES_CHKSUM = "file://mwifiex_8997/gpl-2.0.txt;md5=ab04ac0f249af12befccb94447c08b77;"
MRVL_SRC ?= "git://source.codeaurora.org/external/imx/mwifiex.git;protocol=https" MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https"
# Kernel 5.4 # Kernel 5.4
SRC_URI = "${MRVL_SRC};branch=master" SRC_URI = "${MRVL_SRC};branch=master"

View File

@ -2,7 +2,7 @@ SUMMARY = "Qualcomm WiFi driver for QCA module 9377 and 6174"
LICENSE = "BSD & GPLv2" LICENSE = "BSD & GPLv2"
LIC_FILES_CHKSUM = "file://CORE/HDD/src/wlan_hdd_main.c;beginline=1;endline=20;md5=ec8d62116b13db773825ebf7cf91be1d;" LIC_FILES_CHKSUM = "file://CORE/HDD/src/wlan_hdd_main.c;beginline=1;endline=20;md5=ec8d62116b13db773825ebf7cf91be1d;"
QCACLD_SRC ?= "git://source.codeaurora.org/external/imx/qcacld-2.0-imx.git;protocol=https" QCACLD_SRC ?= "git://github.com/nxp-imx/qcacld-2.0-imx.git;protocol=https"
SRC_URI = "${QCACLD_SRC};branch=IMX_CNSS.LEA.NRT_3.0" SRC_URI = "${QCACLD_SRC};branch=IMX_CNSS.LEA.NRT_3.0"
SRCREV = "7dc91e5977f31d60741c55682564788c0f930163" SRCREV = "7dc91e5977f31d60741c55682564788c0f930163"

View File

@ -3,7 +3,7 @@ LICENSE = "BSD & GPLv2"
LIC_FILES_CHKSUM = "file://CORE/HDD/src/wlan_hdd_main.c;beginline=1;endline=20;md5=ec8d62116b13db773825ebf7cf91be1d;" LIC_FILES_CHKSUM = "file://CORE/HDD/src/wlan_hdd_main.c;beginline=1;endline=20;md5=ec8d62116b13db773825ebf7cf91be1d;"
FILESEXTRAPATHS_prepend := "${THISDIR}/kernel-module-qca:" FILESEXTRAPATHS_prepend := "${THISDIR}/kernel-module-qca:"
QCACLD_SRC ?= "git://source.codeaurora.org/external/imx/qcacld-2.0-imx.git;protocol=https" QCACLD_SRC ?= "git://github.com/nxp-imx/qcacld-2.0-imx.git;protocol=https"
#Kernel 5.4 #Kernel 5.4
SRC_URI = "${QCACLD_SRC};branch=IMX_CNSS.LEA.NRT_3.0_KRL5.4" SRC_URI = "${QCACLD_SRC};branch=IMX_CNSS.LEA.NRT_3.0_KRL5.4"

View File

@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
KERNEL_BRANCH ?= "imx_5.4.3_2.0.0" KERNEL_BRANCH ?= "imx_5.4.3_2.0.0"
LOCALVERSION = "-2.0.0" LOCALVERSION = "-2.0.0"
KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https" KERNEL_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https"
SRC_URI = "${KERNEL_SRC};branch=${KERNEL_BRANCH}" SRC_URI = "${KERNEL_SRC};branch=${KERNEL_BRANCH}"
SRCREV = "dea2fede7e024ee7029b13e8d82a00ec14427777" SRCREV = "dea2fede7e024ee7029b13e8d82a00ec14427777"

View File

@ -14,7 +14,7 @@ DEPENDS += "lzop-native bc-native"
KERNEL_BRANCH ?= "imx_5.4.3_2.0.0" KERNEL_BRANCH ?= "imx_5.4.3_2.0.0"
LOCALVERSION = "-2.0.0" LOCALVERSION = "-2.0.0"
KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https" KERNEL_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https"
SRC_URI = "${KERNEL_SRC};branch=${KERNEL_BRANCH}" SRC_URI = "${KERNEL_SRC};branch=${KERNEL_BRANCH}"
SRCREV = "fd263a3edd95dfe812397fabf1059b5f99bba2ab" SRCREV = "fd263a3edd95dfe812397fabf1059b5f99bba2ab"

View File

@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f"
inherit autotools pkgconfig use-imx-headers inherit autotools pkgconfig use-imx-headers
IMXALSA_SRC ?= "git://source.codeaurora.org/external/imx/imx-alsa-plugins.git;protocol=https" IMXALSA_SRC ?= "git://github.com/nxp-imx/imx-alsa-plugins.git;protocol=https"
SRCBRANCH = "MM_04.05.04_2002_L5.4.3" SRCBRANCH = "MM_04.05.04_2002_L5.4.3"
SRC_URI = "${IMXALSA_SRC};branch=${SRCBRANCH}" SRC_URI = "${IMXALSA_SRC};branch=${SRCBRANCH}"

View File

@ -8,7 +8,7 @@ PV = "1.16.0.imx"
FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/${PN}:" FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/${PN}:"
FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/files:" FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/files:"
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.05.04_2002_L5.4.3" SRCBRANCH = "MM_04.05.04_2002_L5.4.3"
SRCREV = "eea4cfe9315a9c648d116cfff3cd532e9a31237d" SRCREV = "eea4cfe9315a9c648d116cfff3cd532e9a31237d"
SRC_URI = " \ SRC_URI = " \

View File

@ -6,7 +6,7 @@ FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstre
FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/${PN}:" FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/${PN}:"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
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.05.04_2002_L5.4.3" SRCBRANCH = "MM_04.05.04_2002_L5.4.3"
SRCREV = "5221bd72a116341738ab060b195b38a2cbed1c58" SRCREV = "5221bd72a116341738ab060b195b38a2cbed1c58"
SRC_URI = " \ SRC_URI = " \

View File

@ -5,7 +5,7 @@ PV = "1.16.0.imx"
FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/${PN}:" FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/${PN}:"
FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/files:" FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/files:"
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.05.04_2002_L5.4.3" SRCBRANCH = "MM_04.05.04_2002_L5.4.3"
SRCREV = "3bcc85705695ee629ac3fb687411bb196d231918" SRCREV = "3bcc85705695ee629ac3fb687411bb196d231918"

View File

@ -5,7 +5,7 @@ PV = "1.16.0.imx"
FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/files:" FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/files:"
# Use i.MX fork of GST for customizations # 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 = "MM_04.05.04_2002_L5.4.3" SRCBRANCH = "MM_04.05.04_2002_L5.4.3"
SRCREV = "a4c220605ac0923596b89f4f07c05d235bc09259" SRCREV = "a4c220605ac0923596b89f4f07c05d235bc09259"
SRC_URI = " \ SRC_URI = " \

View File

@ -20,7 +20,7 @@ RCONFLICTS_${PN} = "gst1.0-fsl-plugin"
LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" 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.05.04_2002_L5.4.3" SRCBRANCH = "MM_04.05.04_2002_L5.4.3"
SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH} \ SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH} \

View File

@ -15,7 +15,7 @@ SRC_URI_remove = " \
git://github.com/opencv/opencv.git;name=opencv \ git://github.com/opencv/opencv.git;name=opencv \
file://0002-Make-opencv-ts-create-share-library-intead-of-static.patch \ file://0002-Make-opencv-ts-create-share-library-intead-of-static.patch \
" "
OPENCV_SRC ?= "git://source.codeaurora.org/external/imx/opencv-imx.git;protocol=https" OPENCV_SRC ?= "git://github.com/nxp-imx/opencv-imx.git;protocol=https"
SRCBRANCH = "4.2.0_imx" SRCBRANCH = "4.2.0_imx"
SRC_URI =+ "${OPENCV_SRC};branch=${SRCBRANCH};name=opencv" SRC_URI =+ "${OPENCV_SRC};branch=${SRCBRANCH};name=opencv"
SRC_URI += " \ SRC_URI += " \

View File

@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b433a746dd6fe8862028b1d7fc412a4d"
DEPENDS = "zlib" DEPENDS = "zlib"
SIMG2IMG_SRC ?= "git://source.codeaurora.org/external/imx/simg2img.git;protocol=https" SIMG2IMG_SRC ?= "git://github.com/nxp-imx/simg2img.git;protocol=https"
SRC_BRANCH = "master" SRC_BRANCH = "master"
SRC_URI = "${SIMG2IMG_SRC};branch=${SRC_BRANCH}" SRC_URI = "${SIMG2IMG_SRC};branch=${SRC_BRANCH}"

View File

@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8948bc85114b3b716576ef8d732f034f \
PV = "19.08+git${SRCPV}" PV = "19.08+git${SRCPV}"
ARM_COMPUTELIBRARY_SRC ?= "git://source.codeaurora.org/external/imx/arm-computelibrary-imx.git;protocol=https" ARM_COMPUTELIBRARY_SRC ?= "git://github.com/nxp-imx/arm-computelibrary-imx.git;protocol=https"
SRCBRANCH = "imx_19.08" SRCBRANCH = "imx_19.08"
SRC_URI = "${ARM_COMPUTELIBRARY_SRC};branch=${SRCBRANCH}" SRC_URI = "${ARM_COMPUTELIBRARY_SRC};branch=${SRCBRANCH}"

View File

@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3e14a924c16f7d828b8335a59da64074 \
PR = "r1" PR = "r1"
PV = "19.08" PV = "19.08"
ARMNN_SRC ?= "git://source.codeaurora.org/external/imx/armnn-imx.git;protocol=https" ARMNN_SRC ?= "git://github.com/nxp-imx/armnn-imx.git;protocol=https"
SRCBRANCH = "branches/armnn_19_08" SRCBRANCH = "branches/armnn_19_08"
SRCREV = "985e414c581005b3b80276b26bb021d8f7175aa2" SRCREV = "985e414c581005b3b80276b26bb021d8f7175aa2"

View File

@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=980784f0a7f667becbed133924b263bf"
DEPENDS = "libpng zlib ${BPN}-native" DEPENDS = "libpng zlib ${BPN}-native"
ONNXRUNTIME_SRC ?= "gitsm://source.codeaurora.org/external/imx/onnxruntime-imx.git;protocol=https" ONNXRUNTIME_SRC ?= "gitsm://github.com/nxp-imx/onnxruntime-imx.git;protocol=https"
SRCBRANCH = "master" SRCBRANCH = "master"
SRCREV = "2ddd64c357771120bd6717032d4d01839ca9b9ee" SRCREV = "2ddd64c357771120bd6717032d4d01839ca9b9ee"

View File

@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=64a34301f8e355f57ec992c2af3e5157"
DEPENDS = "zlib unzip-native swig-native python3 python3-numpy-native python3-pip-native python3-wheel-native" DEPENDS = "zlib unzip-native swig-native python3 python3-numpy-native python3-pip-native python3-wheel-native"
TENSORFLOW_LITE_SRC ?= "git://source.codeaurora.org/external/imx/tensorflow-imx.git;protocol=https" TENSORFLOW_LITE_SRC ?= "git://github.com/nxp-imx/tensorflow-imx.git;protocol=https"
SRCBRANCH = "imx-v2.1.0" SRCBRANCH = "imx-v2.1.0"
SRC_URI = "${TENSORFLOW_LITE_SRC};branch=${SRCBRANCH}" SRC_URI = "${TENSORFLOW_LITE_SRC};branch=${SRCBRANCH}"
SRCREV = "f6a5a19e996746c6b852700cac77c16ca9e7b168" SRCREV = "f6a5a19e996746c6b852700cac77c16ca9e7b168"

View File

@ -7,7 +7,7 @@ DEPENDS += "gstreamer1.0-plugins-base virtual/kernel libcap zlib bzip2 \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland', '', d)} \
" "
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.05.04_2002_L5.4.3" SRCBRANCH = "MM_04.05.04_2002_L5.4.3"
SRC_URI = " \ SRC_URI = " \

View File

@ -3,7 +3,7 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://README;md5=cb7b88c5098324bb9a20d2a79d76327e" LIC_FILES_CHKSUM = "file://README;md5=cb7b88c5098324bb9a20d2a79d76327e"
SECTION = "base" SECTION = "base"
SRC_URI = "git://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/wlan/utils/sigma-dut;protocol=https;branch=github-qca/master; \ SRC_URI = "git://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/utils/sigma-dut;protocol=https;branch=github-qca/master; \
file://0001-Add-handling-of-DYN_BW_SGNL-command-for-AP-mode.patch \ file://0001-Add-handling-of-DYN_BW_SGNL-command-for-AP-mode.patch \
file://0001-Add-handling-of-DYN_BW_SGNL-command-for-DRIVER_LINUX.patch \ file://0001-Add-handling-of-DYN_BW_SGNL-command-for-DRIVER_LINUX.patch \
" "

View File

@ -1,7 +1,7 @@
require jailhouse.inc require jailhouse.inc
SRCBRANCH = "imx_5.4.3_2.0.0" SRCBRANCH = "imx_5.4.3_2.0.0"
IMX_JAILHOUSE_SRC ?= "git://source.codeaurora.org/external/imx/imx-jailhouse.git;protocol=ssh" IMX_JAILHOUSE_SRC ?= "git://github.com/nxp-imx/imx-jailhouse.git;protocol=ssh"
SRC_URI = "${IMX_JAILHOUSE_SRC};branch=${SRCBRANCH} \ SRC_URI = "${IMX_JAILHOUSE_SRC};branch=${SRCBRANCH} \
file://0001-scripts-include.mk-multilib-Fix-hardcoded-lib-in-fir.patch" file://0001-scripts-include.mk-multilib-Fix-hardcoded-lib-in-fir.patch"

View File

@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
require xen.inc require xen.inc
SRCBRANCH = "imx_5.4.3_2.0.0" SRCBRANCH = "imx_5.4.3_2.0.0"
XEN_SRC ?= "git://source.codeaurora.org/external/imx/imx-xen.git;protocol=https" XEN_SRC ?= "git://github.com/nxp-imx/imx-xen.git;protocol=https"
SRC_URI = " \ SRC_URI = " \
${XEN_SRC};branch=${SRCBRANCH} \ ${XEN_SRC};branch=${SRCBRANCH} \

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 = "6b209162b907030ee28333b94d79ee35b258ab18" SRCREV = "6b209162b907030ee28333b94d79ee35b258ab18"