From 72051b974fbeb3e6c714a379b0b3fcb6fefa71c8 Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Sat, 23 Feb 2019 02:20:49 +0000 Subject: gcc-arm-none-eabi: extend to nativesdk class Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- .../gcc-arm-none-eabi-native_6-2017-q1-update.bb | 23 ------------------ .../devtools/gcc-arm-none-eabi_6-2017-q1-update.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 23 deletions(-) delete mode 100644 recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb create mode 100644 recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb (limited to 'recipes-ti/devtools') diff --git a/recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb deleted file mode 100644 index 1140f27a..00000000 --- a/recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "Baremetal GCC for ARM" -LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" - -LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=c224e429f53a1a6ce70bf8986ea2990b" - -inherit native -require recipes-ti/includes/ti-paths.inc - -SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/6_1-2017q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2;name=gcc-arm-none" - -SRC_URI[gcc-arm-none.md5sum] = "30004c24f4632bc594952462bb0cd1c9" -SRC_URI[gcc-arm-none.sha256sum] = "e7aad2579f02e3b095c6d7899ca5e6a70cfa9b8a8cbd6abd868da849d416c2eb" - -S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update" - -do_install() { - install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE} - cp -r ${S}/. ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE} -} - -FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" - -INSANE_SKIP_${PN} = "already-stripped" diff --git a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb new file mode 100644 index 00000000..ae3d1d72 --- /dev/null +++ b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Baremetal GCC for ARM" +LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" + +LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=c224e429f53a1a6ce70bf8986ea2990b" + +require recipes-ti/includes/ti-paths.inc + +SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/6_1-2017q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2;name=gcc-arm-none" + +SRC_URI[gcc-arm-none.md5sum] = "30004c24f4632bc594952462bb0cd1c9" +SRC_URI[gcc-arm-none.sha256sum] = "e7aad2579f02e3b095c6d7899ca5e6a70cfa9b8a8cbd6abd868da849d416c2eb" + +S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update" + +# only x86_64 is supported +COMPATIBLE_HOST = "x86_64.*-linux" + +do_install() { + install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE} + cp -r ${S}/. ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE} +} + +FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" + +INSANE_SKIP_${PN} = "already-stripped libdir staticdev" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf