summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2018-03-07 22:51:24 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-03-30 22:11:20 +0200
commitac076f59de92cbea22bc26e5c83bbbdf75e9c70f (patch)
tree0b887e341dd560c91aee10327bc77e372a118ae4 /docs/manual
parent086b43f698108b5d88d69e400aa9784353873429 (diff)
downloadbuildroot-ac076f59de92cbea22bc26e5c83bbbdf75e9c70f.tar.gz
buildroot-ac076f59de92cbea22bc26e5c83bbbdf75e9c70f.zip
support/check-bin-arch: exclude kernel modules for merged /usr
When using a merged /usr, the kernel module path is really /usr/lib/modules, as /lib is a symlink to usr/lib . Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Cc: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 1b9a57442d0a234b03585235f516d755372f29b3) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/adding-packages-generic.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
index eecf6e2ec0..521d6d50c7 100644
--- a/docs/manual/adding-packages-generic.txt
+++ b/docs/manual/adding-packages-generic.txt
@@ -457,8 +457,8 @@ information is (assuming the package name is +libfoo+) :
to the target directory) to ignore when checking that the package
installs correctly cross-compiled binaries. You seldom need to set this
variable, unless the package installs binary blobs outside the default
- locations, `/lib/firmware`, `/usr/lib/firmware`, `/lib/modules`, and
- `/usr/share`, which are automatically excluded.
+ locations, `/lib/firmware`, `/usr/lib/firmware`, `/lib/modules`,
+ `/usr/lib/modules`, and `/usr/share`, which are automatically excluded.
The recommended way to define these variables is to use the following
syntax:
OpenPOWER on IntegriCloud