mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-15 23:17:24 +01:00
v2x: Move recipes to meta-bsp
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
This commit is contained in:
parent
f417e46f8a
commit
c62f4079a5
|
|
@ -13,6 +13,7 @@ SECO_LIB_SRC ?= "git://github.com/NXP/imx-seco-libs.git;protocol=https"
|
|||
SRC_URI = "${SECO_LIB_SRC};branch=${SRCBRANCH} \
|
||||
file://0001-Makefile-Fix-LIBDIR-for-multilib.patch \
|
||||
file://0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch \
|
||||
file://0001-add-v2x_test-to-the-installed-binaries.patch \
|
||||
"
|
||||
SRCREV = "9da5d5ac52ce1eac1020165bb9207b506eaaa6c9"
|
||||
|
||||
|
|
|
|||
|
|
@ -38,6 +38,9 @@ HANTRO_PKGS_mx8mm = "imx-vpu-hantro-daemon"
|
|||
HANTRO_PKGS_mx8mp = "imx-vpu-hantro-daemon"
|
||||
HANTRO_PKGS_mx8mq = "imx-vpu-hantro-daemon"
|
||||
|
||||
V2X_PKGS = ""
|
||||
V2X_PKGS_mx8dxl = "packagegroup-imx-v2x"
|
||||
|
||||
CORE_IMAGE_EXTRA_INSTALL += " \
|
||||
packagegroup-core-full-cmdline \
|
||||
packagegroup-tools-bluetooth \
|
||||
|
|
@ -52,4 +55,5 @@ CORE_IMAGE_EXTRA_INSTALL += " \
|
|||
packagegroup-fsl-gstreamer1.0-full \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'weston-xwayland xterm', '', d)} \
|
||||
${HANTRO_PKGS} \
|
||||
${V2X_PKGS} \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
SRC_URI_append_mx8dxl = " file://0001-add-v2x_test-to-the-installed-binaries.patch"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
V2X_PKGS = ""
|
||||
V2X_PKGS_mx8dxl = "packagegroup-imx-v2x"
|
||||
|
||||
CORE_IMAGE_EXTRA_INSTALL += "${V2X_PKGS}"
|
||||
Loading…
Reference in New Issue
Block a user