mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2026-01-27 11:32:16 +01: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 'bluez' path to Codelinaro Signed-off-by: Valentin Jec <jec.valentin@nxp.com>
20 lines
427 B
Plaintext
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)"
|