summaryrefslogtreecommitdiffstats
path: root/docs/manual/adding-packages-hooks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/adding-packages-hooks.txt')
-rw-r--r--docs/manual/adding-packages-hooks.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manual/adding-packages-hooks.txt b/docs/manual/adding-packages-hooks.txt
index 5b5bf6a80a..d25092ac25 100644
--- a/docs/manual/adding-packages-hooks.txt
+++ b/docs/manual/adding-packages-hooks.txt
@@ -77,3 +77,10 @@ others, use the following variables:
* +$(SRCDIR)+: the path to the overridden source directory
* +$(@D)+: the path to the build directory
+
+==== Target-finalize hook
+
+Packages may also register hooks in +LIBFOO_TARGET_FINALIZE_HOOKS+.
+These hooks are run after all packages are built, but before the
+filesystem images are generated. They are seldom used, and your
+package probably do not need them.
OpenPOWER on IntegriCloud