[oe-commits] Adrian Alonso : linux-libc-headers: add microblaze ARCH definition

git version control git at git.openembedded.org
Tue May 10 08:59:32 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 95861a2b2591a896edc3d66fcb6121869a042d8b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=95861a2b2591a896edc3d66fcb6121869a042d8b

Author: Adrian Alonso <aalonso at secretlab.ca>
Date:   Thu May  5 11:32:30 2011 -0500

linux-libc-headers: add microblaze ARCH definition

* Add Microblaze ARCH definition
* Bump PR

Signed-off-by: Adrian Alonso <aalonso at secretlab.ca>

---

 .../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
 }
 





More information about the Openembedded-commits mailing list