hardknott: imx-lib: sync with meta-imx hardknott-5.10.72-2.2.0 branch
This .bbappend is brand new in meta-imx, so add it to our layer Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
3c6c9b82a3
commit
4b5897b944
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 2017,2021 NXP
|
||||
|
||||
PV = "5.9+${SRCPV}"
|
||||
|
||||
SRCBRANCH = "lf-5.10.72_2.2.0"
|
||||
IMXLIB_SRC ?= "git://source.codeaurora.org/external/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)"
|
||||
Loading…
Reference in New Issue