blob: d7f6d914b07e12efb331b69ad57c88391ebc7564 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Add MicroBlaze Patches
FILESEXTRAPATHS_append := "${THISDIR}/files2:"
SRC_URI_append += " \
file://Add-wdc.ext.clear-and-wdc.ext.flush.patch \
file://Add-mlittle-endian-and-mbig-endian.patch \
file://Disable-the-warning-message-for-eh_frame_hdr.patch \
file://Fix-relaxation-of-assembler-resolved-reference.patch \
file://Fixup-debug_loc-sections-after-linker-relaxati.patch \
file://upstream-change-to-garbage-collection-s.patch \
"
|