All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] vboxguestdrivers: update to fix build issues with 4.12+
@ 2017-08-29  3:09 Bruce Ashfield
  2017-08-29  5:07 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2017-08-29  3:09 UTC (permalink / raw)
  To: openembedded-devel

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'

Signed-off-by: Bruce Ashfield <bruce.ashfield@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] vboxguestdrivers: update to fix build issues with 4.12+
  2017-08-29  3:09 [meta-oe][PATCH] vboxguestdrivers: update to fix build issues with 4.12+ Bruce Ashfield
@ 2017-08-29  5:07 ` Khem Raj
  2017-08-29 12:27   ` Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2017-08-29  5:07 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: openembeded-devel

On Mon, Aug 28, 2017 at 8:09 PM, Bruce Ashfield
<bruce.ashfield@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/

> Signed-off-by: Bruce Ashfield <bruce.ashfield@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] vboxguestdrivers: update to fix build issues with 4.12+
  2017-08-29  5:07 ` Khem Raj
@ 2017-08-29 12:27   ` Bruce Ashfield
  0 siblings, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2017-08-29 12:27 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On 08/29/2017 01:07 AM, Khem Raj wrote:
> On Mon, Aug 28, 2017 at 8:09 PM, Bruce Ashfield
> <bruce.ashfield@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@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@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-29 12:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29  3:09 [meta-oe][PATCH] vboxguestdrivers: update to fix build issues with 4.12+ Bruce Ashfield
2017-08-29  5:07 ` Khem Raj
2017-08-29 12:27   ` Bruce Ashfield

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.