* [PATCH] libhugetlbfs: add support for armv7a
@ 2013-10-18 14:09 Anders Roxell
2013-10-28 8:26 ` Martin Jansa
2013-10-29 1:42 ` Khem Raj
0 siblings, 2 replies; 6+ messages in thread
From: Anders Roxell @ 2013-10-18 14:09 UTC (permalink / raw)
To: openembedded-devel; +Cc: linaro-networking, patches
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
index 24480c3..4f1bfa4 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
@@ -20,10 +20,16 @@ SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \
S = "${WORKDIR}/git"
-COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|aarch64).*-linux*"
+COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|arm|aarch64).*-linux*"
+python __anonymous() {
+ if base_contains('TARGET_ARCH', 'arm', True, False, d):
+ d.setVar('ARCH', 'armv7l')
+ else:
+ d.setVar('ARCH', d.getVar('TARGET_ARCH'))
+}
-EXTRA_OEMAKE = "'ARCH=${TARGET_ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' BUILDTYPE=NATIVEONLY ${LIBARGS}"
+EXTRA_OEMAKE = "'ARCH=${ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' BUILDTYPE=NATIVEONLY ${LIBARGS}"
CFLAGS += "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -g0"
TARGET_CC_ARCH += "${LDFLAGS}"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH] libhugetlbfs: add support for armv7a
2013-10-18 14:09 [PATCH] libhugetlbfs: add support for armv7a Anders Roxell
@ 2013-10-28 8:26 ` Martin Jansa
2013-11-07 16:03 ` Anders Roxell
2013-10-29 1:42 ` Khem Raj
1 sibling, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2013-10-28 8:26 UTC (permalink / raw)
To: openembedded-devel; +Cc: linaro-networking, patches
[-- Attachment #1: Type: text/plain, Size: 3101 bytes --]
On Fri, Oct 18, 2013 at 04:09:07PM +0200, Anders Roxell wrote:
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
> meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 10 ++++++++--
> 1 file changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
> index 24480c3..4f1bfa4 100644
> --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
> +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
> @@ -20,10 +20,16 @@ SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \
>
> S = "${WORKDIR}/git"
>
> -COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|aarch64).*-linux*"
> +COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|arm|aarch64).*-linux*"
>
> +python __anonymous() {
> + if base_contains('TARGET_ARCH', 'arm', True, False, d):
> + d.setVar('ARCH', 'armv7l')
> + else:
> + d.setVar('ARCH', d.getVar('TARGET_ARCH'))
> +}
>
> -EXTRA_OEMAKE = "'ARCH=${TARGET_ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' BUILDTYPE=NATIVEONLY ${LIBARGS}"
> +EXTRA_OEMAKE = "'ARCH=${ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' BUILDTYPE=NATIVEONLY ${LIBARGS}"
> CFLAGS += "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -g0"
>
> TARGET_CC_ARCH += "${LDFLAGS}"
It enables every arm* and fails for qemuarm:
|
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld:
error: zero_filesize_segment.ld: SECTIONS seen after other input files;
try -T/--script
| collect2: error: ld returned 1 exit status
| CC32 obj32/linkhuge.o
| LD32 (hugelink test) obj32/linkhuge
| CC32 obj32/linkhuge_nofd.o
| LD32 (hugelink test) obj32/linkhuge_nofd
| CC32 obj32/linkshare.o
| LD32 (hugelink test) obj32/linkshare
| CC32 obj32/linkhuge_rw.o
| LD32 (hugelink_rw test) obj32/linkhuge_rw
| arm-oe-linux-gnueabi-ld: error: cannot open text-segment=2097152: No
such file or directory
| arm-oe-linux-gnueabi-ld: fatal error: unable to parse script file
text-segment=2097152
| collect2: error: ld returned 1 exit status
| make[1]: *** [obj32/linkhuge_rw] Error 1
| make: *** [tests/all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/libhugetlbfs/git-r0/temp/log.do_compile.24357)
NOTE: recipe libhugetlbfs-git-r0: task do_compile: Failed
ERROR: Task 23498
(/home/jenkins/oe/shr-core-branches/shr-core/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb,
do_compile) failed with exit code '1'
> --
> 1.8.1.2
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] libhugetlbfs: add support for armv7a
2013-10-28 8:26 ` Martin Jansa
@ 2013-11-07 16:03 ` Anders Roxell
2013-11-08 11:29 ` Martin Jansa
0 siblings, 1 reply; 6+ messages in thread
From: Anders Roxell @ 2013-11-07 16:03 UTC (permalink / raw)
To: openembedded-devel; +Cc: linaro-networking, patches
On 2013-10-28 09:26, Martin Jansa wrote:
> On Fri, Oct 18, 2013 at 04:09:07PM +0200, Anders Roxell wrote:
> > Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> > ---
> > meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 10 ++++++++--
> > 1 file changed, 8 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
> > index 24480c3..4f1bfa4 100644
> > --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
> > +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
> > @@ -20,10 +20,16 @@ SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \
> >
> > S = "${WORKDIR}/git"
> >
> > -COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|aarch64).*-linux*"
> > +COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|arm|aarch64).*-linux*"
> >
> > +python __anonymous() {
> > + if base_contains('TARGET_ARCH', 'arm', True, False, d):
> > + d.setVar('ARCH', 'armv7l')
> > + else:
> > + d.setVar('ARCH', d.getVar('TARGET_ARCH'))
> > +}
> >
> > -EXTRA_OEMAKE = "'ARCH=${TARGET_ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' BUILDTYPE=NATIVEONLY ${LIBARGS}"
> > +EXTRA_OEMAKE = "'ARCH=${ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' BUILDTYPE=NATIVEONLY ${LIBARGS}"
> > CFLAGS += "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -g0"
> >
> > TARGET_CC_ARCH += "${LDFLAGS}"
>
> It enables every arm* and fails for qemuarm:
>
> |
> /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld:
> error: zero_filesize_segment.ld: SECTIONS seen after other input files;
> try -T/--script
> | collect2: error: ld returned 1 exit status
> | CC32 obj32/linkhuge.o
> | LD32 (hugelink test) obj32/linkhuge
> | CC32 obj32/linkhuge_nofd.o
> | LD32 (hugelink test) obj32/linkhuge_nofd
> | CC32 obj32/linkshare.o
> | LD32 (hugelink test) obj32/linkshare
> | CC32 obj32/linkhuge_rw.o
> | LD32 (hugelink_rw test) obj32/linkhuge_rw
> | arm-oe-linux-gnueabi-ld: error: cannot open text-segment=2097152: No
> such file or directory
> | arm-oe-linux-gnueabi-ld: fatal error: unable to parse script file
> text-segment=2097152
> | collect2: error: ld returned 1 exit status
> | make[1]: *** [obj32/linkhuge_rw] Error 1
> | make: *** [tests/all] Error 2
> | ERROR: oe_runmake failed
> | WARNING: exit code 1 from a shell command.
> | ERROR: Function failed: do_compile (log file is located at
> /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/libhugetlbfs/git-r0/temp/log.do_compile.24357)
> NOTE: recipe libhugetlbfs-git-r0: task do_compile: Failed
> ERROR: Task 23498
> (/home/jenkins/oe/shr-core-branches/shr-core/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb,
> do_compile) failed with exit code '1'
Hi,
I'm sorry for the late response!
How can I reproduce this error?
I tried to build libhugetlbfs for qemuarm and that worked for me...
Cheers,
Anders
>
>
> > --
> > 1.8.1.2
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] libhugetlbfs: add support for armv7a
2013-11-07 16:03 ` Anders Roxell
@ 2013-11-08 11:29 ` Martin Jansa
0 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2013-11-08 11:29 UTC (permalink / raw)
To: openembedded-devel; +Cc: linaro-networking, patches@linaro.org
I wasn't using anything special to reproduce it, my setup is described here
http://openembedded.org/wiki/Bitbake_World_Status
On Thu, Nov 7, 2013 at 5:03 PM, Anders Roxell <anders.roxell@linaro.org>wrote:
> On 2013-10-28 09:26, Martin Jansa wrote:
> > On Fri, Oct 18, 2013 at 04:09:07PM +0200, Anders Roxell wrote:
> > > Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> > > ---
> > > meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 10
> ++++++++--
> > > 1 file changed, 8 insertions(+), 2 deletions(-)
> > >
> > > diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/
> libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/
> libhugetlbfs_git.bb
> > > index 24480c3..4f1bfa4 100644
> > > --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
> > > +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
> > > @@ -20,10 +20,16 @@ SRC_URI = "git://
> git.code.sf.net/p/libhugetlbfs/code \
> > >
> > > S = "${WORKDIR}/git"
> > >
> > > -COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|aarch64).*-linux*"
> > > +COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|arm|aarch64).*-linux*"
> > >
> > > +python __anonymous() {
> > > + if base_contains('TARGET_ARCH', 'arm', True, False, d):
> > > + d.setVar('ARCH', 'armv7l')
> > > + else:
> > > + d.setVar('ARCH', d.getVar('TARGET_ARCH'))
> > > +}
> > >
> > > -EXTRA_OEMAKE = "'ARCH=${TARGET_ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}'
> BUILDTYPE=NATIVEONLY ${LIBARGS}"
> > > +EXTRA_OEMAKE = "'ARCH=${ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}'
> BUILDTYPE=NATIVEONLY ${LIBARGS}"
> > > CFLAGS += "-fexpensive-optimizations -frename-registers
> -fomit-frame-pointer -g0"
> > >
> > > TARGET_CC_ARCH += "${LDFLAGS}"
> >
> > It enables every arm* and fails for qemuarm:
> >
> > |
> >
> /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld:
> > error: zero_filesize_segment.ld: SECTIONS seen after other input files;
> > try -T/--script
> > | collect2: error: ld returned 1 exit status
> > | CC32 obj32/linkhuge.o
> > | LD32 (hugelink test) obj32/linkhuge
> > | CC32 obj32/linkhuge_nofd.o
> > | LD32 (hugelink test) obj32/linkhuge_nofd
> > | CC32 obj32/linkshare.o
> > | LD32 (hugelink test) obj32/linkshare
> > | CC32 obj32/linkhuge_rw.o
> > | LD32 (hugelink_rw test) obj32/linkhuge_rw
> > | arm-oe-linux-gnueabi-ld: error: cannot open text-segment=2097152: No
> > such file or directory
> > | arm-oe-linux-gnueabi-ld: fatal error: unable to parse script file
> > text-segment=2097152
> > | collect2: error: ld returned 1 exit status
> > | make[1]: *** [obj32/linkhuge_rw] Error 1
> > | make: *** [tests/all] Error 2
> > | ERROR: oe_runmake failed
> > | WARNING: exit code 1 from a shell command.
> > | ERROR: Function failed: do_compile (log file is located at
> >
> /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/libhugetlbfs/git-r0/temp/log.do_compile.24357)
> > NOTE: recipe libhugetlbfs-git-r0: task do_compile: Failed
> > ERROR: Task 23498
> >
> (/home/jenkins/oe/shr-core-branches/shr-core/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/
> libhugetlbfs_git.bb,
> > do_compile) failed with exit code '1'
> Hi,
>
> I'm sorry for the late response!
>
> How can I reproduce this error?
> I tried to build libhugetlbfs for qemuarm and that worked for me...
>
> Cheers,
> Anders
>
> >
> >
> > > --
> > > 1.8.1.2
> > >
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> > --
> > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>
>
>
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] libhugetlbfs: add support for armv7a
2013-10-18 14:09 [PATCH] libhugetlbfs: add support for armv7a Anders Roxell
2013-10-28 8:26 ` Martin Jansa
@ 2013-10-29 1:42 ` Khem Raj
2013-11-06 9:05 ` Anders Roxell
1 sibling, 1 reply; 6+ messages in thread
From: Khem Raj @ 2013-10-29 1:42 UTC (permalink / raw)
To: openembeded-devel; +Cc: linaro-networking, patches@linaro.org
On Fri, Oct 18, 2013 at 7:09 AM, Anders Roxell <anders.roxell@linaro.org> wrote:
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
> meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 10 ++++++++--
> 1 file changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
> index 24480c3..4f1bfa4 100644
> --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
> +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
> @@ -20,10 +20,16 @@ SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \
>
> S = "${WORKDIR}/git"
>
> -COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|aarch64).*-linux*"
> +COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|arm|aarch64).*-linux*"
>
> +python __anonymous() {
> + if base_contains('TARGET_ARCH', 'arm', True, False, d):
> + d.setVar('ARCH', 'armv7l')
> + else:
> + d.setVar('ARCH', d.getVar('TARGET_ARCH'))
> +}
instead of this fugly anon python you could do
ARCH_arm = "armv7l"
ARCH ?= "${TARGET_ARCH}"
and btw. we support ARM v4,v5,v6 architectures as well. It seems your
patch only cares about armv7,
and if this recipe only works for armv7+ then dont open the floodgates
for all kind of arm architectures.
>
> -EXTRA_OEMAKE = "'ARCH=${TARGET_ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' BUILDTYPE=NATIVEONLY ${LIBARGS}"
> +EXTRA_OEMAKE = "'ARCH=${ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' BUILDTYPE=NATIVEONLY ${LIBARGS}"
> CFLAGS += "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -g0"
>
> TARGET_CC_ARCH += "${LDFLAGS}"
> --
> 1.8.1.2
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] libhugetlbfs: add support for armv7a
2013-10-29 1:42 ` Khem Raj
@ 2013-11-06 9:05 ` Anders Roxell
0 siblings, 0 replies; 6+ messages in thread
From: Anders Roxell @ 2013-11-06 9:05 UTC (permalink / raw)
To: openembedded-devel; +Cc: linaro-networking, patches@linaro.org
On 2013-10-28 18:42, Khem Raj wrote:
> On Fri, Oct 18, 2013 at 7:09 AM, Anders Roxell <anders.roxell@linaro.org> wrote:
> > Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> > ---
> > meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 10 ++++++++--
> > 1 file changed, 8 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
> > index 24480c3..4f1bfa4 100644
> > --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
> > +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
> > @@ -20,10 +20,16 @@ SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \
> >
> > S = "${WORKDIR}/git"
> >
> > -COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|aarch64).*-linux*"
> > +COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|arm|aarch64).*-linux*"
> >
> > +python __anonymous() {
> > + if base_contains('TARGET_ARCH', 'arm', True, False, d):
> > + d.setVar('ARCH', 'armv7l')
> > + else:
> > + d.setVar('ARCH', d.getVar('TARGET_ARCH'))
> > +}
I'm sorry for the late response.
>
> instead of this fugly anon python you could do
>
> ARCH_arm = "armv7l"
> ARCH ?= "${TARGET_ARCH}"
Much better, thanks!
>
> and btw. we support ARM v4,v5,v6 architectures as well. It seems your
> patch only cares about armv7,
> and if this recipe only works for armv7+ then dont open the floodgates
> for all kind of arm architectures.
Agree.
Will send out patch v2.
Cheers,
Anders
>
> >
> > -EXTRA_OEMAKE = "'ARCH=${TARGET_ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' BUILDTYPE=NATIVEONLY ${LIBARGS}"
> > +EXTRA_OEMAKE = "'ARCH=${ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' BUILDTYPE=NATIVEONLY ${LIBARGS}"
> > CFLAGS += "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -g0"
> >
> > TARGET_CC_ARCH += "${LDFLAGS}"
> > --
> > 1.8.1.2
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-11-08 11:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-18 14:09 [PATCH] libhugetlbfs: add support for armv7a Anders Roxell
2013-10-28 8:26 ` Martin Jansa
2013-11-07 16:03 ` Anders Roxell
2013-11-08 11:29 ` Martin Jansa
2013-10-29 1:42 ` Khem Raj
2013-11-06 9:05 ` Anders Roxell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.