From 61f5562730d5984f7f98d70f36422a55825adaf0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 25 Aug 2015 17:58:12 +0100 Subject: 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 master rev: 0b5e868d160faca041cda42b670066facd4db531) (From OE-Core rev: 4e69cfb612520f3413be3e2a075d943a9e7c8df1) Signed-off-by: Richard Purdie Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 573579aca6..488037165d 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -45,5 +45,15 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ gcc-cross-${TARGET_ARCH}->musl \ gcc-cross-${TARGET_ARCH}->uclibc \ gcc-cross-${TARGET_ARCH}->linux-libc-headers \ + ppp-dialin->ppp \ + resolvconf->bash \ + docbook-xsl-stylesheets->perl \ + initramfs-framework->busybox \ + initramfs-framework->systemd \ + liberation-fonts->fontconfig \ + gnome-icon-theme->librsvg \ + font-alias->font-util \ + weston-init->weston \ + weston-init->kbd \ " -- cgit v1.2.3-54-g00ecf