We are migrating ARM NN from v24.11 to the latest version v26.01 Key Changes: - Update SRCREV to the stable v26.01
Signed-off-by: Pratham Deshmukh <[email protected]> --- .../armnn/{armnn_24.11.bb => armnn_26.01.bb} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename meta-arago-extras/recipes-devtools/armnn/{armnn_24.11.bb => armnn_26.01.bb} (88%) diff --git a/meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb b/meta-arago-extras/recipes-devtools/armnn/armnn_26.01.bb similarity index 88% rename from meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb rename to meta-arago-extras/recipes-devtools/armnn/armnn_26.01.bb index af55fa4d..b1172ea0 100644 --- a/meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb +++ b/meta-arago-extras/recipes-devtools/armnn/armnn_26.01.bb @@ -3,12 +3,11 @@ DESCRIPTION = "Linux software and tools to enable machine learning workloads on LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3e14a924c16f7d828b8335a59da64074" -BRANCH = "branches/armnn_24_11" +BRANCH = "branches/armnn_26_01" SRC_URI = "git://github.com/ARM-software/armnn.git;branch=${BRANCH};protocol=https" -SRC_URI += "file://0001-Fix-type-casting-for-32bit-builds.patch" -# v24.11 -SRCREV = "3ed70c005559d409feff2c578a1a39cf8fec8804" +# v26.01 +SRCREV = "600c0004a2a7a2d600a3bce22ef83193de1dde57" # Only compatible with armv7a, armv7ve, and aarch64 COMPATIBLE_MACHINE = "(^$)" @@ -37,6 +36,9 @@ PACKAGECONFIG[ref] = "-DARMNNREF=1, -DARMNNREF=0" EXTRA_OECMAKE += " \ -DHALF_INCLUDE=${STAGING_DIR_TARGET} \ + -DARMCOMPUTE_LIBRARY_RELEASE=${STAGING_LIBDIR}/libarm_compute.so \ + -DARMCOMPUTE_LIBRARY_DEBUG=${STAGING_LIBDIR}/libarm_compute.so \ + -DARMCOMPUTE_INCLUDE=${STAGING_INCDIR} \ " do_install:append() { -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17213): https://lists.yoctoproject.org/g/meta-arago/message/17213 Mute This Topic: https://lists.yoctoproject.org/mt/118131001/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
