mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-10-22 23:32:16 +02:00
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:
parent
4481187a3c
commit
76245add93
2
README
2
README
|
@ -35,7 +35,7 @@ Quick Start Guide
|
|||
See the i.MX Yocto Project User's Guide for instructions on installing repo.
|
||||
|
||||
First install the i.MX Linux BSP repo
|
||||
$: repo init -u git://source.codeaurora.org/external/imx/imx-manifest.git -b imx-linux-hardknott -m imx-5.10.35-2.0.0.xml
|
||||
$: repo init -u git://github.com/nxp-imx/imx-manifest.git -b imx-linux-hardknott -m imx-5.10.35-2.0.0.xml
|
||||
|
||||
Download the Yocto Project Layers:
|
||||
$: repo sync
|
||||
|
|
|
@ -7,7 +7,7 @@ Outgoing License: LA_OPT_NXP_Software_License v24 June 2021 - Additional distrib
|
|||
License File: COPYING
|
||||
|
||||
Yocto Project recipe manifest:
|
||||
repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-hardknott -m imx-5.10.35-2.0.0.xml
|
||||
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-hardknott -m imx-5.10.35-2.0.0.xml
|
||||
|
||||
Release tag: lf-5.10.35-2.0.0
|
||||
|
||||
|
@ -22,7 +22,7 @@ License File: COPYING
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: The Linux kernel with i.MX-specific drivers
|
||||
Release Location: https://source.codeaurora.org/external/imx/linux-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/linux-imx -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (GPL-2.0)
|
||||
kernel.org (GPL-2.0) - https://www.kernel.org/
|
||||
|
||||
|
@ -35,7 +35,7 @@ License File: COPYING
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: Bootloader with i.MX-specific capabilities
|
||||
Release Location: https://source.codeaurora.org/external/imx/uboot-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/uboot-imx -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (GPL-2.0)
|
||||
Das U-Boot - Universal Bootloader (GPL-2.0) - http://www.denx.de/wiki/U-Boot/WebHome
|
||||
Android Open Source Project (BSD-2-Clause) - https://source.android.com/
|
||||
|
@ -50,7 +50,7 @@ License File: docs/license.rst
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: ARM Trusted Firmware
|
||||
Release Location: https://source.codeaurora.org/external/imx/imx-atf -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/imx-atf -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (BSD-3-clause)
|
||||
arm-trusted-firmware - ARM Limited (BSD-3-clause) - http://github.com/ARM-software/arm-trusted-firmware/
|
||||
|
||||
|
@ -108,7 +108,7 @@ License File: COPYING
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: Make Image BootLoader
|
||||
Release Location: https://source.codeaurora.org/external/imx/imx-mkimage -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/imx-mkimage -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (GPL-2.0)
|
||||
Das U-Boot - Universal Bootloader (GPL-2.0) - http://www.denx.de/wiki/U-Boot/WebHome
|
||||
|
||||
|
@ -121,7 +121,7 @@ License File: COPYING-LGPL-2.1
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: BSP libraries
|
||||
Release Location: https://source.codeaurora.org/external/imx/imx-lib -b master
|
||||
Release Location: https://github.com/nxp-imx/imx-lib -b master
|
||||
Origin: NXP (LGPL-2.1)
|
||||
|
||||
--------------------------------------------
|
||||
|
@ -133,7 +133,7 @@ License File: COPYING
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: Linux unit test applications
|
||||
Release Location: https://source.codeaurora.org/external/imx/imx-test -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/imx-test -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (GPL-2.0)
|
||||
module_test: NXP (GPL-2.0+)
|
||||
Hantro Products Oy. (GPL-2.0+)
|
||||
|
@ -204,9 +204,9 @@ License File: COPYING
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: QCA9377 WLAN linux driver
|
||||
Release Location: https://source.codeaurora.org/external/imx/qcacld-2.0-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/qcacld-2.0-imx -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (ISC)
|
||||
Qualcomm Atheros, Inc. (ISC) – https://source.codeaurora.org/external/wlan/qcacld-2.0
|
||||
Qualcomm Atheros, Inc. (ISC) – https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/qcacld-2.0
|
||||
|
||||
--------------------------------------------
|
||||
|
||||
|
@ -229,7 +229,7 @@ License File: mxm_wifiex/wlan_src/gpl-2.0.txt
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: NXP Wi-Fi linux SDK
|
||||
Release Location: https://source.codeaurora.org/external/imx/mwifiex -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/mwifiex -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (GPL-2.0)
|
||||
|
||||
--------------------------------------------
|
||||
|
@ -282,7 +282,7 @@ License File: COPYING
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: Tool to convert Android sparse images to raw images
|
||||
Release Location: https://source.codeaurora.org/external/imx/simg2img -b master
|
||||
Release Location: https://github.com/nxp-imx/simg2img -b master
|
||||
Origin: NXP (Apache-2.0)
|
||||
The Android Open Source Project (Apache-2.0) - https://android.googlesource.com/platform/system/core/+/master/libsparse
|
||||
Gary S Brown (Public Domain) - http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/bsd/libkern/crc32.c?txt
|
||||
|
@ -323,7 +323,7 @@ License File: LICENSE
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: Open Portable Trusted Execution Environment for TEE Client library
|
||||
Release Location: https://source.codeaurora.org/external/imx/imx-optee-client -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/imx-optee-client -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (BSD-2-Clause)
|
||||
optee_client (BSD-2-Clause) - https://github.com/OP-TEE/optee_client
|
||||
|
||||
|
@ -336,7 +336,7 @@ License File: LICENSE
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: Open Portable Trusted Execution Environment for Linux on ARM
|
||||
Release Location: https://source.codeaurora.org/external/imx/imx-optee-os -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/imx-optee-os -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (BSD-2-Clause)
|
||||
OP-TEE Trusted OS (BSD-2-Clause) - https://github.com/OP-TEE/optee_os
|
||||
Mbed TLS (Apache-2.0) - https://github.com/ARMmbed/mbedtls/
|
||||
|
@ -350,7 +350,7 @@ License File: LICENSE.md
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: Open Portable Trusted Execution Environment sanity tests
|
||||
Release Location: https://source.codeaurora.org/external/imx/imx-optee-test -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/imx-optee-test -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (BSD-2-Clause)
|
||||
optee_test (BSD-2-Clause) - https://github.com/OP-TEE/optee_test
|
||||
|
||||
|
@ -363,7 +363,7 @@ License File: COPYING
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: A partitioning Hypervisor based on Linux
|
||||
Release Location: https://source.codeaurora.org/external/imx/imx-jailhouse -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/imx-jailhouse -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (GPL-2.0)
|
||||
Siemens AG (GPL-2.0) - https://github.com/siemens/jailhouse
|
||||
|
||||
|
@ -376,7 +376,7 @@ License File: COPYING
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: A Virtual Machine Monitor
|
||||
Release Location: https://source.codeaurora.org/external/imx/imx-xen -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/imx-xen -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (GPL-2.0)
|
||||
|
||||
--------------------------------------------
|
||||
|
@ -400,7 +400,7 @@ License File: COPYING
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: NXP i.MX Security Middleware Library
|
||||
Release Location: https://source.codeaurora.org/external/imx/imx-smw -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/imx-smw -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (BSD-3-Clause)
|
||||
|
||||
--------------------------------------------
|
||||
|
@ -412,7 +412,7 @@ License File: COPYING
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: NXP i.MX keyctl tool to manage CAAM Keys
|
||||
Release Location: https://source.codeaurora.org/external/imx/keyctl_caam -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/keyctl_caam -b lf-5.10.35-2.0.0
|
||||
--------------------------------------------
|
||||
|
||||
Package: ecdsa-lib-imx-3.3.1.bin
|
||||
|
@ -432,7 +432,7 @@ License File: BSD-3-Clause.txt
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: V2X Secure Element library
|
||||
Release Location: https://source.codeaurora.org/external/imx/v2xsehsm -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/v2xsehsm -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (BSD-3-Clause)
|
||||
|
||||
--------------------------------------------
|
||||
|
@ -444,7 +444,7 @@ License File: BSD-3-Clause.txt
|
|||
Package Category: BSP
|
||||
Type of Content: source
|
||||
Description and comments: V2X Test Suite
|
||||
Release Location: https://source.codeaurora.org/external/imx/vtest -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/vtest -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (BSD-3-Clause)
|
||||
|
||||
--------------------------------------------
|
||||
|
@ -458,7 +458,7 @@ License File: vvcam/LICENSE
|
|||
Package Category: Graphics
|
||||
Type of Content: ISP Kernel Module source
|
||||
Description and comments: Kernel Loadable Module for ISP
|
||||
Release Location: https://source.codeaurora.org/external/imx/isp-vvcam -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/isp-vvcam -b lf-5.10.35-2.0.0
|
||||
Origin: VeriSilicon Holdings Co., Ltd. (GPL-2.0)
|
||||
|
||||
--------------------------------------------
|
||||
|
@ -495,7 +495,7 @@ License File: LICENSE
|
|||
Package Category: Graphics
|
||||
Type of Content: source
|
||||
Description and comments: GPU Core IP and test application source
|
||||
Release Location: https://source.codeaurora.org/external/imx/apitrace-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/apitrace-imx -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (MIT)
|
||||
apitrace (MIT) - https://github.com/apitrace/apitrace
|
||||
|
||||
|
@ -546,7 +546,7 @@ License File: COPYING-MIT
|
|||
Package Category: Graphics
|
||||
Type of Content: source
|
||||
Description and comments: Xserver Library extensions
|
||||
Release Location: https://source.codeaurora.org/external/imx/xf86-video-imx-vivante -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/xf86-video-imx-vivante -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (MIT)
|
||||
Vivante Corp. (MIT)
|
||||
xorg-server (MIT) - http://xorg.freedesktop.org/
|
||||
|
@ -614,7 +614,7 @@ License File: COPYING
|
|||
Package Category: Graphics
|
||||
Type of Content: source
|
||||
Description and comments: i.MX DRM Direct Rendering Manager
|
||||
Release Location: https://source.codeaurora.org/external/imx/libdrm-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/libdrm-imx -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (MIT)
|
||||
|
||||
--------------------------------------------
|
||||
|
@ -626,7 +626,7 @@ License File: COPYING
|
|||
Package Category: Graphics
|
||||
Type of Content: source
|
||||
Description and comments: Wayland protocol development
|
||||
Release Location: https://source.codeaurora.org/external/imx/wayland-protocols-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/wayland-protocols-imx -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (MIT)
|
||||
Weston (MIT) - https://anongit.freedesktop.org/git/wayland/wayland-protocols.git
|
||||
|
||||
|
@ -639,7 +639,7 @@ License File: COPYING
|
|||
Package Category: Graphics
|
||||
Type of Content: source
|
||||
Description and comments: A reference implementation of a Wayland compositor
|
||||
Release Location: https://source.codeaurora.org/external/imx/weston-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/weston-imx -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (MIT)
|
||||
Weston (MIT) - http://github.com/wayland-project/weston/
|
||||
|
||||
|
@ -652,7 +652,7 @@ License File: LICENSE.txt
|
|||
Package Category: Graphics
|
||||
Type of Content: source
|
||||
Description and comments: Sample program to monitor i.MX GPU performance data
|
||||
Release Location: https://source.codeaurora.org/external/imx/imx-gputop -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/imx-gputop -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (MIT)
|
||||
|
||||
--------------------------------------------
|
||||
|
@ -760,7 +760,7 @@ License File: LICENSE
|
|||
Package Category: Graphics
|
||||
Type of Content: source
|
||||
Description and comments: i.MX Neural Networks Accelerator Plugin
|
||||
Release Location: https://source.codeaurora.org/external/imx/nn-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/nn-imx -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (MIT)
|
||||
Vivante Corporation (MIT)
|
||||
Boost Software (Boost) - https://www.boost.org/
|
||||
|
@ -778,7 +778,7 @@ License File: LICENSE
|
|||
Package Category: Graphics
|
||||
Type of Content: source
|
||||
Description and comments: i.MX OpenCV
|
||||
Release Location: https://source.codeaurora.org/external/imx/opencv-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/opencv-imx -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (BSD-3-Cluse)
|
||||
OpenCV Foundation (BSD-3-Clause) - https://github.com/opencv/opencv
|
||||
Intel Corporation (BSD-3-Clause)
|
||||
|
@ -796,7 +796,7 @@ License File: LICENSE
|
|||
Package Category: Graphics
|
||||
Type of Content: source
|
||||
Description and comments: ARM Compute Library fork
|
||||
Release Location: https://source.codeaurora.org/external/imx/ARM-ComputeLibrary-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/ARM-ComputeLibrary-imx -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (MIT)
|
||||
ARM Software (MIT) - https://github.com/ARM-software/ComputeLibrary
|
||||
|
||||
|
@ -840,7 +840,7 @@ License File: COPYING-LGPL-2.1
|
|||
Package Category: Multimedia
|
||||
Type of Content: source
|
||||
Description and comments: i.MX Gstreamer 1.0 plugins
|
||||
Release Location: https://source.codeaurora.org/external/imx/imx-gst1.0-plugin -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/imx-gst1.0-plugin -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (LGPL-2.1)
|
||||
Gstreamer plugins-Base (LGPL-2.1+) - http://gstreamer.freedesktop.org/src/gst-plugins-base/
|
||||
Gstreamer plugins-Good (LGPL-2.1+) - http://gstreamer.freedesktop.org/src/gst-plugins-good/
|
||||
|
@ -855,7 +855,7 @@ License File: COPYING
|
|||
Package Category: Multimedia
|
||||
Type of Content: source
|
||||
Description and comments: Open Source Multimedia Farmework
|
||||
Release Location: https://source.codeaurora.org/external/imx/gstreamer -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/gstreamer -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (LGPL-2.1)
|
||||
GStreamer (LGPL-2.1+) - http://gstreamer.freedesktop.org/src/gstreamer/
|
||||
|
||||
|
@ -868,7 +868,7 @@ License File: COPYING
|
|||
Package Category: Multimedia
|
||||
Type of Content: source
|
||||
Description and comments: Gstreamer plugins with good quality code and correct functionality
|
||||
Release Location: https://source.codeaurora.org/external/imx/gst-plugins-good -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/gst-plugins-good -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (LGPL-2.1)
|
||||
Gstreamer plugins-Good (LGPL-2.1+) - http://gstreamer.freedesktop.org/src/gst-plugins-good/
|
||||
|
||||
|
@ -881,7 +881,7 @@ License File: COPYING
|
|||
Package Category: Multimedia
|
||||
Type of Content: source
|
||||
Description and comments: Collection of well-groomed and well-maintained Gstreamer plugins
|
||||
Release Location: https://source.codeaurora.org/external/imx/gst-plugins-base -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/gst-plugins-base -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (LGPL-2.1)
|
||||
Gstreamer plugins-Base (LGPL-2.1+) - http://gstreamer.freedesktop.org/src/gst-plugins-base/
|
||||
|
||||
|
@ -894,7 +894,7 @@ License File: COPYING.LIB
|
|||
Package Category: Multimedia
|
||||
Type of Content: source
|
||||
Description and comments: Gstreamer plug-ins that aren't up to par compared to the rest. Close to good quality but missing something.
|
||||
Release Location: https://source.codeaurora.org/external/imx/gst-plugins-bad -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/gst-plugins-bad -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (LGPL-2.1)
|
||||
Gstreamer plugins-Bad (LGPL-2.1+) - http://gstreamer.freedesktop.org/src/gst-plugins-bad/
|
||||
|
||||
|
@ -1024,7 +1024,7 @@ License File: COPYING.GPL
|
|||
Package Category: Multimedia
|
||||
Type of Content: source
|
||||
Description and comments: Plugins for various audio libraries and sound servers
|
||||
Release Location: https://source.codeaurora.org/external/imx/imx-alsa-plugins -b nxp/master
|
||||
Release Location: https://github.com/nxp-imx/imx-alsa-plugins -b nxp/master
|
||||
Origin: NXP (GPL-2.0)
|
||||
Alsa Plugins (GPL-2.0+) - ftp://ftp.alsa-project.org/pub/plugins/
|
||||
GNU libtool (GPL-2.0+) http://www.gnu.org/software/libtool/
|
||||
|
@ -1167,7 +1167,7 @@ License File: LICENSE
|
|||
Package Category: MachineLearning
|
||||
Type of Content: source
|
||||
Description and comments: ARM Neural Network SDK
|
||||
Release Location: https://source.codeaurora.org/external/imx/armnn-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/armnn-imx -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (MIT)
|
||||
armnn (MIT) - https://github.com/ARM-software/armnn
|
||||
|
||||
|
@ -1180,7 +1180,7 @@ License File: LICENSE
|
|||
Package Category: MachineLearning
|
||||
Type of Content: source
|
||||
Description and comments: Google Coral Edge TPU Posenet Library
|
||||
Release Location: https://source.codeaurora.org/external/imx/coral-posenet-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/coral-posenet-imx -b lf-5.10.35-2.0.0
|
||||
--------------------------------------------
|
||||
|
||||
Package: deepview-rt-2.4.25-aarch64.bin
|
||||
|
@ -1220,7 +1220,7 @@ License File: COPYING-LGPL2.1
|
|||
Package Category: MachineLearning
|
||||
Type of Content: source
|
||||
Description and comments: Gstreamer Neural Network inference Demo
|
||||
Release Location: https://source.codeaurora.org/external/imx/eiq-apps-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/eiq-apps-imx -b lf-5.10.35-2.0.0
|
||||
--------------------------------------------
|
||||
|
||||
Package: eiq-tvm-imx.git
|
||||
|
@ -1230,7 +1230,7 @@ License File: LICENSE
|
|||
Package Category: MachineLearning
|
||||
Type of Content: source
|
||||
Description and comments: Open Deep Learning Compiler Stack
|
||||
Release Location: https://source.codeaurora.org/external/imx/eiq-tvm-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/eiq-tvm-imx -b lf-5.10.35-2.0.0
|
||||
--------------------------------------------
|
||||
|
||||
Package: onnxruntime-imx.git
|
||||
|
@ -1240,7 +1240,7 @@ License File: LICENSE
|
|||
Package Category: MachineLearning
|
||||
Type of Content: source
|
||||
Description and comments: Onnxruntime cross-platform scoring engine
|
||||
Release Location: https://source.codeaurora.org/external/imx/onnxruntime-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/onnxruntime-imx -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (MIT)
|
||||
Microsoft/onnxruntime (MIT) - https://github.com/Microsoft/onnxruntime
|
||||
Google's Protocol Buffer (BSD-3-clause) - https://tracker.debian.org/pkg/protobuf
|
||||
|
@ -1281,7 +1281,7 @@ License File: LICENSE
|
|||
Package Category: MachineLearning
|
||||
Type of Content: source
|
||||
Description and comments: TensorFlow Lite C++ Library
|
||||
Release Location: https://source.codeaurora.org/external/imx/tensorflow-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/tensorflow-imx -b lf-5.10.35-2.0.0
|
||||
Origin: NXP (Apache-2.0)
|
||||
TensorFlow (Apache-2.0) - https://github.com/tensorflow/tensorflow/
|
||||
|
||||
|
@ -1294,7 +1294,7 @@ License File: LICENSE
|
|||
Package Category: MachineLearning
|
||||
Type of Content: source
|
||||
Description and comments: Tensor Interface Module for OpenVX
|
||||
Release Location: https://source.codeaurora.org/external/imx/tim-vx-imx -b lf-5.10.35-2.0.0
|
||||
Release Location: https://github.com/nxp-imx/tim-vx-imx -b lf-5.10.35-2.0.0
|
||||
--------------------------------------------
|
||||
Tools Packages
|
||||
--------------------------------------------
|
||||
|
|
|
@ -344,3 +344,9 @@ IMXBOOT_TARGETS_SD_prepend_imx8dxl-ddr3l-evk = \
|
|||
|
||||
# Create a mirror for unreliable packages
|
||||
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_"
|
||||
|
|
|
@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;m
|
|||
PV .= "+git${SRCPV}"
|
||||
|
||||
SRCBRANCH = "lf_v2.4"
|
||||
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} \
|
||||
"
|
||||
SRCREV = "ec35fef92b71a79075f214f8cff0738cd4482ed0"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
DEPENDS = "zlib-native openssl-native"
|
||||
|
||||
SRCBRANCH = "lf-5.10.y_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}"
|
||||
SRCREV = "5138add7602a50d1730a54d0b67219f0ce0666b4"
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright 2017-2021 NXP
|
||||
|
||||
SRCBRANCH = "lf-5.10.y_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 = " \
|
||||
${IMXTEST_SRC};branch=${SRCBRANCH} \
|
||||
file://memtool_profile \
|
||||
|
|
|
@ -13,7 +13,7 @@ DEPENDS_append = " dtc-native"
|
|||
LICENSE = "GPLv2+"
|
||||
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 = "lf_v2021.04"
|
||||
SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH} \
|
||||
"
|
||||
|
|
|
@ -11,7 +11,7 @@ download the firmware patches:
|
|||
hciattach /dev/ttyHS0 qca 3000000 -t120 flow -f0
|
||||
|
||||
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
|
||||
commit: commit bb96f3b759e0b99db70014302ca12929fb42f554
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=ab04ac0f249af12befccb94447c08b77"
|
|||
|
||||
# Kernel 5.4
|
||||
SRCBRANCH = "master"
|
||||
MRVL_SRC ?= "git://source.codeaurora.org/external/imx/mwifiex.git;protocol=https"
|
||||
MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https"
|
||||
SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}"
|
||||
SRCREV = "8649a841364622db5cc36c71563f96f070b44142"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ LICENSE = "MIT"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50"
|
||||
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"
|
||||
SRC_URI = "${APITRACE_SRC};branch=${SRCBRANCH}"
|
||||
SRCREV = "c50e6a954e44998f2e3793a8de863e961f8008c6"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SRC_URI_remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
|
||||
file://0001-tests-include-fcntl.h-for-open-O_RDWR-O_CLOEXEC-and-.patch"
|
||||
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 = " \
|
||||
${WESTON_SRC};branch=${SRCBRANCH} \
|
||||
file://weston.png \
|
||||
|
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
|
|||
|
||||
SRCBRANCH = "lf-5.10.y"
|
||||
LOCALVERSION = "-lts-5.10.y"
|
||||
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=${SRCBRANCH};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \
|
||||
file://Add-makefile.patch \
|
||||
|
|
|
@ -5,7 +5,7 @@ LICENSE = "GPLv2"
|
|||
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44"
|
||||
|
||||
SRCBRANCH = "imx_5.10_2.0.0"
|
||||
ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https"
|
||||
ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https"
|
||||
|
||||
SRC_URI = " \
|
||||
${ISP_KERNEL_SRC};branch=${SRCBRANCH} \
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Qualcomm WiFi driver for QCA module 9377 and 6174"
|
|||
LICENSE = "BSD & GPLv2"
|
||||
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"
|
||||
SRCREV = "7dc91e5977f31d60741c55682564788c0f930163"
|
||||
|
|
|
@ -3,7 +3,7 @@ LICENSE = "BSD & GPLv2"
|
|||
LIC_FILES_CHKSUM = "file://CORE/HDD/src/wlan_hdd_main.c;beginline=1;endline=20;md5=ec8d62116b13db773825ebf7cf91be1d;"
|
||||
|
||||
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
|
||||
SRC_URI = "${QCACLD_SRC};branch=IMX_CNSS.LEA.NRT_3.0_KRL5.4"
|
||||
|
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
|||
|
||||
SRCBRANCH = "lf-5.10.y"
|
||||
LOCALVERSION = "-lts-5.10.y"
|
||||
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=${SRCBRANCH}"
|
||||
|
||||
SRCREV = "ef3f2cfc6010c13feb40cfb7fd7490832cf86f45"
|
||||
|
|
|
@ -14,7 +14,7 @@ DEPENDS += "lzop-native bc-native"
|
|||
|
||||
SRCBRANCH = "lf-5.10.y"
|
||||
LOCALVERSION = "-lts-5.10.y"
|
||||
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=${SRCBRANCH}"
|
||||
|
||||
SRCREV = "ef3f2cfc6010c13feb40cfb7fd7490832cf86f45"
|
||||
|
|
|
@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|||
|
||||
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.06.01_2105_L5.10.y"
|
||||
|
||||
SRC_URI = "${IMXALSA_SRC};branch=${SRCBRANCH}"
|
||||
|
|
|
@ -10,7 +10,7 @@ DEFAULT_PREFERENCE = "-1"
|
|||
PACKAGE_ARCH_imxpxp = "${MACHINE_SOCARCH}"
|
||||
PACKAGE_ARCH_mx8 = "${MACHINE_SOCARCH}"
|
||||
|
||||
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.06.01_2105_L5.10.y"
|
||||
|
||||
SRC_URI = " \
|
||||
|
|
|
@ -4,7 +4,7 @@ LICENSE = "GPLv2+ & LGPLv2+"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
|
||||
"
|
||||
|
||||
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.06.01_2105_L5.10.y"
|
||||
SRCREV = "69554a26c932481acb7c5691038c367eca60e5bc"
|
||||
SRC_URI = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
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.01_2105_L5.10.y"
|
||||
|
||||
SRC_URI = " \
|
||||
|
|
|
@ -14,7 +14,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 = "MM_04.06.01_2105_L5.10.y"
|
||||
|
||||
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.06.01_2105_L5.10.y"
|
||||
|
||||
SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH} \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SRCBRANCH = "lf_3.10.y"
|
||||
OPTEE_CLIENT_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-client.git;protocol=https"
|
||||
OPTEE_CLIENT_SRC ?= "git://github.com/nxp-imx/imx-optee-client.git;protocol=https"
|
||||
SRC_URI = " \
|
||||
${OPTEE_CLIENT_SRC};branch=${SRCBRANCH} \
|
||||
file://tee-supplicant.service \
|
||||
|
|
|
@ -6,7 +6,7 @@ LICENSE = "BSD"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b"
|
||||
|
||||
SRCBRANCH = "lf-5.10.y_2.0.0"
|
||||
OPTEE_CLIENT_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-client.git;protocol=https"
|
||||
OPTEE_CLIENT_SRC ?= "git://github.com/nxp-imx/imx-optee-client.git;protocol=https"
|
||||
SRC_URI = " \
|
||||
${OPTEE_CLIENT_SRC};branch=${SRCBRANCH} \
|
||||
file://tee-supplicant.service \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SRCBRANCH = "lf_3.10.y"
|
||||
OPTEE_OS_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-os.git;protocol=https"
|
||||
OPTEE_OS_SRC ?= "git://github.com/nxp-imx/imx-optee-os.git;protocol=https"
|
||||
SRC_URI = "${OPTEE_OS_SRC};branch=${SRCBRANCH}"
|
||||
SRCREV = "58e81912d5ea0a3a95b57e671bb4535132596389"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173"
|
|||
DEPENDS = "python3-pycryptodomex-native python3-pyelftools-native u-boot-mkimage-native"
|
||||
|
||||
SRCBRANCH = "lf-5.10.y_2.0.0"
|
||||
OPTEE_OS_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-os.git;protocol=https"
|
||||
OPTEE_OS_SRC ?= "git://github.com/nxp-imx/imx-optee-os.git;protocol=https"
|
||||
SRC_URI = "${OPTEE_OS_SRC};branch=${SRCBRANCH}"
|
||||
SRCREV = "2c1092df437bda9a9856a278efcb130e8e8f6884"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SRCBRANCH = "lf_3.10.y"
|
||||
OPTEE_TEST_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-test.git;protocol=https"
|
||||
OPTEE_TEST_SRC ?= "git://github.com/nxp-imx/imx-optee-test.git;protocol=https"
|
||||
SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH}"
|
||||
SRCREV = "fade9c4b0806312353c20cb2fcd8bd0ae4a7847b"
|
||||
|
|
|
@ -10,7 +10,7 @@ DEPENDS = "python3-pycrypto-native python3-pycryptodomex-native optee-os optee-c
|
|||
|
||||
SRCBRANCH = "lf-5.10.y_2.0.0"
|
||||
|
||||
OPTEE_TEST_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-test.git;protocol=https"
|
||||
OPTEE_TEST_SRC ?= "git://github.com/nxp-imx/imx-optee-test.git;protocol=https"
|
||||
SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=8636bd68fc00cc6a3809b7b58b45f982"
|
||||
|
||||
SRCBRANCH = "lf-5.10.y_1.0.0"
|
||||
KEYCTL_CAAM_SRC ?= "git://source.codeaurora.org/external/imx/keyctl_caam.git;protocol=https"
|
||||
KEYCTL_CAAM_SRC ?= "git://github.com/nxp-imx/keyctl_caam.git;protocol=https"
|
||||
SRC_URI = "${KEYCTL_CAAM_SRC};branch=${SRCBRANCH}"
|
||||
|
||||
SRCREV = "6b80882e3d5bc986a1f2f9512845170658ba9ea2"
|
||||
|
|
|
@ -10,7 +10,7 @@ DEPENDS = "json-c optee-os optee-client python3-pycryptodomex-native"
|
|||
DEPENDS_append_mx8qxp = " imx-seco-libs"
|
||||
|
||||
SRCBRANCH = "lf-5.10.y_2.0.0"
|
||||
SMW_LIB_SRC ?= "git://source.codeaurora.org/external/imx/imx-smw.git;protocol=https"
|
||||
SMW_LIB_SRC ?= "git://github.com/nxp-imx/imx-smw.git;protocol=https"
|
||||
SRC_URI = "${SMW_LIB_SRC};branch=${SRCBRANCH} \
|
||||
file://0001-CMakeLists.txt-core-pkcs11-Use-CMAKE_INSTALL_LIBDIR-.patch"
|
||||
SRCREV = "935ba1cfe94b5bab8eea860a1c7097ff96a33ff6"
|
||||
|
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b433a746dd6fe8862028b1d7fc412a4d"
|
|||
|
||||
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_URI = "${SIMG2IMG_SRC};branch=${SRC_BRANCH}"
|
||||
|
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9598101cf48c5f479cfda9f3fc6fc566 \
|
|||
file://include/half/LICENSE.txt;md5=fe7e5a4795c76b317919afd2d3da5983"
|
||||
|
||||
SRCBRANCH = "lf-5.10.y_2.0.0"
|
||||
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"
|
||||
SRC_URI = "${ARM_COMPUTELIBRARY_SRC};branch=${SRCBRANCH}"
|
||||
SRCREV = "34e527e5a7d3df85560ec89f68b61207b8a030df"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ DESCRIPTION = "Linux software and tools to enable machine learning workloads on
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3e14a924c16f7d828b8335a59da64074"
|
||||
|
||||
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 = "lf-5.10.y_2.0.0"
|
||||
|
||||
SRCREV = "77ec2f724585ae3de2bc866c3d14e7501e158396"
|
||||
|
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING-LGPL2.0;md5=6762ed442b3822387a51c92d928ead0d
|
|||
|
||||
DEPENDS = "google-coral-posenet gstreamer1.0-plugins-base opencv"
|
||||
|
||||
EIQ_APPS_SRC ?= "git://source.codeaurora.org/external/imx/eiq-apps-imx.git;protocol=https"
|
||||
EIQ_APPS_SRC ?= "git://github.com/nxp-imx/eiq-apps-imx.git;protocol=https"
|
||||
SRCBRANCH = "lf-5.10.y_2.0.0"
|
||||
|
||||
SRC_URI = "${EIQ_APPS_SRC};branch=${SRCBRANCH}"
|
||||
|
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=55899200c3031a66eb11a57a52
|
|||
|
||||
DEPENDS = "tensorflow-lite flatbuffers"
|
||||
|
||||
GOOGLE_CORAL_POSENET_SRC ?= "git://source.codeaurora.org/external/imx/coral-posenet-imx.git;protocol=https"
|
||||
GOOGLE_CORAL_POSENET_SRC ?= "git://github.com/nxp-imx/coral-posenet-imx.git;protocol=https"
|
||||
SRCBRANCH = "lf-5.10.y_2.0.0"
|
||||
|
||||
SRC_URI = "${GOOGLE_CORAL_POSENET_SRC};branch=${SRCBRANCH} \
|
||||
|
|
|
@ -5,7 +5,7 @@ LICENSE = "MIT"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE;md5=bba6cdb9c2b03c849ed4975ed9ed90dc"
|
||||
|
||||
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.2.y"
|
||||
|
||||
SRCREV = "04025d70f060f279f54b1393cf69a2a7185e0094"
|
||||
|
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=980784f0a7f667becbed133924b263bf"
|
|||
|
||||
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 = "lf-5.10.y_2.0.0"
|
||||
|
||||
SRCREV = "0a15796c7108521f91c6ae3ecd870fd173491250"
|
||||
|
|
|
@ -9,7 +9,7 @@ DEPENDS_MX8_mx8mnul = ""
|
|||
DEPENDS = "zlib unzip-native python3 python3-numpy-native python3-pip-native python3-wheel-native python3-pybind11-native tensorflow-protobuf jpeg ${DEPENDS_MX8}"
|
||||
|
||||
|
||||
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 = "lf-5.10.y_2.0.0"
|
||||
|
||||
SRC_URI = "${TENSORFLOW_LITE_SRC};branch=${SRCBRANCH}"
|
||||
|
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ededf2503f5d147ae718276dfd28801f"
|
|||
|
||||
DEPENDS = "imx-gpu-viv nn-imx"
|
||||
|
||||
TIM_VX_SRC ?= "git://source.codeaurora.org/external/imx/tim-vx-imx.git;protocol=https"
|
||||
TIM_VX_SRC ?= "git://github.com/nxp-imx/tim-vx-imx.git;protocol=https"
|
||||
SRCBRANCH = "lf-5.10.y_2.0.0"
|
||||
SRCREV = "99315324153c1d57aff1fdc3a3f565746a01b9f3"
|
||||
SRC_URI = "${TIM_VX_SRC};branch=${SRCBRANCH}"
|
||||
|
|
|
@ -15,7 +15,7 @@ DEPENDS = "tim-vx"
|
|||
RDEPENDS_${PN} = "tim-vx python3-decorator python3-numpy python3-attrs python3-psutil python3"
|
||||
|
||||
SRCBRANCH = "lf-5.10.y_2.0.0"
|
||||
TVM_SRC ?= "git://source.codeaurora.org/external/imx/eiq-tvm-imx.git;protocol=ssh"
|
||||
TVM_SRC ?= "git://github.com/nxp-imx/eiq-tvm-imx.git;protocol=ssh"
|
||||
SRC_URI = "${TVM_SRC};branch=${SRCBRANCH}\
|
||||
git://github.com/dmlc/dlpack;protocol=https;nobranch=1;destsuffix=${S}/3rdparty/dlpack;name=dlpack \
|
||||
git://github.com/dmlc/dmlc-core;protocol=https;nobranch=1;destsuffix=${S}/3rdparty/dmlc-core;name=dmlc-core \
|
||||
|
|
|
@ -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.01_2105_L5.10.y"
|
||||
|
||||
SRC_URI = " \
|
||||
|
|
|
@ -3,7 +3,7 @@ LICENSE = "BSD"
|
|||
LIC_FILES_CHKSUM = "file://README;md5=cb7b88c5098324bb9a20d2a79d76327e"
|
||||
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-DRIVER_LINUX.patch \
|
||||
"
|
||||
|
|
|
@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9fa7f895f96bde2d47fd5b7d95b6ba4d \
|
|||
"
|
||||
|
||||
SRCBRANCH = "lf-5.10.y_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} \
|
||||
file://0001-tools-scripts-update-shebang-to-python3.patch \
|
||||
|
|
|
@ -3,7 +3,7 @@ require xen.inc
|
|||
require xen-hypervisor.inc
|
||||
|
||||
SRCBRANCH = "lf-5.10.y_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"
|
||||
|
||||
LIC_FILES_CHKSUM ?= "file://COPYING;md5=4295d895d4b5ce9d070263d52f030e49"
|
||||
|
||||
|
|
|
@ -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 = "ac3bdd424adeade26105ad8e75e4abacc1125488"
|
||||
|
|
|
@ -9,7 +9,7 @@ LICENSE = "Apache-2.0"
|
|||
|
||||
DEPENDS = "libpng zlib"
|
||||
|
||||
VKGLCTS_SRC ?= "git://source.codeaurora.org/external/imx/vk-gl-cts-imx.git;protocol=https"
|
||||
VKGLCTS_SRC ?= "git://github.com/nxp-imx/vk-gl-cts-imx.git;protocol=https"
|
||||
SRC_URI = "${VKGLCTS_SRC};name=vk-gl-cts;branch=imx-${BP}"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ URI: git://git.yoctoproject.org/meta-freescale-distro
|
|||
branch: zeus
|
||||
revision: Reference to the release manifest file (.xml) in the imx-manifest.git
|
||||
|
||||
URI: git://source.codeaurora.org/external/imx/meta-imx
|
||||
URI: git://github.com/nxp-imx/meta-imx
|
||||
subdirectory: meta-bsp
|
||||
branch: the same branch as this layer
|
||||
revision: the same revision as this layer
|
||||
|
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://BSD-3-Clause.txt;md5=664939843ae3416d811479b21978e8b4
|
|||
DEPENDS = "imx-seco-libs"
|
||||
|
||||
SRCBRANCH = "lf-5.10.y_2.0.0"
|
||||
V2XSEHSM_SRC ?= "git://source.codeaurora.org/external/imx/v2xsehsm.git;protocol=ssh"
|
||||
V2XSEHSM_SRC ?= "git://github.com/nxp-imx/v2xsehsm.git;protocol=ssh"
|
||||
SRC_URI = "${V2XSEHSM_SRC};branch=${SRCBRANCH} \
|
||||
file://0001-Install-header-to-standard-location.patch"
|
||||
SRCREV = "1c4ea5d5aebaf6b5e1b77f655c03899b4e9661c2"
|
||||
|
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://BSD-3-Clause.txt;md5=664939843ae3416d811479b21978e8b4
|
|||
DEPENDS = "ecdsa-lib-imx v2xsehsm openssl"
|
||||
|
||||
SRCBRANCH = "lf-5.10.y_2.0.0"
|
||||
VTEST_SRC ?= "git://source.codeaurora.org/external/imx/vtest.git;protocol=ssh"
|
||||
VTEST_SRC ?= "git://github.com/nxp-imx/vtest.git;protocol=ssh"
|
||||
SRC_URI = "${VTEST_SRC};branch=${SRCBRANCH} \
|
||||
file://seco_nvm_daemon.service \
|
||||
file://0001-Ignore-v2xsehsmConfig.cmake.patch \
|
||||
|
|
Loading…
Reference in New Issue
Block a user