[OE-core] [PATCH 2/8] lttng-modules: update to 2.5.0

Martin Jansa martin.jansa at gmail.com
Fri Jul 25 13:21:58 UTC 2014


On Thu, Jul 24, 2014 at 04:41:48PM -0400, Bruce Ashfield wrote:
> During the uprev of the yocto kernel to 3.16, lttng-modules failed to build.
> To grab the latest stable content, we update to 2.5.0, and add two patches
> to also make it build against 3.16+.
> 
> We also drop the older 2.3.3 lttng-modules, since it is no longer required
> to support ARM builds.
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
> ---
>  ...compaction-instrumentation-to-3.16-kernel.patch | 83 ++++++++++++++++++++++
>  ...ate-vmscan-instrumentation-to-3.16-kernel.patch | 70 ++++++++++++++++++
>  meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb   | 36 ----------
>  ...tng-modules_2.4.1.bb => lttng-modules_2.5.0.bb} |  7 +-
>  4 files changed, 157 insertions(+), 39 deletions(-)
>  create mode 100644 meta/recipes-kernel/lttng/lttng-modules/Update-compaction-instrumentation-to-3.16-kernel.patch
>  create mode 100644 meta/recipes-kernel/lttng/lttng-modules/Update-vmscan-instrumentation-to-3.16-kernel.patch
>  delete mode 100644 meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
>  rename meta/recipes-kernel/lttng/{lttng-modules_2.4.1.bb => lttng-modules_2.5.0.bb} (85%)
> 

...

> diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.4.1.bb b/meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb
> similarity index 85%
> rename from meta/recipes-kernel/lttng/lttng-modules_2.4.1.bb
> rename to meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb
> index 5e05ffc69853..5a99a5adae8b 100644
> --- a/meta/recipes-kernel/lttng/lttng-modules_2.4.1.bb
> +++ b/meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb
> @@ -10,14 +10,15 @@ DEPENDS = "virtual/kernel"

Is the LICENSE = "LGPLv2.1 & GPLv2" correct?

git/LICENSE says:

* MIT-style license

These files are licensed under an MIT-style license. See mit-license.txt
for details.

lib/prio_heap/lttng_prio_heap.h
lib/prio_heap/lttng_prio_heap.c
lib/bitfield.h


>  
>  inherit module
>  
> -SRCREV = "a0383def517e3aebbbcebae61fe2bcfb50d31e71"
> -PV = "2.4.1"
> +SRCREV = "789fd1d06d07aeb9a403bdce1b3318560cfc6eca"
>  
>  # lttng currently blacklists arm with gcc-4.8
>  COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips).*-linux'
>  
> -SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.4 \
> +SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.5 \
>             file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \
> +           file://Update-compaction-instrumentation-to-3.16-kernel.patch \
> +           file://Update-vmscan-instrumentation-to-3.16-kernel.patch \
>             "
>  
>  export INSTALL_MOD_DIR="kernel/lttng-modules"
> -- 
> 1.8.1.2
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20140725/827966f7/attachment-0002.sig>


More information about the Openembedded-core mailing list