mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
linux-libc-headers: add microblaze ARCH definition
* Add Microblaze ARCH definition * Bump PR (From OE-Core rev: 95861a2b2591a896edc3d66fcb6121869a042d8b) Signed-off-by: Adrian Alonso <aalonso@secretlab.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7b01b1ec37
commit
5bd9671b36
@@ -2,7 +2,7 @@ require linux-libc-headers.inc
|
|||||||
|
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
DEPENDS += "unifdef-native"
|
DEPENDS += "unifdef-native"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI += " file://connector-msg-size-fix.patch"
|
SRC_URI += " file://connector-msg-size-fix.patch"
|
||||||
|
|
||||||
@@ -26,6 +26,7 @@ set_arch() {
|
|||||||
x86_64*) ARCH=x86_64 ;;
|
x86_64*) ARCH=x86_64 ;;
|
||||||
avr32*) ARCH=avr32 ;;
|
avr32*) ARCH=avr32 ;;
|
||||||
bfin*) ARCH=blackfin ;;
|
bfin*) ARCH=blackfin ;;
|
||||||
|
microblaze*) ARCH=microblaze ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user