aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2015-03-23 22:18:46 +1100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-23 11:27:13 +0000
commitd3fcfe346b3472170641d9194243c4bbe06b8585 (patch)
treef85059ea9315157b3f9d74f90019f81d9da87284
parent31163abc7bedd477c1aad10e6d1f47dbee194513 (diff)
downloadopenembedded-core-contrib-d3fcfe346b3472170641d9194243c4bbe06b8585.tar.gz
systemd: fix firmware path to match linux-firmware
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/systemd/systemd_219.bb2
1 files changed, 1 insertions, 1 deletions
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 "