commit | 841d27887d658b61e456054bcc6c1c8009552d16 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jun 25 09:06:33 2018 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jun 25 16:05:24 2018 -0400 |
tree | a726832a411778fb70bbb5cff3dad06d3118792b | |
parent | d3f9e96a30ce16074902adfe742ca500ab6a5b86 [diff] |
witherspoon: Move systemd to recipes-core Technically bitbake does not care where bbappends live but the universal norm is to put bbappend files in the same directory as the base recipe. Update to match meta-witherspoon and oe-core. Tested: Booted QEMU witherspoon image to shell Change-Id: I9b06de644ae414f76c2b8f390a6d32fe1e3e55d2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-witherspoon/recipes-phosphor/systemd/systemd/journald-size-policy.conf b/meta-witherspoon/recipes-core/systemd/journald-size-policy.conf similarity index 100% rename from meta-witherspoon/recipes-phosphor/systemd/systemd/journald-size-policy.conf rename to meta-witherspoon/recipes-core/systemd/journald-size-policy.conf
diff --git a/meta-witherspoon/recipes-phosphor/systemd/systemd/journald-storage-policy.conf b/meta-witherspoon/recipes-core/systemd/journald-storage-policy.conf similarity index 100% rename from meta-witherspoon/recipes-phosphor/systemd/systemd/journald-storage-policy.conf rename to meta-witherspoon/recipes-core/systemd/journald-storage-policy.conf
diff --git a/meta-witherspoon/recipes-phosphor/systemd/systemd/systemd-journald-override.conf b/meta-witherspoon/recipes-core/systemd/systemd-journald-override.conf similarity index 100% rename from meta-witherspoon/recipes-phosphor/systemd/systemd/systemd-journald-override.conf rename to meta-witherspoon/recipes-core/systemd/systemd-journald-override.conf
diff --git a/meta-witherspoon/recipes-phosphor/systemd/systemd_%.bbappend b/meta-witherspoon/recipes-core/systemd_%.bbappend similarity index 100% rename from meta-witherspoon/recipes-phosphor/systemd/systemd_%.bbappend rename to meta-witherspoon/recipes-core/systemd_%.bbappend
diff --git a/meta-witherspoon/recipes.txt b/meta-witherspoon/recipes.txt index 3ec3f4a..a943f59 100644 --- a/meta-witherspoon/recipes.txt +++ b/meta-witherspoon/recipes.txt
@@ -1,2 +1,3 @@ +recipes-core - What's needed to build a basic working Linux image including commonly used dependencies recipes-kernel - The kernel and generic applications/libraries with strong kernel dependencies recipes-phosphor - Phosphor OpenBMC applications and configuration