mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
systemd git: bump SRCREV to get a proper fix for the hugepages and mqueue issue
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -15,11 +15,11 @@ inherit gitpkgv
|
|||||||
PKGV = "v${GITPKGVTAG}"
|
PKGV = "v${GITPKGVTAG}"
|
||||||
|
|
||||||
PV = "git"
|
PV = "git"
|
||||||
PR = "r5"
|
PR = "r7"
|
||||||
|
|
||||||
inherit autotools vala
|
inherit autotools vala
|
||||||
|
|
||||||
SRCREV = "8585357a0e5e9f4d56e999d7cd1a73e77ae0eb80"
|
SRCREV = "ef3a24de028efe885db1303b4843aba5ffd0f531"
|
||||||
|
|
||||||
SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \
|
SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \
|
||||||
file://0001-systemd-disable-xml-file-stuff-and-introspection.patch \
|
file://0001-systemd-disable-xml-file-stuff-and-introspection.patch \
|
||||||
@@ -45,12 +45,6 @@ do_install() {
|
|||||||
rm ${D}${base_libdir}/systemd/system/serial-getty* -f
|
rm ${D}${base_libdir}/systemd/system/serial-getty* -f
|
||||||
}
|
}
|
||||||
|
|
||||||
# ARM doesn't support hugepages, so don't try to mount them
|
|
||||||
do_install_append_arm() {
|
|
||||||
rm -f ${D}${base_libdir}/systemd/system/*hugepages.mount
|
|
||||||
rm -f ${D}${base_libdir}/systemd/system/*/*hugepages.mount
|
|
||||||
}
|
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-gui"
|
PACKAGES =+ "${PN}-gui"
|
||||||
|
|
||||||
FILES_${PN}-gui = "${bindir}/systemadm"
|
FILES_${PN}-gui = "${bindir}/systemadm"
|
||||||
@@ -79,9 +73,11 @@ RDEPENDS_${PN} += "dbus-systemd udev-systemd"
|
|||||||
# systemd calls 'modprobe -sab --', which busybox doesn't support due to lack
|
# systemd calls 'modprobe -sab --', which busybox doesn't support due to lack
|
||||||
# of blacklist support, so use proper modprobe from module-init-tools
|
# of blacklist support, so use proper modprobe from module-init-tools
|
||||||
# And pull in the kernel modules mentioned in INSTALL
|
# And pull in the kernel modules mentioned in INSTALL
|
||||||
|
# swapon -p is also not supported by busybox
|
||||||
RRECOMMENDS_${PN} += "kbd kbd-consolefonts \
|
RRECOMMENDS_${PN} += "kbd kbd-consolefonts \
|
||||||
systemd-serialgetty \
|
systemd-serialgetty \
|
||||||
util-linux-agetty \
|
util-linux-agetty \
|
||||||
|
util-linux-swaponoff \
|
||||||
module-init-tools \
|
module-init-tools \
|
||||||
kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \
|
kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user