diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-25 17:58:12 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-30 12:36:02 +0100 |
| commit | 4e02e5b9fe84c7b64bb431457aa1f03e11478b21 (patch) | |
| tree | 0f696b23be89c389b6a3f49c05fd8e9833f7c02c | |
| parent | 66b7dfb73d19f2985f5d755fa30b5a15cbd5b7df (diff) | |
| download | poky-4e02e5b9fe84c7b64bb431457aa1f03e11478b21.tar.gz | |
layer.conf: Add several allarch dependency exclusions
These are dependencies that our allarch packages have in OE-Core that cause
those allarch packages to rebuild every time MACHINE changes.
With these changes, OE-Core allarch packages all have a common sstate
signatures and no longer rebuild.
(From OE-Core rev: 63bff90fa4fb4a95e8c79f9f8e5dd90ae1dfc69d)
(From OE-Core rev: 0b5e868d160faca041cda42b670066facd4db531)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/layer.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 56fc7ce59e..196a66c000 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
| @@ -45,5 +45,15 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
| 45 | gcc-cross-${TARGET_ARCH}->musl \ | 45 | gcc-cross-${TARGET_ARCH}->musl \ |
| 46 | gcc-cross-${TARGET_ARCH}->uclibc \ | 46 | gcc-cross-${TARGET_ARCH}->uclibc \ |
| 47 | gcc-cross-${TARGET_ARCH}->linux-libc-headers \ | 47 | gcc-cross-${TARGET_ARCH}->linux-libc-headers \ |
| 48 | ppp-dialin->ppp \ | ||
| 49 | resolvconf->bash \ | ||
| 50 | docbook-xsl-stylesheets->perl \ | ||
| 51 | initramfs-framework->busybox \ | ||
| 52 | initramfs-framework->systemd \ | ||
| 53 | liberation-fonts->fontconfig \ | ||
| 54 | gnome-icon-theme->librsvg \ | ||
| 55 | font-alias->font-util \ | ||
| 56 | weston-init->weston \ | ||
| 57 | weston-init->kbd \ | ||
| 48 | " | 58 | " |
| 49 | 59 | ||
