mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-10-22 23:32:16 +02:00

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>
11 lines
423 B
BlitzBasic
11 lines
423 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/meta-freescale/recipes-graphics/xorg-driver/${BPN}:"
|
|
|
|
require recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p4.0.bb
|
|
|
|
XF86_VIDEO_IMX_VIVANTE_SRC ?= "git://github.com/nxp-imx/xf86-video-imx-vivante.git;protocol=https"
|
|
SRC_URI = " \
|
|
${XF86_VIDEO_IMX_VIVANTE_SRC};branch=${SRCBRANCH} \
|
|
file://rc.autohdmi \
|
|
"
|
|
SRCREV = "c828e8a7c38743e960967e7bb78c134cec31c102"
|