mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
systemd: restore userspace firmware loading support
This changes the minimum required Linux version from 3.7 back to 3.0. [YOCTO #7409] (From OE-Core rev: 31163abc7bedd477c1aad10e6d1f47dbee194513) Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bbc1396176
commit
814252efd0
@@ -44,6 +44,8 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master \
|
||||
file://0002-tmpfiles-quietly-ignore-ACLs-on-unsupported-filesyst.patch \
|
||||
file://0012-systemd-tmpfiles.c-Honor-ordering-within-files-as-th.patch \
|
||||
file://0013-journal-fix-Inappropriate-ioctl-for-device-on-ext4.patch \
|
||||
file://0014-Revert-rules-remove-firmware-loading-rules.patch \
|
||||
file://0015-Revert-udev-remove-userspace-firmware-loading-suppor.patch \
|
||||
file://tmpfiles-pam.patch \
|
||||
file://touchscreen.rules \
|
||||
file://00-create-volatile.conf \
|
||||
@@ -110,6 +112,7 @@ EXTRA_OECONF = " --with-rootprefix=${rootprefix} \
|
||||
--enable-split-usr \
|
||||
--without-python \
|
||||
--with-sysvrcnd-path=${sysconfdir} \
|
||||
--with-firmware-path=${rootlibdir}/firmware \
|
||||
"
|
||||
# uclibc does not have NSS
|
||||
EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname "
|
||||
|
||||
Reference in New Issue
Block a user