| Submitter | Steffen Sledz |
|---|---|
| Date | Sept. 9, 2011, 3:22 p.m. |
| Message ID | <1315581753-7944-1-git-send-email-sledz@dresearch-fe.de> |
| Download | mbox | patch |
| Permalink | /patch/11273/ |
| State | Superseded |
| Headers | show |
Comments
On 09.09.2011 17:22, Steffen Sledz wrote: > This patch is similar to the one in linux-libc-headers 2.6.23. No NACKs? Then i'll push this patch tomorrow to oe-dev master. > Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> > --- > .../arm-hwcap-add-new-entries.patch | 21 ++++++++++++++++++++ > .../linux-libc-headers_2.6.24.bb | 6 +++- > 2 files changed, 25 insertions(+), 2 deletions(-) > create mode 100644 recipes/linux-libc-headers/linux-libc-headers-2.6.24/arm-hwcap-add-new-entries.patch > > diff --git a/recipes/linux-libc-headers/linux-libc-headers-2.6.24/arm-hwcap-add-new-entries.patch b/recipes/linux-libc-headers/linux-libc-headers-2.6.24/arm-hwcap-add-new-entries.patch > new file mode 100644 > index 0000000..6975317 > --- /dev/null > +++ b/recipes/linux-libc-headers/linux-libc-headers-2.6.24/arm-hwcap-add-new-entries.patch > @@ -0,0 +1,21 @@ > +--- > + include/asm-arm/hwcap.h | 4 ++++ > + 1 file changed, 4 insertions(+) > + > +--- linux-2.6.24.orig/include/asm-arm/hwcap.h > ++++ linux-2.6.24/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.24.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.24.bb > index 148d03f..e321351 100644 > --- a/recipes/linux-libc-headers/linux-libc-headers_2.6.24.bb > +++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.24.bb > @@ -2,16 +2,18 @@ require linux-libc-headers.inc > > INHIBIT_DEFAULT_DEPS = "1" > DEPENDS += "unifdef-native" > -PR = "r7" > +PR = "r8" > > SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ > file://procinfo.h \ > file://export_falloc_h.patch \ > file://make-3.82.patch \ > - file://unifdef.patch" > + file://unifdef.patch \ > + file://arm-hwcap-add-new-entries.patch" > > SRC_URI_append_hipox = " \ > file://siocoutqsnd.patch \ > + file://drbcc-linedisc.patch \ > " > > S = "${WORKDIR}/linux-${PV}"
Am Montag, den 12.09.2011, 16:58 +0200 schrieb Steffen Sledz: > On 09.09.2011 17:22, Steffen Sledz wrote: > > This patch is similar to the one in linux-libc-headers 2.6.23. > > No NACKs? Then i'll push this patch tomorrow to oe-dev master. To make acking easier, it would be nice to have more information in the commit message. 1. Reference or URL to the ID of the commit to 2.6.23. 2. What is the addition used for? 3. Has it been tested? How? Otherwise the list seems to be pretty calm recently. I do not know how it could be revived. Thanks, Paul
W dniu 12.09.2011 16:58, Steffen Sledz pisze: > SRC_URI_append_hipox = " \ >> file://siocoutqsnd.patch \ >> + file://drbcc-linedisc.patch \ >> " >> This got added... so NACK.
Patch
diff --git a/recipes/linux-libc-headers/linux-libc-headers-2.6.24/arm-hwcap-add-new-entries.patch b/recipes/linux-libc-headers/linux-libc-headers-2.6.24/arm-hwcap-add-new-entries.patch new file mode 100644 index 0000000..6975317 --- /dev/null +++ b/recipes/linux-libc-headers/linux-libc-headers-2.6.24/arm-hwcap-add-new-entries.patch @@ -0,0 +1,21 @@ +--- + include/asm-arm/hwcap.h | 4 ++++ + 1 file changed, 4 insertions(+) + +--- linux-2.6.24.orig/include/asm-arm/hwcap.h ++++ linux-2.6.24/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.24.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.24.bb index 148d03f..e321351 100644 --- a/recipes/linux-libc-headers/linux-libc-headers_2.6.24.bb +++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.24.bb @@ -2,16 +2,18 @@ require linux-libc-headers.inc INHIBIT_DEFAULT_DEPS = "1" DEPENDS += "unifdef-native" -PR = "r7" +PR = "r8" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://procinfo.h \ file://export_falloc_h.patch \ file://make-3.82.patch \ - file://unifdef.patch" + file://unifdef.patch \ + file://arm-hwcap-add-new-entries.patch" SRC_URI_append_hipox = " \ file://siocoutqsnd.patch \ + file://drbcc-linedisc.patch \ " S = "${WORKDIR}/linux-${PV}"
This patch is similar to the one in linux-libc-headers 2.6.23. Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> --- .../arm-hwcap-add-new-entries.patch | 21 ++++++++++++++++++++ .../linux-libc-headers_2.6.24.bb | 6 +++- 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 recipes/linux-libc-headers/linux-libc-headers-2.6.24/arm-hwcap-add-new-entries.patch