[meta-virtualization] [PATCH] xen.inc: fix ordering of stubs task

Bruce Ashfield bruce.ashfield at gmail.com
Wed Feb 24 08:04:49 PST 2016


Someone was pinging me about cherry-picking a patch to Jethro, but I can't
find any trace of that email any more.

I can't even remember 100% who it was, but this patch rings a bell.

Does anyone know of this, or other Xen patches that should also be pulled
into
the jethro branch ?

Bruce

On Wed, Feb 17, 2016 at 11:26 PM, Bruce Ashfield <bruce.ashfield at gmail.com>
wrote:

> merged.
>
> Bruce
>
> On Fri, Feb 12, 2016 at 10:34 AM, Chris Patterson <cjp256 at gmail.com>
> wrote:
>
>> Placing the stubs function between patch and configure steps
>> breaks because it has dependencies which are not guranteed
>> until the configure step.
>>
>> Build error:
>> "fatal error: gnu/stubs-32.h: No such file or directory"
>>
>> This patch simply moves the step between configure and compile
>> to resolve the dependency issue.
>>
>> Reported-by: Machon Gregory <mbgrego at tycho.nsa.gov>
>> Signed-off-by: Chris Patterson <cjp256 at gmail.com>
>> ---
>>  recipes-extended/xen/xen.inc |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
>> index 5555ed3..d35bc3f 100644
>> --- a/recipes-extended/xen/xen.inc
>> +++ b/recipes-extended/xen/xen.inc
>> @@ -782,7 +782,7 @@ do_stubs() {
>>      fi
>>  }
>>
>> -addtask stubs after do_patch before do_configure
>> +addtask stubs after do_configure before do_compile
>>
>>  do_configure() {
>>
>> --
>> 1.7.10.4
>>
>> --
>> _______________________________________________
>> meta-virtualization mailing list
>> meta-virtualization at yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>>
>
>
>
> --
> "Thou shalt not follow the NULL pointer, for chaos and madness await thee
> at its end"
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20160224/526c442e/attachment.html>


More information about the meta-virtualization mailing list