diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-30 14:51:53 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-01 07:43:36 +0100 |
| commit | a0435bfe38e584068b7f85a979492d4c6f2c4679 (patch) | |
| tree | 0e9a36315470f9aacce30abfd8036b6c014ef9f8 | |
| parent | f4a891717ee3a37814039b777061acdcc962bac9 (diff) | |
| download | poky-a0435bfe38e584068b7f85a979492d4c6f2c4679.tar.gz | |
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.
(From OE-Core rev: 0898361e4ca4b0c00d0470d130d24802f66c1064)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 += " \ | |||
| 54 | font-alias->font-util \ | 54 | font-alias->font-util \ |
| 55 | weston-init->weston \ | 55 | weston-init->weston \ |
| 56 | weston-init->kbd \ | 56 | weston-init->kbd \ |
| 57 | oprofile->virtual/kernel \ | ||
| 57 | " | 58 | " |
| 58 | 59 | ||
