22 lines
737 B
PHP
22 lines
737 B
PHP
SUMMARY = "Baremetal GCC for ARM"
|
|
LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only"
|
|
|
|
LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=c18349634b740b7b95f2c2159af888f5"
|
|
|
|
SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-x86_64-linux.tar.bz2;name=gcc-arm-none"
|
|
|
|
SRC_URI[gcc-arm-none.sha256sum] = "5adc2ee03904571c2de79d5cfc0f7fe2a5c5f54f44da5b645c17ee57b217f11f"
|
|
|
|
PV = "9"
|
|
|
|
S = "${WORKDIR}/gcc-arm-none-eabi-9-2020-q2-update"
|
|
|
|
do_install() {
|
|
install -d ${D}/${datadir}/gcc-arm-none-eabi
|
|
cp -r ${S}/. ${D}/${datadir}/gcc-arm-none-eabi
|
|
}
|
|
|
|
INSANE_SKIP:${PN} = "already-stripped file-rdeps"
|
|
INHIBIT_PACKAGE_STRIP = "1"
|
|
INHIBIT_SYSROOT_STRIP = "1"
|