meta-imx/meta-bsp/recipes-bsp/imx-lib/imx-lib_git.bbappend
Valentin Jec 10292c006e Change SRC_URIs to point to github istead of CAF [YOCIMX-6483]
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 'bluez' path to Codelinaro

Signed-off-by: Valentin Jec <jec.valentin@nxp.com>
2022-09-07 13:51:15 +03:00

20 lines
427 B
Plaintext

# Copyright 2017,2021 NXP
PV = "5.9+${SRCPV}"
SRCBRANCH = "lf-5.10.72_2.2.0"
IMXLIB_SRC ?= "git://github.com/nxp-imx/imx-lib.git;protocol=https"
SRC_URI = " \
${IMXLIB_SRC};branch=${SRCBRANCH} \
"
SRCREV = "87ddd80953835eb29027d1d5a12044a08e809e40"
PLATFORM_mx8ulp = "IMX8ULP"
do_install_append () {
# Remove .go file for Android
find ${D}/ -name *.go -exec rm {} \;
}
COMPATIBLE_MACHINE = "(mx6|mx7|mx8ulp)"