From: Marcin Juszkiewicz <mar...@buglabs.net>

Signed-off-by: Marcin Juszkiewicz <mar...@juszkiewicz.com.pl>
---
 .../arm-hwcap-add-new-entries.patch                |   21 ++++++++++++++++++
 .../linux-libc-headers_2.6.23.bb                   |   23 ++-----------------
 2 files changed, 24 insertions(+), 20 deletions(-)
 create mode 100644 
recipes/linux-libc-headers/linux-libc-headers-2.6.23/arm-hwcap-add-new-entries.patch

diff --git 
a/recipes/linux-libc-headers/linux-libc-headers-2.6.23/arm-hwcap-add-new-entries.patch
 
b/recipes/linux-libc-headers/linux-libc-headers-2.6.23/arm-hwcap-add-new-entries.patch
new file mode 100644
index 0000000..934db51
--- /dev/null
+++ 
b/recipes/linux-libc-headers/linux-libc-headers-2.6.23/arm-hwcap-add-new-entries.patch
@@ -0,0 +1,21 @@
+---
+ include/asm-arm/hwcap.h |    4 ++++
+ 1 file changed, 4 insertions(+)
+
+--- linux-2.6.23.orig/include/asm-arm/hwcap.h
++++ linux-2.6.23/include/asm-arm/hwcap.h
+@@ -13,10 +13,14 @@
+ #define HWCAP_VFP     64
+ #define HWCAP_EDSP    128
+ #define HWCAP_JAVA    256
+ #define HWCAP_IWMMXT  512
+ #define HWCAP_CRUNCH  1024
++#define HWCAP_THUMBEE 2048
++#define HWCAP_NEON    4096
++#define HWCAP_VFPv3   8192
++#define HWCAP_VFPv3D16        16384
+ 
+ #if defined(__KERNEL__) && !defined(__ASSEMBLY__)
+ /*
+  * This yields a mask that user programs can use to figure out what
+  * instruction set this cpu supports.
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb 
b/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb
index 95152f1..61ef961 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb
@@ -2,11 +2,12 @@ require linux-libc-headers.inc
 
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS += "unifdef-native"
-PR = "r4"
+PR = "r6"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
            file://procinfo.h \
-           file://unifdef.patch;patch=1"
+           file://unifdef.patch;patch=1 \
+           file://arm-hwcap-add-new-entries.patch;patch=1"
 
 S = "${WORKDIR}/linux-${PV}"
 
@@ -47,21 +48,3 @@ do_install() {
 do_install_append_arm() {
        cp ${WORKDIR}/procinfo.h ${D}${includedir}/asm/
 }
-
-STAGE_TEMP="${WORKDIR}/temp-staging"
-
-do_stage () {
-       set_arch
-       echo $ARCH
-       rm -rf ${STAGE_TEMP}
-       mkdir -p ${STAGE_TEMP}
-       oe_runmake headers_install INSTALL_HDR_PATH=${STAGE_TEMP}${exec_prefix} 
ARCH=$ARCH
-       if [ "$ARCH" = "arm" ]; then
-               cp ${WORKDIR}/procinfo.h ${STAGE_TEMP}${includedir}/asm/
-       fi
-       install -d ${STAGING_INCDIR}
-       rm -rf ${STAGING_INCDIR}/linux ${STAGING_INCDIR}/asm 
${STAGING_INCDIR}/asm-generic
-       cp -pfLR ${STAGE_TEMP}${includedir}/linux ${STAGING_INCDIR}/
-       cp -pfLR ${STAGE_TEMP}${includedir}/asm ${STAGING_INCDIR}/
-       cp -pfLR ${STAGE_TEMP}${includedir}/asm-generic ${STAGING_INCDIR}/
-}
-- 
1.7.0.4




_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to