From patchwork Fri Jun 9 18:54:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 25378 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C13CBC7EE37 for ; Fri, 9 Jun 2023 18:54:34 +0000 (UTC) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by mx.groups.io with SMTP id smtpd.web10.2703.1686336865731303926 for ; Fri, 09 Jun 2023 11:54:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=m6iQpY9+; spf=pass (domain: ti.com, ip: 198.47.19.141, mailfrom: afd@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 359IsOou104631; Fri, 9 Jun 2023 13:54:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1686336864; bh=iVMrxYUaJpnqcvewv66Ab3h3pIJSZNrBscG0gKGzVZE=; h=From:To:CC:Subject:Date; b=m6iQpY9+Ok9Bxm94pFuTyDirD9wwaVHy/NQkPdRsMFr/FtXhPlWhZGnKGqOe5Ns13 7Es8AJJnPKSZ6C03up55GSpBYh3aQa4RWrBGo6Cl5XVSWyGr0N/TN3shFQypImaOFD GnH6NMWWnAvJod7K3Na38Wp6V2ufNVdS2FLESIN0= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 359IsO13002198 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 9 Jun 2023 13:54:24 -0500 Received: from DFLE101.ent.ti.com (10.64.6.22) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 9 Jun 2023 13:54:24 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 9 Jun 2023 13:54:24 -0500 Received: from lelv0327.itg.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 359IsNMY035371; Fri, 9 Jun 2023 13:54:23 -0500 From: Andrew Davis To: Denys Dmytriyenko , Ryan Eatmon , CC: Andrew Davis Subject: [meta-arago][master/kirkstone][PATCH 1/4] big-data-ipc-demo: Remove M4 toolchain export Date: Fri, 9 Jun 2023 13:54:19 -0500 Message-ID: <20230609185422.132654-1-afd@ti.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 09 Jun 2023 18:54:34 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14580 This is not needed and might have been a copy paste error. Signed-off-by: Andrew Davis --- .../recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-arago-demos/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb b/meta-arago-demos/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb index 99434246..c68d7152 100644 --- a/meta-arago-demos/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb +++ b/meta-arago-demos/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb @@ -38,7 +38,6 @@ EXTRA_OEMAKE = "\ LINUX_SYSROOT_DIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include" \ gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \ ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ - ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \ " do_compile() { From patchwork Fri Jun 9 18:54:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 25381 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C0720C7EE2E for ; Fri, 9 Jun 2023 18:54:34 +0000 (UTC) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by mx.groups.io with SMTP id smtpd.web11.2737.1686336865735060155 for ; Fri, 09 Jun 2023 11:54:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=tgbfaXyO; spf=pass (domain: ti.com, ip: 198.47.23.248, mailfrom: afd@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 359IsODr062903; Fri, 9 Jun 2023 13:54:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1686336864; bh=PNCrB/M0d/QMCKK7ue6lIsUGwD35z3L/x7KL+r1gE9g=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=tgbfaXyOGGnT/IDJqVO1Wt9VJSCqdeCmOKHyuvxSyyy55WzShfqOV/k3kQpB0y2ox JYNDpdUKIuEHwD50IvXgYKDQ4qtlP70NeU1qm9TBSMH9TMfg+rL+wgnrNc4r25+f6m cmcYv+PVS7O3KbLqkIBGy1ED0wr0hWNz83CgD/gQ= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 359IsOuX042416 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 9 Jun 2023 13:54:24 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 9 Jun 2023 13:54:24 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 9 Jun 2023 13:54:24 -0500 Received: from lelv0327.itg.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 359IsNMZ035371; Fri, 9 Jun 2023 13:54:24 -0500 From: Andrew Davis To: Denys Dmytriyenko , Ryan Eatmon , CC: Andrew Davis Subject: [meta-arago][master/kirkstone][PATCH 2/4] ocl-rtos: Remove TI-RTOS hosted OpenCL Date: Fri, 9 Jun 2023 13:54:20 -0500 Message-ID: <20230609185422.132654-2-afd@ti.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230609185422.132654-1-afd@ti.com> References: <20230609185422.132654-1-afd@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 09 Jun 2023 18:54:34 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14579 We do not build RTOS packages with OE anymore, remove leftover package. Signed-off-by: Andrew Davis --- .../recipes-ti/includes/arago-paths.inc | 2 - .../recipes-ti/ocl-rtos/clocl-rtos_git.bb | 40 ------- .../recipes-ti/ocl-rtos/clocl-win_git.bb | 32 ------ .../ocl-rtos/opencl-examples-rtos_git.bb | 83 --------------- .../ocl-rtos/opencl-monitor-rtos_git.bb | 76 ------------- .../recipes-ti/ocl-rtos/opencl-rtos_git.bb | 100 ------------------ 6 files changed, 333 deletions(-) delete mode 100644 meta-arago-extras/recipes-ti/ocl-rtos/clocl-rtos_git.bb delete mode 100644 meta-arago-extras/recipes-ti/ocl-rtos/clocl-win_git.bb delete mode 100644 meta-arago-extras/recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb delete mode 100644 meta-arago-extras/recipes-ti/ocl-rtos/opencl-monitor-rtos_git.bb delete mode 100644 meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb diff --git a/meta-arago-extras/recipes-ti/includes/arago-paths.inc b/meta-arago-extras/recipes-ti/includes/arago-paths.inc index 137a33c3..71295bb5 100644 --- a/meta-arago-extras/recipes-ti/includes/arago-paths.inc +++ b/meta-arago-extras/recipes-ti/includes/arago-paths.inc @@ -3,7 +3,6 @@ require recipes-ti/includes/ti-paths.inc export LIBARCH_INSTALL_DIR_RECIPE = "${installdir}/ti-libarch-tree" export LINALG_INSTALL_DIR_RECIPE = "${installdir}/ti-linalg-tree" export LLVM_RTOS_INSTALL_DIR_RECIPE = "${installdir}/llvm-rtos-tree" -export OCL_RTOS_INSTALL_DIR_RECIPE = "${installdir}/ti-opencl-rtos-tree" export OCL_TIDL_FW_INSTALL_DIR_RECIPE = "${installdir}/ti-opencl-tidl-fw-tree" export FFTLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-fftlib-tree" export FFTW_INSTALL_DIR_RECIPE = "${installdir}/ti-fftw-tree" @@ -12,7 +11,6 @@ export TIOVX_INSTALL_DIR_RECIPE = "${installdir}/ti-tiovx-lib-tree" export LIBARCH_INSTALL_DIR = "${STAGING_DIR_TARGET}${LIBARCH_INSTALL_DIR_RECIPE}" export LINALG_INSTALL_DIR = "${STAGING_DIR_TARGET}${LINALG_INSTALL_DIR_RECIPE}" export LLVM_RTOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${LLVM_RTOS_INSTALL_DIR_RECIPE}" -export OCL_RTOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${OCL_RTOS_INSTALL_DIR_RECIPE}" export OCL_TIDL_FW_INSTALL_DIR = "${STAGING_DIR_TARGET}${OCL_TIDL_FW_INSTALL_DIR_RECIPE}" export FFTLIB_INSTALL_DIR = "${STAGING_DIR_TARGET}${FFTLIB_INSTALL_DIR_RECIPE}" export FFTW_INSTALL_DIR = "${STAGING_DIR_TARGET}${FFTW_INSTALL_DIR_RECIPE}" diff --git a/meta-arago-extras/recipes-ti/ocl-rtos/clocl-rtos_git.bb b/meta-arago-extras/recipes-ti/ocl-rtos/clocl-rtos_git.bb deleted file mode 100644 index d31f06c9..00000000 --- a/meta-arago-extras/recipes-ti/ocl-rtos/clocl-rtos_git.bb +++ /dev/null @@ -1,40 +0,0 @@ -SUMMARY = "TI OpenCL-C compiler for C66x (Linux hosted)" -HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html" -LICENSE = "BSD-3-Clause" - -require recipes-ti/ocl/ocl.inc -require recipes-ti/includes/arago-paths.inc - -PR = "${INC_PR}.0" - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -DEPENDS = "ti-llvm3.6-native boost-native" - -S = "${WORKDIR}/git/host" - -TARGET:class-target = "am57xx" -TARGET:class-native = "x86" - -export WANT_LLVM_RELEASE = "3.6-ti" -export DESTDIR="${D}${OCL_RTOS_INSTALL_DIR_RECIPE}" -export LDFLAGS="${BUILD_LDFLAGS}" -export CXXFLAGS="${BUILD_CFLAGS}" - -EXTRA_OEMAKE = "CXX=${BUILD_CXX} \ - -C ${S}/clocl \ - _PRODUCT_VERSION=${PV} \ - TARGET=x86 \ - LLVM_CONFIG_EXE=llvm-config \ -" - -do_compile() { - oe_runmake -} - -do_install() { - install -d ${DESTDIR}/bin/x86 - install -m 755 ${S}/clocl/x86/clocl ${DESTDIR}/bin/x86/ -} - -BBCLASSEXTEND = "native" diff --git a/meta-arago-extras/recipes-ti/ocl-rtos/clocl-win_git.bb b/meta-arago-extras/recipes-ti/ocl-rtos/clocl-win_git.bb deleted file mode 100644 index 346b40d1..00000000 --- a/meta-arago-extras/recipes-ti/ocl-rtos/clocl-win_git.bb +++ /dev/null @@ -1,32 +0,0 @@ -SUMMARY = "TI OpenCL-C compiler for C66x (Windows hosted)" -HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html" -LICENSE = "BSD-3-Clause" - -require recipes-ti/ocl/ocl.inc -require recipes-ti/includes/arago-paths.inc - -PR = "${INC_PR}.0" - -CLOCL_WIN_GIT_URI = "git://git.ti.com/git/opencl/clocl-win.git" -CLOCL_WIN_GIT_BRANCH = "master" -CLOCL_WIN_SRCREV = "eac7ac7cc2e64a9ff05e4238e44dff3f9a9fcf6b" - -BRANCH = "${CLOCL_WIN_GIT_BRANCH}" -SRC_URI = "${CLOCL_WIN_GIT_URI};protocol=git;branch=${BRANCH}" -SRCREV = "${CLOCL_WIN_SRCREV}" - -LIC_FILES_CHKSUM = "file://opencl-manifest.html;md5=e0810676ad435e2ef53c1a538e24a9a7" - -COMPATIBLE_MACHINE = "omap-a15" -PACKAGE_ARCH = "${MACHINE_ARCH}" - -RELEASE_TARGET = "" -RELEASE_TARGET:omap-a15 = "am57xx" - -S = "${WORKDIR}/git" -export DESTDIR="${OCL_RTOS_INSTALL_DIR}/ti-opencl-rtos-${RELEASE_TARGET}-${PV}/packages/ti/opencl" - -do_install() { - install -d ${DESTDIR}/usr/share/ti/opencl/bin/pc - install -m 755 ${S}/bin/clocl.exe ${DESTDIR}/usr/share/ti/opencl/bin/pc -} diff --git a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb deleted file mode 100644 index 883be797..00000000 --- a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb +++ /dev/null @@ -1,83 +0,0 @@ -SUMMARY = "TI OpenCL example applications" -HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html" -LICENSE = "BSD-3-Clause" - -require recipes-ti/ocl/ocl.inc -require recipes-ti/includes/arago-paths.inc - -PR = "${INC_PR}.0" - -COMPATIBLE_MACHINE = "omap-a15" -PACKAGE_ARCH = "${MACHINE_ARCH}" - -DEPENDS = "opencl-rtos ti-cgt6x-native clocl-rtos-native opencl-monitor-rtos \ - clocl-win gcc-arm-baremetal-native ti-xdctools-native ti-sysbios \ -" - -S = "${WORKDIR}/git/opencl_example_src" -B = "${S}" - -OCL_EXAMPLE_LIST = " abort_exit \ - buffer \ - ccode \ - dsplib_fft \ - float_compute \ - null \ - offline_embed \ - platforms \ - simple \ - timeout \ - vecadd \ - matmpy \ - ooo_callback \ - sgemm \ - edmamgr \ - vecadd_openmp \ - vecadd_openmp_t \ -" - -RELEASE_TARGET = "" -RELEASE_TARGET:omap-a15 = "am57xx" - -export BIOS_INSTALL_DIR = "${SYSBIOS_INSTALL_DIR}" -export DESTDIR="${OCL_RTOS_INSTALL_DIR}/ti-opencl-rtos-${RELEASE_TARGET}-${PV}" -export TI_OCL_INSTALL = "${DESTDIR}/packages/ti/opencl" - -python do_unpack:append() { - import shutil - - git_dir = d.expand("${WORKDIR}/git/examples") - s = d.getVar("S") - - os.makedirs(s) - shutil.copy(os.path.join(git_dir,"Makefile"),s) - shutil.copy(os.path.join(git_dir,"make_rtos.inc"),s) - shutil.copy(os.path.join(git_dir,"rtos_main.c"),s) - shutil.copy(os.path.join(git_dir,"load_am57_rtos.js"),s) - for example in d.getVar("OCL_EXAMPLE_LIST").split(): - shutil.copytree(os.path.join(git_dir,example), os.path.join(s,example)) -} - -EXTRA_OEMAKE = "BUILD_OS=SYS_BIOS \ - TI_OCL_CGT_INSTALL=${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x \ -" - -do_compile() { - unset LDFLAGS - unset TARGET_LDFLAGS - - oe_runmake CLOCL=${STAGING_DIR_NATIVE}/usr/share/ti/ti-opencl-rtos-tree/bin/x86/clocl -} - -do_install() { - install -d ${DESTDIR}/examples - - install ${B}/Makefile ${DESTDIR}/examples - install ${B}/make_rtos.inc ${DESTDIR}/examples - install ${B}/rtos_main.c ${DESTDIR}/examples - - for ocl_example in ${OCL_EXAMPLE_LIST}; do - install -d ${DESTDIR}/examples/${ocl_example} - cp -rv ${B}/${ocl_example}/* ${DESTDIR}/examples/${ocl_example} - done -} diff --git a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-monitor-rtos_git.bb b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-monitor-rtos_git.bb deleted file mode 100644 index 2c53f684..00000000 --- a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-monitor-rtos_git.bb +++ /dev/null @@ -1,76 +0,0 @@ -SUMMARY = "TI OpenCL compute device firmware for C66x (RTOS)" -HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html" -LICENSE = "BSD-3-Clause" - -require recipes-ti/ocl/ocl.inc -require recipes-ti/includes/arago-paths.inc - -PR = "${INC_PR}.0" - -DEPENDS = " ti-llvm3.6-native \ - common-csl-ip-rtos \ - ti-xdctools-native \ - ti-ipc-rtos \ - ti-sysbios \ - ti-cgt6x-native \ - edma3-lld-rtos \ - ti-xdais \ - ti-framework-components \ - libaet \ - openmp-rtos \ - gcc-arm-baremetal-native \ -" - -COMPATIBLE_MACHINE = "omap-a15" -PACKAGE_ARCH = "${MACHINE_ARCH}" - -S = "${WORKDIR}/git/monitor" - -BUILD_TARGET:omap-a15 = "ARM_AM57" - -RELEASE_TARGET = "" -RELEASE_TARGET:omap-a15 = "am57xx" - -export TI_OCL_CGT_INSTALL = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" -export PDK_DIR = "${PDK_INSTALL_DIR}" -export IPC_DIR = "${IPC_INSTALL_DIR}" -export XDC_DIR = "${XDC_INSTALL_DIR}" -export BIOS_DIR = "${SYSBIOS_INSTALL_DIR}" -export EDMA3LLD_DIR = "${EDMA3_LLD_INSTALL_DIR}" -export XDAIS_DIR = "${XDAIS_INSTALL_DIR}" -export FC_DIR = "${FC_INSTALL_DIR}" -export MPM_DIR = "${MPM_INSTALL_DIR}" -export OMP_DIR = "${OMP_INSTALL_DIR}" -export ULM_DIR ="${STAGING_DIR_TARGET}/usr/share/ti/ulm" -export GDB_SERVER_DIR = "${STAGING_DIR_TARGET}/usr/share/ti/gdbc6x" -export AET_DIR = "${STAGING_DIR_TARGET}/usr/share/ti/ctoolslib/aet" -export X86_LLVM_DIR = "${STAGING_DIR_NATIVE}/usr" -export XDCPATH = "${S};${IPC_DIR}/packages;${BIOS_DIR}/packages;${EDMA3LLD_DIR}/packages;${FC_DIR}/packages;${XDAIS_DIR}/packages" -export DESTDIR="${D}${OCL_RTOS_INSTALL_DIR_RECIPE}/ti-opencl-rtos-${RELEASE_TARGET}-${PV}/packages/ti/opencl" -export OCL_FPERMS = "664" -export OCL_DPERMS = "775" -export SHARE_PATH="${DESTDIR}${datadir}/ti/opencl" - -EXTRA_OEMAKE += " BUILD_OS=SYS_BIOS \ - WORKING_DIRECTORY=${S} \ - BUILD_TARGET=${BUILD_TARGET} \ -" - -do_compile() { - oe_runmake -f Makefile -} - -do_install() { - install -m ${OCL_DPERMS} -d ${SHARE_PATH} - install -m ${OCL_FPERMS} monitor_am57x_rtos/dsp0.syms ${SHARE_PATH}/dsp.syms - install -m ${OCL_FPERMS} monitor_am57x_rtos/dsp0.syms.obj ${SHARE_PATH}/dsp_syms.obj - install -m ${OCL_FPERMS} monitor_am57x_rtos/dsp0.out ${SHARE_PATH} - install -m ${OCL_FPERMS} monitor_am57x_rtos/dsp1.out ${SHARE_PATH} - install -m ${OCL_FPERMS} libDSPMonitor.ae66 ${SHARE_PATH} - install -m ${OCL_FPERMS} ../builtins/dsp.lib ${SHARE_PATH} - install -m ${OCL_FPERMS} ../libm/libm.lib ${SHARE_PATH} - install -m ${OCL_FPERMS} cmds/monitor.am57x_rtos.cmd ${SHARE_PATH} -} - -FILES:${PN} += "${OCL_RTOS_INSTALL_DIR_RECIPE}" -INSANE_SKIP:${PN} = "arch" diff --git a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb deleted file mode 100644 index bed29bc1..00000000 --- a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb +++ /dev/null @@ -1,100 +0,0 @@ -SUMMARY = "TI OpenCL host runtime (RTOS)" -HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html" -LICENSE = "BSD-3-Clause" - -require recipes-ti/ocl/ocl.inc -require recipes-ti/includes/arago-paths.inc - -PR = "${INC_PR}.0" - - -COMPATIBLE_MACHINE = "omap-a15" -PACKAGE_ARCH = "${MACHINE_ARCH}" - -PACKAGES += " ${PN}-runtime" - -DEPENDS = "cmake-native \ - llvm-rtos \ - libloki \ - gcc-arm-baremetal-native \ - ti-sysbios \ - ti-xdctools-native \ - ti-ipc-rtos \ - opencl-monitor-rtos \ - clocl-rtos-native \ - ti-cgt6x-native \ -" - -#RDEPENDS:${PN}-dev += " opencl-monitor-rtos" - -ALLOW_EMPTY:${PN}-runtime = "1" - - -S = "${WORKDIR}/git/host" -B = "${WORKDIR}/build" - -export WANT_LLVM_RELEASE = "3.6-ti" - -OCL_BUILD_TARGET:omap-a15 = "ARM_AM57" - -ENABLE_ULM = "0" -SHMEM_MANAGER = "CMEM" - -RELEASE_TARGET = "" -RELEASE_TARGET:omap-a15 = "am57xx" - -export TI_OCL_CGT_INSTALL = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" -export ARM_LLVM_DIR="${LLVM_RTOS_INSTALL_DIR}" -export DESTDIR="${D}${OCL_RTOS_INSTALL_DIR_RECIPE}/ti-opencl-rtos-${RELEASE_TARGET}-${PV}/packages/ti/opencl" - -# Required for eclipse plugin and packages -export XDC_DIR = "${XDC_INSTALL_DIR}" -export BIOS_DIR = "${SYSBIOS_INSTALL_DIR}" -export IPC_DIR = "${IPC_INSTALL_DIR}" - -do_configure() { - unset LDFLAGS - unset TARGET_LDFLAGS - - rm -rf "${B}" - - mkdir -p "${B}" - cd "${B}"; cmake \ - -DCMAKE_TOOLCHAIN_FILE=../git/host/cmake/CMakeBiosARMToolChain.txt \ - -DBUILD_TARGET=${OCL_BUILD_TARGET} \ - -DBUILD_OUTPUT=lib \ - -DENABLE_ULM=${ENABLE_ULM} \ - -DSHMEM_MANAGER=${SHMEM_MANAGER} \ - -DBUILD_OS=SYS_BIOS \ - -DIPC_INSTALL_PATH=${IPC_INSTALL_DIR}/packages \ - -DXDC_INSTALL_PATH=${XDC_INSTALL_DIR}/packages \ - -DBIOS_INSTALL_PATH=${SYSBIOS_INSTALL_DIR}/packages \ - -DLOKI_INCLUDE_PATH=${STAGING_DIR_HOST}/usr/include/loki \ - -DARM_LLVM_DIR=${ARM_LLVM_DIR} \ - -DOCL_VERSION=${PV} "${S}"; -} - -do_compile() { - unset LDFLAGS - unset TARGET_LDFLAGS - - oe_runmake - oe_runmake -C packages -} - -# Install x86/Linux clocl built by clocl-rtos-native recipe -do_install() { - unset LDFLAGS - unset TARGET_LDFLAGS - - oe_runmake install - oe_runmake -C packages install - - install -d ${D}/usr/share/ti/opencl/bin/x86 - install -m 755 ${STAGING_DIR_NATIVE}/usr/share/ti/ti-opencl-rtos-tree/bin/x86/clocl ${D}/usr/share/ti/opencl/bin/x86 -} - -FILES:${PN}-dev += "/usr/share/ti/opencl ${OCL_RTOS_INSTALL_DIR_RECIPE}" - -INSANE_SKIP:${PN} = "already-stripped" -INSANE_SKIP:${PN}-dev = "staticdev file-rdeps arch" From patchwork Fri Jun 9 18:54:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 25380 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCCDBC7EE25 for ; Fri, 9 Jun 2023 18:54:34 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mx.groups.io with SMTP id smtpd.web10.2704.1686336865961797434 for ; Fri, 09 Jun 2023 11:54:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=WLo8Zuzf; spf=pass (domain: ti.com, ip: 198.47.19.142, mailfrom: afd@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 359IsP7B075173; Fri, 9 Jun 2023 13:54:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1686336865; bh=YHLbDdHuJBHoWoAr2AlGguPRSTyq1ap5n49JznRo5Jc=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=WLo8ZuzfvBjnqasR/GnM0HVnQp79q4A3mxwu8x+Ut17C1lZv1q+kcvnGUHMLUOanZ IV8BUn3Wo9dNcWNuocmgOs6uirQnTGg4qpcY8eUoqtffEbD0Cp3KdUcksmM4Csm3DW +aysh/u4r94DmpDV3cIyq6aL9ruZW3RMieRcfz8s= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 359IsPso072607 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 9 Jun 2023 13:54:25 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 9 Jun 2023 13:54:24 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 9 Jun 2023 13:54:24 -0500 Received: from lelv0327.itg.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 359IsNMa035371; Fri, 9 Jun 2023 13:54:24 -0500 From: Andrew Davis To: Denys Dmytriyenko , Ryan Eatmon , CC: Andrew Davis Subject: [meta-arago][master/kirkstone][PATCH 3/4] llvm-rtos: Remove TI-RTOS hosted LLVM Date: Fri, 9 Jun 2023 13:54:21 -0500 Message-ID: <20230609185422.132654-3-afd@ti.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230609185422.132654-1-afd@ti.com> References: <20230609185422.132654-1-afd@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 09 Jun 2023 18:54:34 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14581 We do not build RTOS packages with OE anymore, remove leftover package. Signed-off-by: Andrew Davis --- .../recipes-ti/includes/arago-paths.inc | 2 - .../recipes-ti/llvm-rtos/llvm-rtos.inc | 15 ----- .../recipes-ti/llvm-rtos/llvm-rtos_git.bb | 65 ------------------- 3 files changed, 82 deletions(-) delete mode 100644 meta-arago-extras/recipes-ti/llvm-rtos/llvm-rtos.inc delete mode 100644 meta-arago-extras/recipes-ti/llvm-rtos/llvm-rtos_git.bb diff --git a/meta-arago-extras/recipes-ti/includes/arago-paths.inc b/meta-arago-extras/recipes-ti/includes/arago-paths.inc index 71295bb5..3c0c3863 100644 --- a/meta-arago-extras/recipes-ti/includes/arago-paths.inc +++ b/meta-arago-extras/recipes-ti/includes/arago-paths.inc @@ -2,7 +2,6 @@ require recipes-ti/includes/ti-paths.inc export LIBARCH_INSTALL_DIR_RECIPE = "${installdir}/ti-libarch-tree" export LINALG_INSTALL_DIR_RECIPE = "${installdir}/ti-linalg-tree" -export LLVM_RTOS_INSTALL_DIR_RECIPE = "${installdir}/llvm-rtos-tree" export OCL_TIDL_FW_INSTALL_DIR_RECIPE = "${installdir}/ti-opencl-tidl-fw-tree" export FFTLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-fftlib-tree" export FFTW_INSTALL_DIR_RECIPE = "${installdir}/ti-fftw-tree" @@ -10,7 +9,6 @@ export TIOVX_INSTALL_DIR_RECIPE = "${installdir}/ti-tiovx-lib-tree" export LIBARCH_INSTALL_DIR = "${STAGING_DIR_TARGET}${LIBARCH_INSTALL_DIR_RECIPE}" export LINALG_INSTALL_DIR = "${STAGING_DIR_TARGET}${LINALG_INSTALL_DIR_RECIPE}" -export LLVM_RTOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${LLVM_RTOS_INSTALL_DIR_RECIPE}" export OCL_TIDL_FW_INSTALL_DIR = "${STAGING_DIR_TARGET}${OCL_TIDL_FW_INSTALL_DIR_RECIPE}" export FFTLIB_INSTALL_DIR = "${STAGING_DIR_TARGET}${FFTLIB_INSTALL_DIR_RECIPE}" export FFTW_INSTALL_DIR = "${STAGING_DIR_TARGET}${FFTW_INSTALL_DIR_RECIPE}" diff --git a/meta-arago-extras/recipes-ti/llvm-rtos/llvm-rtos.inc b/meta-arago-extras/recipes-ti/llvm-rtos/llvm-rtos.inc deleted file mode 100644 index b2c14dda..00000000 --- a/meta-arago-extras/recipes-ti/llvm-rtos/llvm-rtos.inc +++ /dev/null @@ -1,15 +0,0 @@ -PV = "3.6.0" -INC_PR = "r0" - -LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" - -LLVM_GIT_NAME = "llvm" -LLVM_GIT_URI = "git://git.ti.com/git/opencl/llvm.git" -LLVM_GIT_PROTOCOL = "https" -LLVM_GIT_BRANCH = "release_36_ti" -LLVM_GIT_DESTSUFFIX = "git" -LLVM_GIT_SRCREV = "8ff2a35c586a3d3f624712e0943777613a017bc5" - -SRC_URI = "${LLVM_GIT_URI};protocol=${LLVM_GIT_PROTOCOL};branch=${LLVM_GIT_BRANCH};destsuffix=${LLVM_GIT_DESTSUFFIX};name=${LLVM_GIT_NAME}" - -SRCREV_${LLVM_GIT_NAME} = "${LLVM_GIT_SRCREV}" diff --git a/meta-arago-extras/recipes-ti/llvm-rtos/llvm-rtos_git.bb b/meta-arago-extras/recipes-ti/llvm-rtos/llvm-rtos_git.bb deleted file mode 100644 index 2054b1bb..00000000 --- a/meta-arago-extras/recipes-ti/llvm-rtos/llvm-rtos_git.bb +++ /dev/null @@ -1,65 +0,0 @@ -SUMMARY = "Bare-metal build of a subset of LLVM 3.6 with support for TI C66x" -HOMEPAGE = "http://git.ti.com/opencl/llvm" -DESCRIPTION = "A subset of LLVM 3.6 libraries built using gcc-arm-baremetal-native. Used in the OpenCL running over a TI-RTOS based host." - -# 3-clause BSD-like -# University of Illinois/NCSA Open Source License -LICENSE = "NCSA" - - -require llvm-rtos.inc -require recipes-ti/includes/arago-paths.inc - -PR = "${INC_PR}.0" - -DEPENDS = "gcc-arm-baremetal-native cmake-native" - -COMPATIBLE_MACHINE = "omap-a15" -PACKAGE_ARCH = "${MACHINE_ARCH}" - -S = "${WORKDIR}/git" -RELEASE_TARGET = "" -RELEASE_TARGET:omap-a15 = "am57xx" - -CLEANBROKEN = "1" - -export LLVM_SRC_DIR="${S}" -export LLVM_INSTALL_DIR="${D}${LLVM_RTOS_INSTALL_DIR_RECIPE}" - -do_compile() { - unset LDFLAGS - unset TARGET_LDFLAGS - - # Clean the build directory - rm -rf build.sysbios - - mkdir -p build.sysbios/build.native - cd build.sysbios/build.native; CC="${BUILD_CC}" CXX="${BUILD_CXX}" cmake "${S}"; cd ../.. - make -C build.sysbios/build.native llvm-tblgen llvm-config ${PARALLEL_MAKE} - - cd build.sysbios; cmake -DCMAKE_TOOLCHAIN_FILE="${S}/ToolChain_ARMSysBios.cmake" -Wno-dev "${S}"; cd .. - - make -C build.sysbios LLVMSupport LLVMCore LLVMBitReader ${PARALLEL_MAKE} - -} - -do_install() { - cd build.sysbios; make -f include/llvm/Makefile install/local; cd .. - - install -d ${D}${LLVM_RTOS_INSTALL_DIR_RECIPE}/bin - install -m 755 ${S}/build.sysbios/build.native/bin/llvm-config ${D}${LLVM_RTOS_INSTALL_DIR_RECIPE}/bin/llvm-config-host - - install -d ${D}${LLVM_RTOS_INSTALL_DIR_RECIPE}/lib - for libfile in ${S}/build.sysbios/lib/*.a; do - install -m 644 ${libfile} ${D}${LLVM_RTOS_INSTALL_DIR_RECIPE}/lib - done -} - -FILES:${PN} += "${LLVM_RTOS_INSTALL_DIR_RECIPE}" - -# This package contains one x86-64 executable and a few static libraries -INSANE_SKIP:${PN} = "arch file-rdeps staticdev" - -INHIBIT_PACKAGE_STRIP = "1" -INHIBIT_SYSROOT_STRIP = "1" -INHIBIT_PACKAGE_DEBUG_SPLIT = "1" From patchwork Fri Jun 9 18:54:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 25379 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7C48C7EE45 for ; Fri, 9 Jun 2023 18:54:34 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mx.groups.io with SMTP id smtpd.web10.2705.1686336866373926517 for ; Fri, 09 Jun 2023 11:54:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=FbkTjEwF; spf=pass (domain: ti.com, ip: 198.47.19.142, mailfrom: afd@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 359IsPtr075177; Fri, 9 Jun 2023 13:54:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1686336865; bh=feiJs3Jrqpmbc8byWzuudzPgOPPb89L2SCBNpUisRM8=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=FbkTjEwF2HsyBGEvrMx2XdVzcNZ1AIfbfdpJ+O6FzJ1skFzthdAH/9nAbRazTfyzW bcTKXVACf5AR8VYVvZihSLmlkBo+EW0h0slJ0KDWZb/LUulPNQoYtVX81M6vgSnRQw 1ZOjQVj1cZ8sE2ClxOBGcgoTRxHtRB0qXwxKX3YM= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 359IsP84042422 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 9 Jun 2023 13:54:25 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 9 Jun 2023 13:54:25 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 9 Jun 2023 13:54:25 -0500 Received: from lelv0327.itg.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 359IsNMb035371; Fri, 9 Jun 2023 13:54:24 -0500 From: Andrew Davis To: Denys Dmytriyenko , Ryan Eatmon , CC: Andrew Davis Subject: [meta-arago][master/kirkstone][PATCH 4/4] dt: Remove this broken and unused recipe Date: Fri, 9 Jun 2023 13:54:22 -0500 Message-ID: <20230609185422.132654-4-afd@ti.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230609185422.132654-1-afd@ti.com> References: <20230609185422.132654-1-afd@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 09 Jun 2023 18:54:34 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14582 The source for this is not longer available and it hasn't been built for years. Remove it. Signed-off-by: Andrew Davis --- .../packagegroup-arago-tisdk-addons.bb | 2 -- .../recipes-devtools/dt/dt/no_aio.patch | 17 ----------- .../recipes-devtools/dt/dt_17.07.bb | 30 ------------------- 3 files changed, 49 deletions(-) delete mode 100644 meta-arago-extras/recipes-devtools/dt/dt/no_aio.patch delete mode 100644 meta-arago-extras/recipes-devtools/dt/dt_17.07.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb index af701d85..297d8d4d 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb @@ -8,8 +8,6 @@ inherit packagegroup PACKAGES =+ "${PN}-extra" -# dt - UTILS = " \ gdbserver \ oprofile \ diff --git a/meta-arago-extras/recipes-devtools/dt/dt/no_aio.patch b/meta-arago-extras/recipes-devtools/dt/dt/no_aio.patch deleted file mode 100644 index 8253e863..00000000 --- a/meta-arago-extras/recipes-devtools/dt/dt/no_aio.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- - Makefile.linux | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: dt.d-WIP/Makefile.linux -=================================================================== ---- dt.d-WIP/Makefile.linux -+++ dt.d-WIP/Makefile.linux -@@ -68,7 +68,7 @@ LINTLIBS= - - PORG = -O3 - --CFLAGS= $(PORG) -DAIO -DFIFO -DMMAP -DTTY -D__linux__ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -+CFLAGS= $(PORG) -DFIFO -DMMAP -DTTY -D__linux__ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 - CPP= /lib/cpp - CPPOPTS= -D__GNUC__ -DFIFO -DMMAP -D__linux__ -D_GNU_SOURCE - LDFLAGS= diff --git a/meta-arago-extras/recipes-devtools/dt/dt_17.07.bb b/meta-arago-extras/recipes-devtools/dt/dt_17.07.bb deleted file mode 100644 index 4ef15f60..00000000 --- a/meta-arago-extras/recipes-devtools/dt/dt_17.07.bb +++ /dev/null @@ -1,30 +0,0 @@ -HOMEPAGE = "http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/dt.html" -DESCRIPTION = "The Data Test Program (dt) is a generic data test program used to verify proper \ -operation of peripherals, file systems, device drivers, or any data stream supported by the \ -operating system." - -SECTION = "console/tests" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fb073c94d1f584010fc75867b686d6d3" - -INC_PR = "r0" - -SRC_URI = "http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/ftp/dt/dt-source.tar.gz" -S = "${WORKDIR}/dt.d" - -TARGET_CC_ARCH += "${LDFLAGS}" - -do_compile() { - ${MAKE} -f Makefile.linux -} - -SRC_URI:append:libc-uclibc = " file://no_aio.patch " - -do_install() { - install -d ${D}${bindir} - install -m 0755 dt ${D}${bindir} -} - -SRC_URI[md5sum] = "fc3373e30868698b90f02cc5fab9aabd" -SRC_URI[sha256sum] = "6a213b8da2b8907c4f1633c3b90229085ac239e4d43aa5879b0123c21f951cab"