From: Denys Dmytriyenko <[email protected]> Remove local copy of an old and outdated arm-compute-library component.
There are much newer versions of this component available from other layers. Signed-off-by: Denys Dmytriyenko <[email protected]> --- ...kagegroup-arago-tisdk-addons-sdk-target.bb | 5 +- .../arm-compute-library_git.bb | 61 ------------------- 2 files changed, 1 insertion(+), 65 deletions(-) delete mode 100644 meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb index 0cd1b540..e91f33c9 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb @@ -38,24 +38,21 @@ PDM_ANOMALY_PKG_DEV = "\ EXTRA_PACKAGES = "" #EXTRA_PACKAGES:append:ti33x = " \ -# arm-compute-library-dev \ # tensorflow-lite-dev \ # tensorflow-lite-staticdev \ # ${PDM_ANOMALY_PKG_DEV} \ #" #EXTRA_PACKAGES:append:ti43x = " \ -# arm-compute-library-dev \ # tensorflow-lite-dev \ # tensorflow-lite-staticdev \ # ${PDM_ANOMALY_PKG_DEV} \ #" #EXTRA_PACKAGES:append:omap-a15 = " \ -# arm-compute-library-dev \ # tensorflow-lite-dev \ # tensorflow-lite-staticdev \ # ${PDM_ANOMALY_PKG_DEV} \ #" -#EXTRA_PACKAGES:append:am65xx = " arm-compute-library-dev \ +#EXTRA_PACKAGES:append:am65xx = " \ # tensorflow-lite-dev \ # tensorflow-lite-staticdev \ # ${PDM_ANOMALY_PKG_DEV} \ diff --git a/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb b/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb deleted file mode 100644 index 3612f7b9..00000000 --- a/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb +++ /dev/null @@ -1,61 +0,0 @@ -SUMMARY = "The ARM Computer Vision and Machine Learning library" -DESCRIPTION = "The ARM Computer Vision and Machine Learning library is a set of functions optimised for both ARM CPUs and GPUs." -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8948bc85114b3b716576ef8d732f034f" - -COMPATIBLE_MACHINE = "armv7a|aarch64" - -SRC_URI = " \ - git://review.mlplatform.org/ml/ComputeLibrary;protocol=https;branch=${BRANCH} \ -" - -PR = "r0" -PV = "19.08" -PV_MAJOR = "${@d.getVar('PV',d,1).split('.')[0]}" - -BRANCH = "branches/arm_compute_19_08" -SRCREV = "35c3eb011d8e2813d83c6a6cbe28a446534e4a14" - -S = "${WORKDIR}/git" - -do_compile:prepend() { - sed -i 's/arm-linux-gnueabihf-/${TOOLCHAIN_SYS}-/' SConstruct - sed -i 's/aarch64-linux-gnu-/${TOOLCHAIN_SYS}-/' SConstruct - sed -i "s#env.Append(LINKFLAGS = \['-fopenmp'\])#env.Append(LINKFLAGS = \['-fopenmp','--sysroot=${STAGING_DIR_TARGET}'\])#" SConstruct - unset CC CXX -} - -inherit scons - -EXTRA_OESCONS = "arch=armv7a extra_cxx_flags="-fPIC -Wno-unused-but-set-variable -Wno-ignored-qualifiers -Wno-noexcept ${TOOLCHAIN_OPTIONS}" benchmark_tests=1 validation_tests=0 neon=1 openmp=1 opencl=0 set_soname=1" -EXTRA_OESCONS:aarch64 = "arch=arm64-v8a extra_cxx_flags="-fPIC -Wno-unused-but-set-variable -Wno-ignored-qualifiers -Wno-noexcept ${TOOLCHAIN_OPTIONS}" benchmark_tests=1 validation_tests=0 neon=1 openmp=1 opencl=0 set_soname=1" - -LIBS += "-larmpl_lp64_mp" - -do_install() { - CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" - - install -d ${D}${libdir} - for lib in ${S}/build/*.so* - do - cp $CP_ARGS $lib ${D}${libdir} - done - - # Install 'example' and benchmark executables - install -d ${D}${bindir} - find ${S}/build/examples/ -maxdepth 1 -type f -executable -exec cp $CP_ARGS {} ${D}${bindir} \; - cp $CP_ARGS ${S}/build/tests/arm_compute_benchmark ${D}${bindir} - - # Install built source package as expected by ARMNN - install -d ${D}${datadir}/${BPN} - cp $CP_ARGS ${S}/arm_compute ${D}${datadir}/${BPN}/. - cp $CP_ARGS ${S}/include ${D}${datadir}/${BPN}/. - cp $CP_ARGS ${S}/support ${D}${datadir}/${BPN}/. -} - -INSANE_SKIP:${PN} = "ldflags" -INSANE_SKIP:${PN}-dev = "dev-elf ldflags" - -FILES:${PN}-source = "${datadir}/${BPN}" -INSANE_SKIP:${PN}-source = "ldflags libdir staticdev" -INHIBIT_PACKAGE_DEBUG_SPLIT = "1" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15486): https://lists.yoctoproject.org/g/meta-arago/message/15486 Mute This Topic: https://lists.yoctoproject.org/mt/107727052/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
