]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Add SIGGEN exclusion for oprofile kernel dependency
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Sep 2015 13:51:53 +0000 (14:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Oct 2015 06:40:35 +0000 (07:40 +0100)
The oprofile kernel dependency is a simple RRECOMMENDS, it therefore
doesn't have any interface constraints and doesn't need to rebuild
every time the kernel changes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/layer.conf

index 1a2f4d550a89ad85152ae41acfa4714954c004c5..9773632256f0680bf6a8124088bb54b1b4f8db13 100644 (file)
@@ -54,5 +54,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   font-alias->font-util \
   weston-init->weston \
   weston-init->kbd \
+  oprofile->virtual/kernel \
 "