diff options
author | Adrian Alonso <aalonso@secretlab.ca> | 2011-05-05 11:32:30 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 09:56:20 +0100 |
commit | 5bd9671b3697bac9ee2fee07300719ced8ac8d0f (patch) | |
tree | 2ed422cb9b9dfdf8b2e98fc464ecf397368a477c /meta | |
parent | 7b01b1ec376bd6bad09b36e41f3bd1b3917372ed (diff) | |
download | poky-5bd9671b3697bac9ee2fee07300719ced8ac8d0f.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.37.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.37.2.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.37.2.bb index 888d9e40ff..51c4926429 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.37.2.bb +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.37.2.bb | |||
@@ -2,7 +2,7 @@ require linux-libc-headers.inc | |||
2 | 2 | ||
3 | INHIBIT_DEFAULT_DEPS = "1" | 3 | INHIBIT_DEFAULT_DEPS = "1" |
4 | DEPENDS += "unifdef-native" | 4 | DEPENDS += "unifdef-native" |
5 | PR = "r0" | 5 | PR = "r1" |
6 | 6 | ||
7 | SRC_URI += " file://connector-msg-size-fix.patch" | 7 | SRC_URI += " file://connector-msg-size-fix.patch" |
8 | 8 | ||
@@ -26,6 +26,7 @@ set_arch() { | |||
26 | x86_64*) ARCH=x86_64 ;; | 26 | x86_64*) ARCH=x86_64 ;; |
27 | avr32*) ARCH=avr32 ;; | 27 | avr32*) ARCH=avr32 ;; |
28 | bfin*) ARCH=blackfin ;; | 28 | bfin*) ARCH=blackfin ;; |
29 | microblaze*) ARCH=microblaze ;; | ||
29 | esac | 30 | esac |
30 | } | 31 | } |
31 | 32 | ||