From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 6813F606BF for ; Thu, 21 Apr 2016 01:01:28 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id u3L117tl020437 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 20 Apr 2016 18:01:08 -0700 (PDT) Received: from [128.224.162.236] (128.224.162.236) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.248.2; Wed, 20 Apr 2016 18:01:07 -0700 To: "Burton, Ross" References: From: Robert Yang Message-ID: <57182651.9050202@windriver.com> Date: Thu, 21 Apr 2016 09:01:05 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Cc: OE-core Subject: Re: [PATCH 2/2] grub_git: set COMPATIBLE_HOST_armv7a to null X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2016 01:01:30 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit On 04/21/2016 04:37 AM, Burton, Ross wrote: > Andre's comment from the last time you submitted this is still valid: > > Unless you have verified that armv4, armv5, armv6 and armv7ve all work > correctly then blacklisting only armv7a is probably not the correct > approach. > > > Have you tested all the other architectures? No, I will have a try. // Robert > > Ross > > On 18 April 2016 at 10:29, Robert Yang > wrote: > > It doesn't work with armv7a: > | build-grub-module-verifier: error: unsupported relocation 0x2b. > | make[3]: *** [reboot.mod] Error 1 > | make[3]: *** Waiting for unfinished jobs.... > | build-grub-module-verifier: error: unsupported relocation 0x2b. > | build-grub-module-verifier: error: unsupported relocation 0x2b. > | make[3]: *** [halt.mod] Error 1 > | make[3]: *** [cat.mod] Error 1 > | build-grub-module-verifier: error: unsupported relocation 0x2b. > | build-grub-module-verifier: error: unsupported relocation 0x2b. > | build-grub-module-verifier: error: unsupported relocation 0x2b. > | make[3]: *** [disk.mod] Error 1 > | make[3]: *** [gptsync.mod] Error 1 > | make[3]: *** [eval.mod] Error 1 > | build-grub-module-verifier: error:build-grub-module-verifier: error: > unsupported relocation 0x2bunsupported relocation 0x2b. > > Signed-off-by: Robert Yang > > --- > meta/recipes-bsp/grub/grub_git.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-bsp/grub/grub_git.bb > b/meta/recipes-bsp/grub/grub_git.bb > index 6919c9a..8f8c5ed 100644 > --- a/meta/recipes-bsp/grub/grub_git.bb > +++ b/meta/recipes-bsp/grub/grub_git.bb > @@ -18,6 +18,7 @@ SRC_URI = "git://git.savannah.gnu.org/grub.git > \ > S = "${WORKDIR}/git" > > COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' > +COMPATIBLE_HOST_armv7a = 'null' > > inherit autotools gettext texinfo > > -- > 2.8.0 > > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > > http://lists.openembedded.org/mailman/listinfo/openembedded-core > >