From: Richard Purdie Date: Wed, 30 Sep 2015 13:51:53 +0000 (+0100) Subject: layer.conf: Add SIGGEN exclusion for oprofile kernel dependency X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28702 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0898361e4ca4b0c00d0470d130d24802f66c1064;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git layer.conf: Add SIGGEN exclusion for oprofile kernel dependency 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 --- diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 1a2f4d550a8..9773632256f 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -54,5 +54,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ font-alias->font-util \ weston-init->weston \ weston-init->kbd \ + oprofile->virtual/kernel \ "