[oe] [meta-oe][PATCH] vboxguestdrivers: update to fix build issues with 4.12+

Bruce Ashfield bruce.ashfield at windriver.com
Tue Aug 29 12:27:47 UTC 2017


On 08/29/2017 01:07 AM, Khem Raj wrote:
> On Mon, Aug 28, 2017 at 8:09 PM, Bruce Ashfield
> <bruce.ashfield at windriver.com> wrote:
>> Bumping the version to 5.1.26 fixes the build issues with
>> the 4.12+ kernel (and headers).
>>
>> i.e.:
>>
>>   tmp/work-shared/qemux86-64/kernel-source/arch/x86/include/asm/atomic.h:
>>   In function 'atomic_try_cmpxchg':
>>   |
>>   tmp/work-shared/qemux86-64/kernel-source/arch/x86/include/asm/atomic.h:192:2:
>>   error: undefined named operand 'new'
>>   |   return try_cmpxchg(&v->counter, old, new);
>>   |   ^~~~~~
>>   |
>>   tmp/work-shared/qemux86-64/kernel-source/arch/x86/include/asm/atomic.h:192:2:
>>   error: undefined named operand 'new'
>>   |
>>   tmp/work-shared/qemux86-64/kernel-source/arch/x86/include/asm/atomic.h:192:2:
>>   error: undefined named operand 'new'
>>   |
>>   tmp/work-shared/qemux86-64/kernel-source/arch/x86/include/asm/atomic.h:192:2:
>>   error: undefined named operand 'new'
>>
> 
> fixed with
> https://patchwork.openembedded.org/patch/143347/

Hah. I see the series you sent now. Sorry for the extra noise!

Bruce

> 
>> Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
>> ---
>>   .../{vboxguestdrivers_5.1.18.bb => vboxguestdrivers_5.1.26.bb}        | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>   rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_5.1.18.bb => vboxguestdrivers_5.1.26.bb} (93%)
>>
>> diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.18.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.26.bb
>> similarity index 93%
>> rename from meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.18.bb
>> rename to meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.26.bb
>> index 4085b9fc7339..fdefe03172d2 100644
>> --- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.18.bb
>> +++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.26.bb
>> @@ -14,8 +14,8 @@ VBOX_NAME = "VirtualBox-${PV}"
>>   SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 \
>>              file://Makefile.utils \
>>   "
>> -SRC_URI[md5sum] = "1a7db64cd69ba6d39574fb333e031251"
>> -SRC_URI[sha256sum] = "7ed0959bbbd02826b86b3d5dc8348931ddfab267c31f8ed36ee53c12f5522cd9"
>> +SRC_URI[md5sum] = "d3aec8190c649d7e0d92ba374779dfe3"
>> +SRC_URI[sha256sum] = "b5715035e681a11ef1475f83f9503d34a00f0276b89c572eebec363dda80c8a9"
>>
>>   S = "${WORKDIR}/vbox_module"
>>
>> --
>> 2.5.0
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list