Re: [OE-core] [PATCH 0/4] linux-yocto: kernel version updates

2017-03-03 Thread Burton, Ross
On 3 March 2017 at 14:41, Burton, Ross  wrote:

> This appears to be causing cryptodev-module to fail:
> http://errors.yoctoproject.org/Errors/Details/134637/
>
> TOPDIR/tmp/work/qemux86_64-poky-linux/cryptodev-module/1.
> 8-r0/cryptodev-linux-1.8/zc.c:63:8: error: too few arguments to function
> 'get_user_pages_remote'
>   ret = get_user_pages_remote(
> ^
>

Never mind, found a fix upstream and sent a patch.

Ross
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/4] linux-yocto: kernel version updates

2017-03-03 Thread Burton, Ross
Hi Bruce,

On 27 February 2017 at 03:10, Bruce Ashfield 
wrote:
> Here is the latest updates to the linux-yocto kernel versions, and
represents
> the versions that we'd like to be included in the upcoming release.

This appears to be causing cryptodev-module to fail:
http://errors.yoctoproject.org/Errors/Details/134637/

TOPDIR/tmp/work/qemux86_64-poky-linux/cryptodev-module/1.8-r0/cryptodev-linux-1.8/zc.c:63:8:
error: too few arguments to function 'get_user_pages_remote'
  ret = get_user_pages_remote(
^

Ross
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/4] linux-yocto: kernel version updates

2017-02-26 Thread Bruce Ashfield
Hi all,

Here is the latest updates to the linux-yocto kernel versions, and represents
the versions that we'd like to be included in the upcoming release.

Those versions are:

 - 4.1:  LTSI
 - 4.9:  LTS
 - 4.10: 'latest'

I've also updated the linux-libc-headers to 4.10 to match.

I built and booted this kernel and libc-headers update against qemu (all
arches, all word sizes) and I also built the same images against musl as
the c library.

After working through some issues (config and tools), everything now looks
clean and I didn't pick up any issues.

NOTES:

 - this series needs the latest lttng 2.9.x -stable release, which was
   posted to oe-core on Sunday February 26th.

 - I'll send follow up patches to poky/yocto-bsps to update the bbapends
   and kernels there.

 - You'll note that I'm not dropping the 4.8 recipes in this series, since
   there are still reference BSPs that indicate it as the preferred
   version. I need to get the reference BSP maintainers to bump the versions
   and then I'll drop 4.9.

 - As in the past, if folks are concerned about the amount of space the
   linux-yocto versions are taking up, we can investigate shallow clones, or
   I can do a versioned branching structure. Either of those options can be
   done after this version bump is in-tree, since it is a separate topic.

 - I'll also be sending -stable updates for 4.1, 4.9 and 4.10 separately
   in the next few days.

Cheers,

Bruce

The following changes since commit 3c83b56309ab419f8cda72c0711479f60f61439a:

  bitbake: fetch2/svn: change 'rsh' parameter to 'ssh' (2017-02-23 12:50:17 
-0800)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib zedd/kernel
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (4):
  linux-yocto: introduce 4.10 recipes
  libc-headers: introduce 4.10 and set as default
  linux-yocto-dev: add virtio fragment for virtio targets
  linux-yocto: drop 4.4 recipes

 meta/conf/distro/include/tcmode-default.inc|  2 +-
 ...c-headers_4.9.bb => linux-libc-headers_4.10.bb} |  4 ++--
 meta/recipes-kernel/linux/linux-yocto-dev.bb   |  2 ++
 ...inux-yocto-rt_4.4.bb => linux-yocto-rt_4.10.bb} | 12 +-
 ...-yocto-tiny_4.4.bb => linux-yocto-tiny_4.10.bb} | 12 +-
 .../{linux-yocto_4.4.bb => linux-yocto_4.10.bb}| 26 --
 6 files changed, 33 insertions(+), 25 deletions(-)
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_4.9.bb => 
linux-libc-headers_4.10.bb} (66%)
 rename meta/recipes-kernel/linux/{linux-yocto-rt_4.4.bb => 
linux-yocto-rt_4.10.bb} (77%)
 rename meta/recipes-kernel/linux/{linux-yocto-tiny_4.4.bb => 
linux-yocto-tiny_4.10.bb} (52%)
 rename meta/recipes-kernel/linux/{linux-yocto_4.4.bb => linux-yocto_4.10.bb} 
(56%)

-- 
2.5.0

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core