[oe-commits] Henning Heinold : uclibc: use GENERIC_ARM, because we override the cpu flags anyway, bump PR

git version control git at git.openembedded.org
Thu Aug 5 13:23:51 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: acd7fb9deb4719232ada3bb25d75d9bb86fb8cf8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=acd7fb9deb4719232ada3bb25d75d9bb86fb8cf8

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Thu Aug  5 12:05:35 2010 +0200

uclibc: use GENERIC_ARM, because we override the cpu flags anyway, bump PR

---

 recipes/uclibc/uclibc-git/arm/uClibc.machine     |    4 ++--
 recipes/uclibc/uclibc-git/armv5te/uClibc.machine |    4 ++--
 recipes/uclibc/uclibc_git.bb                     |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/uclibc/uclibc-git/arm/uClibc.machine b/recipes/uclibc/uclibc-git/arm/uClibc.machine
index 898b73a..293f384 100644
--- a/recipes/uclibc/uclibc-git/arm/uClibc.machine
+++ b/recipes/uclibc/uclibc-git/arm/uClibc.machine
@@ -34,12 +34,12 @@ FORCE_OPTIONS_FOR_ARCH=y
 # CONFIG_ARM_OABI is not set
 CONFIG_ARM_EABI=y
 USE_BX=y
-# CONFIG_GENERIC_ARM is not set
+CONFIG_GENERIC_ARM=y
 # CONFIG_ARM610 is not set
 # CONFIG_ARM710 is not set
 # CONFIG_ARM7TDMI is not set
 # CONFIG_ARM720T is not set
-CONFIG_ARM920T=y
+# CONFIG_ARM920T is not set
 # CONFIG_ARM922T is not set
 # CONFIG_ARM926T is not set
 # CONFIG_ARM10T is not set
diff --git a/recipes/uclibc/uclibc-git/armv5te/uClibc.machine b/recipes/uclibc/uclibc-git/armv5te/uClibc.machine
index 7154278..eb76f34 100644
--- a/recipes/uclibc/uclibc-git/armv5te/uClibc.machine
+++ b/recipes/uclibc/uclibc-git/armv5te/uClibc.machine
@@ -37,14 +37,14 @@ FORCE_OPTIONS_FOR_ARCH=y
 # CONFIG_ARM_OABI is not set
 CONFIG_ARM_EABI=y
 USE_BX=y
-# CONFIG_GENERIC_ARM is not set
+CONFIG_GENERIC_ARM=y
 # CONFIG_ARM610 is not set
 # CONFIG_ARM710 is not set
 # CONFIG_ARM7TDMI is not set
 # CONFIG_ARM720T is not set
 # CONFIG_ARM920T is not set
 # CONFIG_ARM922T is not set
-CONFIG_ARM926T=y
+# CONFIG_ARM926T is not set
 # CONFIG_ARM10T is not set
 # CONFIG_ARM1136JF_S is not set
 # CONFIG_ARM1176JZ_S is not set
diff --git a/recipes/uclibc/uclibc_git.bb b/recipes/uclibc/uclibc_git.bb
index 66e3996..691af81 100644
--- a/recipes/uclibc/uclibc_git.bb
+++ b/recipes/uclibc/uclibc_git.bb
@@ -14,7 +14,7 @@ DEFAULT_PREFERENCE = "-1"
 # precedence.
 
 require uclibc.inc
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
 PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"
 
 #recent versions uclibc require real kernel headers





More information about the Openembedded-commits mailing list