]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - docs/manual/adding-packages-generic.txt
spport/check-bin-arch: accept arbitrary per-package ignore paths
[coffee/buildroot.git] / docs / manual / adding-packages-generic.txt
index 63ea51bf89838ce7485cf3faa14ceb44b6f7eaa2..eecf6e2ec05f82bf3ade9ffa030c4a72ceb8266b 100644 (file)
@@ -453,6 +453,13 @@ information is (assuming the package name is +libfoo+) :
   FLAT binary format is only 4k bytes. If the application consumes more stack,
   append the required number here.
 
+* +LIBFOO_BIN_ARCH_EXCLUDE+ is a space-separated list of paths (relative
+  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.
+
 The recommended way to define these variables is to use the following
 syntax: