From patchwork Tue May 10 05:26:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [10/30] linux-libc-headers: add microblaze ARCH definition Date: Tue, 10 May 2011 05:26:18 -0000 From: Saul Wold X-Patchwork-Id: 3557 Message-Id: To: openembedded-core@lists.openembedded.org Cc: From: Adrian Alonso * Add Microblaze ARCH definition * Bump PR Signed-off-by: Adrian Alonso --- .../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 888d9e4..51c4926 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 INHIBIT_DEFAULT_DEPS = "1" DEPENDS += "unifdef-native" -PR = "r0" +PR = "r1" SRC_URI += " file://connector-msg-size-fix.patch" @@ -26,6 +26,7 @@ set_arch() { x86_64*) ARCH=x86_64 ;; avr32*) ARCH=avr32 ;; bfin*) ARCH=blackfin ;; + microblaze*) ARCH=microblaze ;; esac }