diff options
author | Adriana Kobylak <anoo@us.ibm.com> | 2016-02-11 16:31:21 -0600 |
---|---|---|
committer | Adriana Kobylak <anoo@us.ibm.com> | 2016-02-12 12:44:05 -0600 |
commit | 2745eaf27be0f47864ea61837c538e1d442eac25 (patch) | |
tree | ec4fd539505a899b2eeaddb9b2545e88b29b726b /yocto-poky | |
parent | 010f08dee6e4a8e04f799b535f01487678bf430c (diff) | |
download | talos-openbmc-2745eaf27be0f47864ea61837c538e1d442eac25.tar.gz talos-openbmc-2745eaf27be0f47864ea61837c538e1d442eac25.zip |
Recipe update: User management, systemd patch, IPMI net functions
Create virtual class to include user management in the image
Add the systemd patch for network support to the systemd recipe
Update the IPMI recipe to pickup the support for network configuration
Diffstat (limited to 'yocto-poky')
-rw-r--r-- | yocto-poky/meta/recipes-core/systemd/systemd_225.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yocto-poky/meta/recipes-core/systemd/systemd_225.bb b/yocto-poky/meta/recipes-core/systemd/systemd_225.bb index f7d4c7df4..e3d55ec35 100644 --- a/yocto-poky/meta/recipes-core/systemd/systemd_225.bb +++ b/yocto-poky/meta/recipes-core/systemd/systemd_225.bb @@ -41,6 +41,7 @@ SRC_URI = "git://github.com/systemd/systemd.git;protocol=git \ file://0012-implment-systemd-sysv-install-for-OE.patch \ file://0014-Revert-rules-remove-firmware-loading-rules.patch \ file://0015-Revert-udev-remove-userspace-firmware-loading-suppor.patch \ + file://0100-systemd_networkd_dbus_setaddress.patch \ file://touchscreen.rules \ file://00-create-volatile.conf \ file://init \ |