On Wed, Apr 1, 2015 at 7:23 PM, Gary S. Robertson <[email protected]> wrote: > COMPATIBLE_HOST included support for x86_64 but not for > 32-bit x86 architectures - added i586 arch name to cover qemux86, etc. > > Upstream-Status: Inappropriate - OE recipe change only
This field is used in patch files, not commit log of the Git changes. Drop this. > Signed-off-by: Gary S. Robertson <[email protected]> > --- > meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb > b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb > index 4ce6a19..6fe5dce 100644 > --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb > +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb > @@ -24,7 +24,7 @@ SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \ > > S = "${WORKDIR}/git" > > -COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|aarch64|arm).*-linux*" > +COMPATIBLE_HOST = "(i586|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*" > > LIBARGS = "LIB32=${baselib} LIB64=${baselib}" > LIBHUGETLBFS_ARCH = "${TARGET_ARCH}" > -- > 1.9.1 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
