diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-24 16:18:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-28 09:38:24 +0100 |
commit | 7ec8dcfcef5b169c66c81d018551c96d9730e1aa (patch) | |
tree | d5971a6fcb0b48c2200ad5fb569452878aaa89ad | |
parent | 5dce3a34b040367e9fdadbd1eed928a5c82cb519 (diff) | |
download | poky-7ec8dcfcef5b169c66c81d018551c96d9730e1aa.tar.gz |
layer.conf: Add os-release to SIGGEN_EXCLUDERECIPES_ABISAFE
This rebuilds whenever DISTRO_VERSION changes (i.e. any commit is made)
and systemd depends upon it so lots of things end up rebuilding which
isn't necessary,
(From OE-Core rev: 002a2a9d977ed5b86138333c567d25616d38c60b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
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 f2bca0aa5b..65eb657fd9 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -45,6 +45,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | |||
45 | ca-certificates \ | 45 | ca-certificates \ |
46 | shared-mime-info \ | 46 | shared-mime-info \ |
47 | desktop-file-utils \ | 47 | desktop-file-utils \ |
48 | os-release \ | ||
48 | " | 49 | " |
49 | 50 | ||
50 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 51 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |