From: Denys Dmytriyenko <[email protected]> Follow a similar rename in meta-ti
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb | 4 ++-- meta-arago-extras/recipes-ti/llvm-rtos/llvm-rtos_git.bb | 4 ++-- meta-arago-extras/recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb | 2 +- meta-arago-extras/recipes-ti/ocl-rtos/opencl-monitor-rtos_git.bb | 2 +- meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb index 5a453b6..97ee2cb 100644 --- a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb +++ b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb @@ -1,5 +1,5 @@ SUMMARY = "Host packages for a standalone Arago SDK with TI tools" -PR = "r0" +PR = "r1" LICENSE = "MIT" inherit packagegroup nativesdk @@ -20,7 +20,7 @@ EXTRA_TI_TOOLS = " \ ${@oe.utils.all_distro_features(d, "opencl openmp", "nativesdk-clacc")} \ nativesdk-open62541-examples \ nativesdk-open62541-tests \ - nativesdk-gcc-arm-none-eabi \ + nativesdk-gcc-arm-baremetal \ ${@oe.utils.all_distro_features(d, "opencl opencv", "${TIDL_TOOLS}")} \ " 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 index ee4d7f2..5bf1e56 100644 --- a/meta-arago-extras/recipes-ti/llvm-rtos/llvm-rtos_git.bb +++ b/meta-arago-extras/recipes-ti/llvm-rtos/llvm-rtos_git.bb @@ -1,6 +1,6 @@ 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-none-eabi-native. Used in the OpenCL running over a TI-RTOS based host." +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 @@ -12,7 +12,7 @@ require recipes-ti/includes/arago-paths.inc PR = "${INC_PR}.0" -DEPENDS = "gcc-arm-none-eabi-native cmake-native" +DEPENDS = "gcc-arm-baremetal-native cmake-native" COMPATIBLE_MACHINE = "omap-a15" PACKAGE_ARCH = "${MACHINE_ARCH}" 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 index 15ac0af..71685ba 100644 --- 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 @@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "omap-a15" PACKAGE_ARCH = "${MACHINE_ARCH}" DEPENDS = "opencl-rtos ti-cgt6x-native clocl-rtos-native opencl-monitor-rtos \ - clocl-win gcc-arm-none-eabi-native ti-xdctools-native ti-sysbios \ + clocl-win gcc-arm-baremetal-native ti-xdctools-native ti-sysbios \ " S = "${WORKDIR}/git/opencl_example_src" 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 index 637b427..6b96eb4 100644 --- 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 @@ -18,7 +18,7 @@ DEPENDS = " ti-llvm3.6-native \ ti-framework-components \ libaet \ openmp-rtos \ - gcc-arm-none-eabi-native \ + gcc-arm-baremetal-native \ " COMPATIBLE_MACHINE = "omap-a15" 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 index fd7e53c..5e179ec 100644 --- a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb +++ b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb @@ -16,7 +16,7 @@ PACKAGES += " ${PN}-runtime" DEPENDS = "cmake-native \ llvm-rtos \ libloki \ - gcc-arm-none-eabi-native \ + gcc-arm-baremetal-native \ ti-sysbios \ ti-xdctools-native \ ti-ipc-rtos \ -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
