From 23ecb8d810a335f58a016c33ba7033bf0c8242f1 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 18 Aug 2026 11:20:29 +0200 Subject: [PATCH] ref-manual/variables.rst: document the PACKAGEFUNCS variable Added by commit 4b46c1f6e891 ("Initial population") in OE-Core. This completes the variables used during do_package, as PACKAGE_PREPROCESS_FUNCS and PACKAGESPLITFUNCS are already documented. Link: https://patch.msgid.link/20260818-packagefuncs-v1-2-1f26764cbdd3@bootlin.com (From yocto-docs rev: c7082a42f69f99e277864f319c1e8a71b7c62ada) Signed-off-by: Antonin Godard (cherry picked from commit c3e8c602c60bf78123d6a05b83346235abf7f233) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/ref-manual/variables.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 9e97f9639f..050c5348c7 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -6773,6 +6773,12 @@ system and gives an overview of their function and contents. :ref:`ref-tasks-configure` task, then you need to use :term:`PACKAGECONFIG_CONFARGS` appropriately. + :term:`PACKAGEFUNCS` + The :term:`PACKAGEFUNCS` variable holds a list of functions which are + executed to process metadata based on split packages found in the + :term:`PKGDEST` directory. These functions are executed in the + :ref:`ref-classes-package` class in the order found in the list. + :term:`PACKAGEGROUP_DISABLE_COMPLEMENTARY` For recipes inheriting the :ref:`ref-classes-packagegroup` class, setting :term:`PACKAGEGROUP_DISABLE_COMPLEMENTARY` to "1" specifies that the