diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-08-10 15:12:27 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2021-08-18 15:13:36 -0500 |
commit | 84e7c1b873443bb009e6ecdeb15c38eeb8cc9da9 (patch) | |
tree | 790d582dd277131886d9a32c5de40eb309d4584e /recipes-graphics | |
parent | 25c0d3f4ff050cad566b14f4484575b5e05a9bb6 (diff) | |
download | meta-freescale-84e7c1b873443bb009e6ecdeb15c38eeb8cc9da9.tar.gz |
imx-gpu-viv: Cleanup FILES_libnn-imx*
Certain libnn-imx libraries and headers were moved to nn-imx recipe. Note
that nn-imx currently exists only in meta-imx layer.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index 89a32d2f..dd174c2b 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -90,7 +90,7 @@ PACKAGES =+ "libclc-imx libclc-imx-dev \ | |||
90 | imx-gpu-viv-demos \ | 90 | imx-gpu-viv-demos \ |
91 | libvulkan-imx libvulkan-imx-dev \ | 91 | libvulkan-imx libvulkan-imx-dev \ |
92 | libopenvx-imx libopenvx-imx-dev \ | 92 | libopenvx-imx libopenvx-imx-dev \ |
93 | libnn-imx libnn-imx-dev \ | 93 | libnn-imx \ |
94 | " | 94 | " |
95 | python __anonymous () { | 95 | python __anonymous () { |
96 | has_vivante_kernel_driver_support = (d.getVar('MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT') or '0') | 96 | has_vivante_kernel_driver_support = (d.getVar('MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT') or '0') |
@@ -363,7 +363,6 @@ FILES:imx-gpu-viv-tools = "${bindir}/gmem_info" | |||
363 | FILES:imx-gpu-viv-demos = "/opt" | 363 | FILES:imx-gpu-viv-demos = "/opt" |
364 | INSANE_SKIP:imx-gpu-viv-demos += "rpaths dev-deps" | 364 | INSANE_SKIP:imx-gpu-viv-demos += "rpaths dev-deps" |
365 | 365 | ||
366 | FILES:libnn-imx = "${libdir}/libNN*${SOLIBS} ${libdir}/libnn*${SOLIBS} ${libdir}/libneuralnetworks${SOLIBS}" | 366 | FILES:libnn-imx = "${libdir}/libNN*${SOLIBS}" |
367 | FILES:libnn-imx-dev = "${includedir}/nnrt" | ||
368 | 367 | ||
369 | # COMPATIBLE_MACHINE = "(mx6q|mx6dl|mx6sx|mx6sl|mx8)" | 368 | # COMPATIBLE_MACHINE = "(mx6q|mx6dl|mx6sx|mx6sl|mx8)" |