summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gloff <mgloff@hotmail.com>2017-10-25 22:58:41 -0500
committerAndrei Gherzan <andrei@gherzan.com>2017-10-27 22:28:31 +0200
commit1ab83ec30a7417e48459f8a19221eaf3415a5ef4 (patch)
tree872ec8e680e223393a62814b3678772b535db756
parentbe340eec3fa59b9db8c75abfbeda2e49f27587b0 (diff)
downloadmeta-raspberrypi-1ab83ec30a7417e48459f8a19221eaf3415a5ef4.tar.gz
linux-raspberrypi: Replace /lib with ${nonarch_base_libdir}
Use standard /lib variable name and avoid QA errors when usermerge DISTRO_FEATURE is enabled. Signed-off-by: Michael Gloff <mgloff@hotmail.com>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc
index da36ca7..cf9f182 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/recipes-kernel/linux/linux-raspberrypi.inc
@@ -162,7 +162,7 @@ do_compile_append_raspberrypi3-64() {
162} 162}
163 163
164do_install_prepend() { 164do_install_prepend() {
165 install -d ${D}/lib/firmware 165 install -d ${D}${nonarch_base_libdir}/firmware
166} 166}
167 167
168do_deploy_append() { 168do_deploy_append() {