From: Jonathan Liu Date: Mon, 23 Mar 2015 11:18:46 +0000 (+1100) Subject: systemd: fix firmware path to match linux-firmware X-Git-Tag: 2015-4~58 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d3fcfe346b3472170641d9194243c4bbe06b8585;p=openembedded-core.git systemd: fix firmware path to match linux-firmware Signed-off-by: Jonathan Liu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index 5ecdda9e5b..f2d3c13e70 100644 --- a/meta/recipes-core/systemd/systemd_219.bb +++ b/meta/recipes-core/systemd/systemd_219.bb @@ -112,7 +112,7 @@ EXTRA_OECONF = " --with-rootprefix=${rootprefix} \ --enable-split-usr \ --without-python \ --with-sysvrcnd-path=${sysconfdir} \ - --with-firmware-path=${rootlibdir}/firmware \ + --with-firmware-path=/lib/firmware \ " # uclibc does not have NSS EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname "