diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-25 17:58:12 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-30 12:03:13 +0000 |
| commit | eca2b438bc948adb04b9ff5fe104e8b7ec582aec (patch) | |
| tree | 90969dbb69d9ce6eb6fade3b22a6a61dcf00bcab | |
| parent | 2d569edae29631d96202b363b90cbdace4cb9a7f (diff) | |
| download | poky-eca2b438bc948adb04b9ff5fe104e8b7ec582aec.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: 0d07fd7496c1f86538341eac43753f031583e2c4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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 de96548bd2..047292d767 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
| @@ -43,5 +43,15 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
| 43 | gcc-cross-${TARGET_ARCH}->musl \ | 43 | gcc-cross-${TARGET_ARCH}->musl \ |
| 44 | gcc-cross-${TARGET_ARCH}->uclibc \ | 44 | gcc-cross-${TARGET_ARCH}->uclibc \ |
| 45 | gcc-cross-${TARGET_ARCH}->linux-libc-headers \ | 45 | gcc-cross-${TARGET_ARCH}->linux-libc-headers \ |
| 46 | ppp-dialin->ppp \ | ||
| 47 | resolvconf->bash \ | ||
| 48 | docbook-xsl-stylesheets->perl \ | ||
| 49 | initramfs-framework->busybox \ | ||
| 50 | initramfs-framework->systemd \ | ||
| 51 | liberation-fonts->fontconfig \ | ||
| 52 | gnome-icon-theme->librsvg \ | ||
| 53 | font-alias->font-util \ | ||
| 54 | weston-init->weston \ | ||
| 55 | weston-init->kbd \ | ||
| 46 | " | 56 | " |
| 47 | 57 | ||
