$(PKGDIR) expands to <platform-dir>/packages/ and contains folders with
package names where artefacts from the install stage go, e.g. foo-1.0
from the package FOO. There is no root folder hierarchy directly in
$(PKGDIR), but one for each package in the subfolders. For the
targetinstall stage the source is the matching subfolder for the
package's targetinstall, $(FOO_PKGDIR) expands to that.

Signed-off-by: Alexander Dahl <a...@thorsis.com>
---
 doc/ref_manual.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index 56034d8e7..c9e26ffab 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -884,7 +884,7 @@ match ``<yglob>`` and do not match ``<nglob>`` are 
installed.
 
 Examples:
 
-Install all shared libraries found in ``$(PKGDIR)/usr/lib/foo`` except
+Install all shared libraries found in ``$(FOO_PKGDIR)/usr/lib/foo`` except
 libbar.so
 
 .. code-block:: make
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to