diff options
| author | Joshua Watt <jpewhacker@gmail.com> | 2018-02-27 16:47:53 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-01 22:13:56 +0000 |
| commit | 4118603777ca24be0982bb0893d4902d239ca2a4 (patch) | |
| tree | d41554863160bc74941bfd2e873f8c591f0a5575 /meta/conf | |
| parent | c3582d36697cd6bdf2749ea7c8335a45160a279a (diff) | |
| download | poky-4118603777ca24be0982bb0893d4902d239ca2a4.tar.gz | |
sstatesig: Move hardcoded native tools
Now that SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS supports the wildcard syntax,
these exclusions no longer need to be hardcoded
(From OE-Core rev: 891ca3c891f2ed5476442442bd9784ba10b9a94d)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | meta/conf/layer.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 67820588d3..df67716a2f 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
| @@ -44,6 +44,11 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | |||
| 44 | " | 44 | " |
| 45 | 45 | ||
| 46 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 46 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
| 47 | *->quilt-native \ | ||
| 48 | *->subversion-native \ | ||
| 49 | *->git-native \ | ||
| 50 | *->ccache-native \ | ||
| 51 | *->icecc-create-env-native \ | ||
| 47 | gcc-cross-${TARGET_ARCH}->virtual/${TARGET_PREFIX}libc-for-gcc \ | 52 | gcc-cross-${TARGET_ARCH}->virtual/${TARGET_PREFIX}libc-for-gcc \ |
| 48 | gcc-cross-${TARGET_ARCH}->linux-libc-headers \ | 53 | gcc-cross-${TARGET_ARCH}->linux-libc-headers \ |
| 49 | ppp-dialin->ppp \ | 54 | ppp-dialin->ppp \ |
