/openbmc/openbmc/meta-ibm/recipes-core/systemd/ |
H A D | systemd_%.bbappend | 23 FILES:${PN}:append:ibm-ac-server = " ${systemd_system_unitdir}/systemd-journald.service.d/systemd-j… 27 FILES:${PN}:append:p10bmc = " ${systemd_system_unitdir}/systemd-journald.service.d/systemd-journald… 36 …ILES:${PN}:append:sbp1 = " ${systemd_system_unitdir}/systemd-networkd-wait-online.service.d/system… 40 FILES:${PN}:append:system1 = " ${systemd_system_unitdir}/systemd-journald.service.d/systemd-journal… 45 …install -m 644 -D ${WORKDIR}/systemd-journald-override.conf ${D}${systemd_system_unitdir}/systemd-… 50 …install -m 644 -D ${WORKDIR}/systemd-journald-override.conf ${D}${systemd_system_unitdir}/systemd-… 54 …644 -D ${WORKDIR}/systemd-networkd-only-wait-for-one.conf ${D}${systemd_system_unitdir}/systemd-ne… 62 …644 -D ${WORKDIR}/systemd-networkd-only-wait-for-one.conf ${D}${systemd_system_unitdir}/systemd-ne… 66 …644 -D ${WORKDIR}/systemd-networkd-only-wait-for-one.conf ${D}${systemd_system_unitdir}/systemd-ne… 70 …644 -D ${WORKDIR}/systemd-networkd-only-wait-for-one.conf ${D}${systemd_system_unitdir}/systemd-ne… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/ |
H A D | 0002-Don-t-execute-processes-as-a-specific-user.patch | 17 diff --git a/systemd/dlt-adaptor-udp.service.cmake b/systemd/dlt-adaptor-udp.service.cmake 33 diff --git a/systemd/dlt-dbus.service.cmake b/systemd/dlt-dbus.service.cmake 35 --- a/systemd/dlt-dbus.service.cmake 36 +++ b/systemd/dlt-dbus.service.cmake 45 diff --git a/systemd/dlt-example-user.service.cmake b/systemd/dlt-example-user.service.cmake 58 diff --git a/systemd/dlt-receive.service.cmake b/systemd/dlt-receive.service.cmake 71 diff --git a/systemd/dlt-system.service.cmake b/systemd/dlt-system.service.cmake 73 --- a/systemd/dlt-system.service.cmake 83 diff --git a/systemd/dlt.service.cmake b/systemd/dlt.service.cmake 85 --- a/systemd/dlt.service.cmake [all …]
|
H A D | 0004-Modify-systemd-config-directory.patch | 4 Subject: [PATCH 4/4] Modify systemd config directory 9 systemd/CMakeLists.txt | 2 +- 18 set(systemd_SRCS ${PROJECT_SOURCE_DIR}/systemd/3rdparty/sd-daemon.c) 20 - set(SYSTEMD_UNITDIR "${CMAKE_INSTALL_PREFIX}/lib/systemd/system" CACHE PATH 21 + set(SYSTEMD_UNITDIR "/lib/systemd/system" CACHE PATH 22 "Set directory to install systemd unit files") 24 add_subdirectory(systemd)
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/ |
H A D | systemd_255.4.bb | 1 require systemd.inc 184 PACKAGECONFIG[nss] = "-Dnss-systemd=true,-Dnss-systemd=false,,libnss-systemd" 303 sed -i s%@UDEVD@%${rootlibexecdir}/systemd/systemd-udevd% ${D}${sysconfdir}/init.d/systemd-udevd 499 ${rootlibexecdir}/systemd/systemd-binfmt \ 548 ${rootlibexecdir}/systemd/systemd-import \ 549 ${rootlibexecdir}/systemd/systemd-importd \ 551 ${rootlibexecdir}/systemd/systemd-pull \ 605 ${rootlibexecdir}/systemd/systemd-measure \ 609 ${rootlibexecdir}/systemd/systemd-sleep \ 618 ${rootlibexecdir}/systemd/systemd-initctl \ [all …]
|
H A D | systemd-boot_255.4.bb | 1 require systemd.inc 2 FILESEXTRAPATHS =. "${FILE_DIRNAME}/systemd:" 26 MESON_TARGET = "systemd-boot" 39 prefix = "" if d.getVar('EFI_PROVIDER') == "systemd-boot" else "systemd-" 42 prefix = "systemd-" if prefix == "" else "" 48 RDEPENDS:${PN} += "virtual-systemd-bootconf" 57 install ${B}/src/boot/efi/systemd-boot*.efi ${D}${EFI_FILES_PATH}/${SYSTEMD_BOOT_IMAGE} 61 install ${B}/src/boot/efi/systemd-boot*.efi ${DEPLOYDIR}
|
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/ |
H A D | systemd-conf_%.bbappend | 14 ${sysconfdir}/systemd/resolved.conf.d/s6q-resolv.conf \ 15 ${sysconfdir}/systemd/network/00-bmc-eth0.network.d/ \ 16 ${sysconfdir}/systemd/network/00-bmc-eth1.network.d/ \ 19 ${sysconfdir}/systemd/network/10-bmc-bond0.netdev \ 20 ${sysconfdir}/systemd/network/00-bmc-bond0.network.d/bond0.conf \ 26 install -d ${D}${sysconfdir}/systemd/resolved.conf.d/ 28 ${D}${sysconfdir}/systemd/resolved.conf.d/ 29 install -d ${D}${sysconfdir}/systemd/network/ 36 ${D}${sysconfdir}/systemd/network/00-bmc-eth0.network.d/ 38 ${D}${sysconfdir}/systemd/network/00-bmc-eth1.network.d/ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/ |
H A D | dlt-daemon_2.18.10.bb | 19 file://0004-Modify-systemd-config-directory.patch \ 27 …GECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd systemd-watchdog systemd… 36 PACKAGECONFIG[systemd] = "-DWITH_SYSTEMD=ON,-DWITH_SYSTEMD=OFF -DWITH_DLT_SYSTEM=OFF,systemd" 37 PACKAGECONFIG[systemd-watchdog] = "-DWITH_SYSTEMD_WATCHDOG=ON,-DWITH_SYSTEMD_WATCHDOG=OFF,systemd,l… 38 PACKAGECONFIG[systemd-journal] = "-DWITH_SYSTEMD_JOURNAL=ON,-DWITH_SYSTEMD_JOURNAL=OFF,systemd,libs… 50 inherit autotools gettext cmake pkgconfig systemd 56 PACKAGES += "${PN}-systemd" 57 SYSTEMD_PACKAGES = "${PN} ${PN}-systemd" 58 SYSTEMD_SERVICE:${PN} = " ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'dlt.service', '', d)} \ 62 SYSTEMD_SERVICE:${PN}-systemd = " \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/ |
H A D | 0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch | 4 Subject: [PATCH] Make full path to systemd-tty-ask-password-agent configurable 16 systemd-units/meson.build | 2 +- 23 @@ -44,7 +44,7 @@ if get_option('systemd-integration') 36 @@ -53,6 +53,11 @@ option('systemd-integration', 38 description: 'Coordinate boot up with systemd', 40 +option('systemd-tty-ask-password-agent', 42 + value: '/bin/systemd-tty-ask-password-agent', 43 + description: 'Path of systemd-tty-ask-password-agent', 48 diff --git a/systemd-units/meson.build b/systemd-units/meson.build 50 --- a/systemd-units/meson.build [all …]
|
/openbmc/openbmc/meta-security/docs/ |
H A D | dm-verity-systemd-x86-64.txt | 1 dm-verity and x86-64 and systemd 4 also systemd - systemd has dm-verity bindings and is more likely to be 23 DISTRO_FEATURES:append = " security systemd" 24 VIRTUAL-RUNTIME_init_manager = "systemd" 25 EFI_PROVIDER = "systemd-boot" 26 PACKAGECONFIG:append:pn-systemd = " cryptsetup" 32 /lib/systemd/system-generators/systemd-veritysetup-generator 33 /lib/systemd/systemd-veritysetup 51 ./systemd-bootdisk-dmverity.wks-202304181413-sda.direct 59 /home/paul/poky/meta-security/wic/systemd-bootdisk-dmverity.wks.in [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | systemd-boot.bbclass | 5 # systemd-boot.bbclass - The "systemd-boot" is essentially the gummiboot merged into systemd. 9 # Set EFI_PROVIDER = "systemd-boot" to use systemd-boot on your live images instead of grub-efi 12 do_bootimg[depends] += "${MLPREFIX}systemd-boot:do_deploy" 19 efi_populate_common "$1" systemd 21 # systemd-boot requires these paths for configuration files 35 inherit systemd-boot-cfg
|
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/ |
H A D | systemd-bootchart_235.bb | 2 DESCRIPTION = "For systemd-bootchart, several proc debug interfaces are required in the kernel conf… 6 HOMEPAGE = "https://github.com/systemd/systemd-bootchart" 11 SRC_URI = "git://github.com/systemd/systemd-bootchart.git;protocol=https;branch=main \ 27 DEPENDS = "systemd libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-nati… 29 inherit pkgconfig autotools systemd features_check 31 REQUIRED_DISTRO_FEATURES = "systemd" 33 SYSTEMD_SERVICE:${PN} = "systemd-bootchart.service" 40 FILES:${PN} += "${systemd_unitdir}/systemd-bootchart"
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | results.txt | 27 348160: /lib/systemd/systemd 46 184320: /lib/systemd/systemd-udevd 50 176128: /lib/systemd/systemd-networkd 78 114688: /lib/systemd/systemd-resolved 148 40960: /lib/systemd/systemd-journald 219 20480: /lib/systemd/systemd-timesyncd 254 16384: /lib/systemd/systemd-shutdown 650 4096: /lib/systemd/systemd-sleep 651 4096: /lib/systemd/systemd-fsck 652 4096: /lib/systemd/systemd-initctl [all …]
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | init-manager-systemd.inc | 1 # Use systemd for system initialization 2 DISTRO_FEATURES:append = " systemd usrmerge" 4 VIRTUAL-RUNTIME_init_manager ??= "systemd" 5 VIRTUAL-RUNTIME_initscripts ??= "systemd-compat-units" 7 VIRTUAL-RUNTIME_dev_manager ??= "systemd" 8 # systemd hardcodes /root in its source codes, other values are not offically supported
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcf/ |
H A D | netcf_0.2.8.bb | 23 inherit gettext autotools perlnative pkgconfig systemd 27 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 28 PACKAGECONFIG[systemd] = "--with-sysinit=systemd,--with-sysinit=initscripts," 53 if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then 55 if [ -d "${D}${libdir}/systemd/system" ]; then 56 if [ "${systemd_unitdir}" != "${libdir}/systemd" ] ; then 57 mv ${D}${libdir}/systemd/system/* ${D}${systemd_unitdir}/system/ 58 rm -rf ${D}${libdir}/systemd/ 60 elif [ "${systemd_unitdir}" != "${nonarch_libdir}/systemd" ] ; then 61 mv ${D}${nonarch_libdir}/systemd/system/* ${D}${systemd_unitdir}/system/ [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | init-manager.rst | 37 in systemd, where target is also a type of supported unit. 49 :wikipedia:`udev <Udev>`, which SysVinit and systemd both use. 70 Using systemd 73 The last option is to use systemd together with the udev device 77 INIT_MANAGER = "systemd" 84 Controling systemd from the target command line 100 Using systemd-journald without a traditional syslog daemon 112 default, leaving only ``systemd-journald``. 127 - systemd 131 - Big [#footnote-systemd-size]_ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/ |
H A D | 0004-build-Make-systemd-init-systemd-detection-contingent.patch | 4 Subject: [PATCH 1/1] build: Make systemd init systemd detection contingent on 7 Use pkg-config to get systemd.pc variables and systemdunitdir. Those 9 and only when systemd is detected. 26 +# SYSTEMD_UNITDIR - The systemd units' directory 34 pkg_check_modules(PC_JOURNALD QUIET systemd) 35 +pkg_get_variable(PC_SYSTEMD_UNITDIR systemd "systemdsystemunitdir") 48 # Detect init system, install upstart, systemd or init.d script 49 - if(IS_DIRECTORY /lib/systemd/system) 53 "${PROJECT_SOURCE_DIR}/init/systemd.in" 56 - install(FILES ${FLB_SYSTEMD_SCRIPT} COMPONENT binary DESTINATION /lib/systemd/system)
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-systemd/ |
H A D | 0001-Provide-implementation-of-strndupa-for-musl.patch | 7 /meta/recipes-core/systemd/systemd/0002-src-basic-missing.h-check-for-missing-strndupa.patch 9 Original patch author: Emil Renner Berthing <systemd@esmil.dk> 15 systemd/util.c | 11 +++++++++++ 18 diff --git a/systemd/util.c b/systemd/util.c 20 --- a/systemd/util.c 21 +++ b/systemd/util.c
|
/openbmc/openbmc/meta-google/recipes-google/systemd/ |
H A D | gbmc-systemd-config.bb | 1 SUMMARY = "Configures systemd settings for gBMC" 6 inherit systemd 25 ${systemd_system_unitdir}/sysinit.target.wants/systemd-time-wait-sync.service \ 26 ${systemd_system_unitdir}/systemd-time-wait-sync.service.d/10-gbmc.conf \ 52 # mask systemd-pstore.service to avoid copying logs to SPI 53 mkdir -p ${D}${sysconfdir}/systemd/system 54 ln -sv /dev/null ${D}${sysconfdir}/systemd/system/systemd-pstore.service 57 ln -sv /dev/null ${D}/${sysconfdir}/systemd/system/systemd-networkd-wait-online.service 67 …ln -sv ${systemd_system_unitdir}/systemd-time-wait-sync.service ${D}${systemd_system_unitdir}/sysi… 68 mkdir -p ${D}${systemd_system_unitdir}/systemd-time-wait-sync.service.d/ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/udevil/ |
H A D | udevil_0.4.4.bb | 14 inherit autotools pkgconfig systemd 24 PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" 25 PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-systemd_235.bb | 2 HOMEPAGE = "https://github.com/systemd/python-systemd" 6 PYPI_PACKAGE = "systemd-python" 7 DEPENDS += "systemd (<=235)" 8 RDEPENDS:${PN} += "systemd python3-syslog python3-logging python3-syslog" 9 REQUIRED_DISTRO_FEATURES = "systemd"
|
/openbmc/openbmc/meta-security/recipes-security/cryptmount/ |
H A D | cryptmount_6.2.0.bb | 9 inherit autotools-brokensep gettext pkgconfig systemd 14 PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" 16 PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd" 26 if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
H A D | syslog-ng.service-the-syslog-ng-service.patch | 12 contrib/systemd/syslog-ng@.service | 4 ++-- 13 contrib/systemd/syslog-ng@default | 6 +++--- 16 diff --git a/contrib/systemd/syslog-ng@.service b/contrib/systemd/syslog-ng@.service 18 --- a/contrib/systemd/syslog-ng@.service 19 +++ b/contrib/systemd/syslog-ng@.service 31 diff --git a/contrib/systemd/syslog-ng@default b/contrib/systemd/syslog-ng@default 33 --- a/contrib/systemd/syslog-ng@default 34 +++ b/contrib/systemd/syslog-ng@default
|
/openbmc/obmc-console/conf/ |
H A D | 80-obmc-console-uart.rules.in | 1 …e}=="0x1E787000", ENV{SYSTEMD_WANTS}="obmc-console@ttyVUART0", SYMLINK+="ttyVUART0", TAG+="systemd" 2 …e}=="0x1E788000", ENV{SYSTEMD_WANTS}="obmc-console@ttyVUART1", SYMLINK+="ttyVUART1", TAG+="systemd" 3 …EM=="tty", ATTRS{iomem_base}=="0x1E783000", ENV{SYSTEMD_WANTS}="obmc-console@ttyS0", TAG+="systemd" 4 …EM=="tty", ATTRS{iomem_base}=="0x1E78D000", ENV{SYSTEMD_WANTS}="obmc-console@ttyS1", TAG+="systemd" 5 …EM=="tty", ATTRS{iomem_base}=="0x1E78E000", ENV{SYSTEMD_WANTS}="obmc-console@ttyS2", TAG+="systemd" 6 …EM=="tty", ATTRS{iomem_base}=="0x1E78F000", ENV{SYSTEMD_WANTS}="obmc-console@ttyS3", TAG+="systemd"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/triggerhappy/ |
H A D | triggerhappy_git.bb | 14 inherit autotools-brokensep pkgconfig perlnative update-rc.d systemd 16 PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" 17 PACKAGECONFIG[systemd] = ",,systemd" 42 if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then 44 install -m 0644 ${S}/systemd/triggerhappy.socket ${D}${systemd_unitdir}/system 45 install -m 0644 ${S}/systemd/triggerhappy.service ${D}${systemd_unitdir}/system
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch | 19 [rebased for systemd 243] 24 units/systemd-binfmt.service.in | 4 ++++ 41 'file' : 'systemd-binfmt.service.in', 46 'file' : 'systemd-bless-boot.service.in', 58 diff --git a/units/systemd-binfmt.service.in b/units/systemd-binfmt.service.in 60 --- a/units/systemd-binfmt.service.in 61 +++ b/units/systemd-binfmt.service.in 63 Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems 71 ExecStart={{LIBEXECDIR}}/systemd-binfmt 72 ExecStop={{LIBEXECDIR}}/systemd-binfmt --unregister
|