From 0898361e4ca4b0c00d0470d130d24802f66c1064 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 30 Sep 2015 14:51:53 +0100 Subject: 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 --- meta/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 1a2f4d550a..9773632256 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 \ " -- cgit 1.2.3-korg