Baremetal GCC: improve generated package to avoid QA issues
Change-Id: I36472784a5462bab20826e2a4808d3800e60cbcf Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/135644 Reviewed-by: CITOOLS <smet-aci-reviews@lists.codex.cro.st.com> Reviewed-by: CIBUILD <smet-aci-builds@lists.codex.cro.st.com> Reviewed-by: Lionel VITTE <lionel.vitte@st.com> Reviewed-by: Romuald JEANNE <romuald.jeanne@st.com> Tested-by: Lionel VITTE <lionel.vitte@st.com>
This commit is contained in:
parent
2e06344e57
commit
7f3cfc86ae
|
|
@ -5,4 +5,19 @@ require gcc-arm-none-eabi_${PV}.inc
|
||||||
|
|
||||||
inherit nativesdk
|
inherit nativesdk
|
||||||
|
|
||||||
|
FILES_${PN}-doc = "${datadir}/gcc-arm-none-eabi/share/doc"
|
||||||
|
|
||||||
|
FILES_${PN}-staticdev = "${datadir}/gcc-arm-none-eabi/*/*/*.a \
|
||||||
|
${datadir}/gcc-arm-none-eabi/*/*/*/*.a \
|
||||||
|
${datadir}/gcc-arm-none-eabi/*/*/*/*/*.a \
|
||||||
|
${datadir}/gcc-arm-none-eabi/*/*/*/*/*/*.a \
|
||||||
|
${datadir}/gcc-arm-none-eabi/*/*/*/*/*/*/*.a \
|
||||||
|
${datadir}/gcc-arm-none-eabi/*/*/*/*/*/*/*/*.a \
|
||||||
|
${datadir}/gcc-arm-none-eabi/*/*/*/*/*/*/*/*/*.a \
|
||||||
|
"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/gcc-arm-none-eabi"
|
FILES_${PN} += "${datadir}/gcc-arm-none-eabi"
|
||||||
|
|
||||||
|
# Some library files in the tarball are not at the expected place,
|
||||||
|
# and it's working. But QA will complain, so skip the complaint on libdir
|
||||||
|
INSANE_SKIP_${PN} += "libdir"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue