Re: [linux-yocto] [kernel-cache][master/yocto-5.10][PATCH] qemu-ppc64: Remove SYSVIPC_COMPAT and VMXNET3

2021-03-21 Thread Bruce Ashfield
On Sun, Mar 21, 2021 at 9:57 PM Khem Raj wrote: > > On Sun, Mar 21, 2021 at 6:43 PM Bruce Ashfield > wrote: > > > > On Sun, Mar 21, 2021 at 9:42 PM Khem Raj wrote: > > > > > > All warnings seems to fixed !! its on to do_compile now, so all seem to > > > work > > > > > > > Mine seemed to work

Re: [linux-yocto] [kernel-cache][master/yocto-5.10][PATCH] qemu-ppc64: Remove SYSVIPC_COMPAT and VMXNET3

2021-03-21 Thread Khem Raj
On Sun, Mar 21, 2021 at 6:43 PM Bruce Ashfield wrote: > > On Sun, Mar 21, 2021 at 9:42 PM Khem Raj wrote: > > > > All warnings seems to fixed !! its on to do_compile now, so all seem to work > > > > Mine seemed to work as well, so I sent the SRCREV bump to OE core just > now. There's no > need

Re: [linux-yocto] [kernel-cache][master/yocto-5.10][PATCH] qemu-ppc64: Remove SYSVIPC_COMPAT and VMXNET3

2021-03-21 Thread Bruce Ashfield
On Sun, Mar 21, 2021 at 9:42 PM Khem Raj wrote: > > All warnings seems to fixed !! its on to do_compile now, so all seem to work > Mine seemed to work as well, so I sent the SRCREV bump to OE core just now. There's no need to wait on it, since we know it is definitely better :D If there are

Re: [linux-yocto] [kernel-cache][master/yocto-5.10][PATCH] qemu-ppc64: Remove SYSVIPC_COMPAT and VMXNET3

2021-03-21 Thread Khem Raj
All warnings seems to fixed !! its on to do_compile now, so all seem to work On Sun, Mar 21, 2021 at 6:39 PM Khem Raj wrote: > > you changes are more complete then mine, thanks for taking care of > this. I am testing latest tip now > > diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb

Re: [linux-yocto] [kernel-cache][master/yocto-5.10][PATCH] qemu-ppc64: Remove SYSVIPC_COMPAT and VMXNET3

2021-03-21 Thread Khem Raj
you changes are more complete then mine, thanks for taking care of this. I am testing latest tip now diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index 9c122832f4..ae4eea0096 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb

Re: [linux-yocto] [kernel-cache][master/yocto-5.10][PATCH] qemu-ppc64: Remove SYSVIPC_COMPAT and VMXNET3

2021-03-21 Thread Khem Raj
oh cool thanks :) On Sun, Mar 21, 2021 at 6:34 PM Bruce Ashfield wrote: > > Heh. > > If you check the kernel-cache, I just made the same changes (with one > additional): > > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-cache/commit/?id=3f21857300e44105375dafefaa0a6c4be657560c > > So

Re: [linux-yocto] [kernel-cache][master/yocto-5.10][PATCH] qemu-ppc64: Remove SYSVIPC_COMPAT and VMXNET3

2021-03-21 Thread Bruce Ashfield
Heh. If you check the kernel-cache, I just made the same changes (with one additional): https://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-cache/commit/?id=3f21857300e44105375dafefaa0a6c4be657560c So we are in sync! Bruce On Sun, Mar 21, 2021 at 9:31 PM Khem Raj wrote: > > These options

[linux-yocto] [kernel-cache][master/yocto-5.10][PATCH] qemu-ppc64: Remove SYSVIPC_COMPAT and VMXNET3

2021-03-21 Thread Khem Raj
These options end up with 'n' in qemuppc64 anyway Signed-off-by: Khem Raj Cc: Bruce Ashfield --- bsp/qemu-ppc64/qemu-ppc64.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/bsp/qemu-ppc64/qemu-ppc64.cfg b/bsp/qemu-ppc64/qemu-ppc64.cfg index 68912490..402b04ec 100644 ---