recipes-devtools: expand gcc-arm-none-eabi recipe

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn 2020-08-29 08:24:06 +02:00
parent fd6356962e
commit cb428cf874

View File

@ -0,0 +1,12 @@
do_install_append () {
install -d ${D}/lib64
cd ${D}/
ln -s /lib/ld-linux-x86-64.so.2 ${D}/lib64/ld-linux-x86-64.so.2
}
INSANE_SKIP_${PN} += " \
arch \
dev-so \
"
FILES_${PN} += "/lib64/ld-linux-x86-64.so.2"