gcc-arm-none-eabi: bump to 9-2020-q2-update
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Change-Id: I48978cbdb7d789172acf8ffdf8ba9dcd68d84ee8
This commit is contained in:
parent
7d5ccd002b
commit
7e75751041
|
|
@ -1,21 +0,0 @@
|
|||
SUMMARY = "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=f77466c63f5787f4bd669c402aabe061"
|
||||
|
||||
|
||||
SRC_URI = "https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2;name=gcc-arm-none"
|
||||
|
||||
SRC_URI[gcc-arm-none.md5sum] = "299ebd3f1c2c90930d28ab82e5d8d6c0"
|
||||
SRC_URI[gcc-arm-none.sha256sum] = "bb17109f0ee697254a5d4ae6e5e01440e3ea8f0277f2e8169bf95d07c7d5fe69"
|
||||
|
||||
PV = "7"
|
||||
|
||||
S = "${WORKDIR}/gcc-arm-none-eabi-7-2018-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"
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
SUMMARY = "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=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"
|
||||
Loading…
Reference in New Issue