]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-rp: disable OABI support for non-qemu targets
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 29 Jul 2008 10:48:54 +0000 (10:48 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 29 Jul 2008 10:48:54 +0000 (10:48 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4979 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/linux/linux-rp.inc
meta/packages/linux/linux-rp_2.6.23.bb
meta/packages/linux/linux-rp_2.6.24.bb
meta/packages/linux/linux-rp_2.6.26.bb

index c92dc99e5ce3d5ce699db3c26c54c088e9a8900b..39d0f0525d304d6f607328fcd12d681bfde1d49b 100644 (file)
@@ -103,7 +103,11 @@ do_configure() {
 
        if [ "${TARGET_OS}" = "linux-gnueabi" -o "${TARGET_OS}" = "linux-uclibcgnueabi" ]; then
                echo "CONFIG_AEABI=y"                   >> ${S}/.config
-               echo "CONFIG_OABI_COMPAT=y"             >> ${S}/.config
+               if [ "${MACHINE}" = "qemuarm" -o "${MACHINE}" = "qemuarmv6" -o "${MACHINE}" = "qemuarmv7" -o ]; then
+                   echo "CONFIG_OABI_COMPAT=y"             >> ${S}/.config
+               else
+                   echo "# CONFIG_OABI_COMPAT is not set"  >> ${S}/.config
+               fi
        else 
                echo "# CONFIG_AEABI is not set"        >> ${S}/.config
                echo "# CONFIG_OABI_COMPAT is not set"  >> ${S}/.config
index 4bb06b60b10c6f03e46f7d96e6420bb42527d5a5..7d50e696ef305f11d2f9736a2631e2c8181deeaf 100644 (file)
@@ -1,6 +1,6 @@
 require linux-rp.inc
 
-PR = "r34"
+PR = "r35"
 
 # Handy URLs
 # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
index a7418d89fc4eb9185753c0f525afbcc783a3e4ee..945f6135ea5780113331683a02d98788a8eec63f 100644 (file)
@@ -1,6 +1,6 @@
 require linux-rp.inc
 
-PR = "r12"
+PR = "r13"
 
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_collie = "1"
index 7b46fc4fce313bdbf5f7e9fd3200a609f0aefa24..13d72ce03f604bd635d9f2260295bee010f858d4 100644 (file)
@@ -1,6 +1,6 @@
 require linux-rp.inc
 
-PR = "r9"
+PR = "r10"
 
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_qemuarm = "1"