From 6192753e9df88100c8ba5867c20995d9a5f86d51 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 27 Apr 2015 15:20:28 -0700 Subject: ref-manual; mega-manual: Edits to further define packaging process In response to community input where developers were attempting to locate information on how to write packages out to a directory other than ${DEPLOY_DIR}/, I updated the "Package Feeds" section, added several new DEPLOY_DIR_* variables, updated four classes, and updated four tasks. Here are some details: * Made changes to the "Package Feeds" section to provide more accurate information in the package feeds directory structure used by the build system in build/tmp. These changes included updating the figure itself and some explanatory text. * Updated the DEPLOY_DIR variable description. * Added new variable descriptions for DEPLOY_DIR_DEB, DEPLOY_DIR_IPK, DEPLOY_DIR_RPM, and DEPLOY_DIR_TAR. * Updated the related classes: package_deb, package_ipk, package_rpm, and package_tar. * Updated the related tasks: do_package_write_deb, do_package_write_ipk, do_package_write_rpm, and do_package_write_tar. Reported-by: Trieu Nguyen (From yocto-docs rev: e8742267506bf9359346cfcd3965f762ed2c7d6f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-tasks.xml | 39 +++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 12 deletions(-) (limited to 'documentation/ref-manual/ref-tasks.xml') diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 2b3031538f..59b4d9607a 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml @@ -144,9 +144,13 @@ <filename>do_package_write_deb</filename> - Creates the actual DEB packages and places them in the - Package Feeds - area. + Creates Debian packages (i.e. *.deb files) and + places them in the + ${DEPLOY_DIR_DEB} + directory in the package feeds area. + For more information, see the + "Package Feeds" + section. @@ -154,9 +158,13 @@ <filename>do_package_write_ipk</filename> - Creates the actual IPK packages and places them in the - Package Feeds - area. + Creates IPK packages (i.e. *.ipk files) and + places them in the + ${DEPLOY_DIR_IPK} + directory in the package feeds area. + For more information, see the + "Package Feeds" + section. @@ -164,9 +172,13 @@ <filename>do_package_write_rpm</filename> - Creates the actual RPM packages and places them in the - Package Feeds - area. + Creates RPM packages (i.e. *.rpm files) and + places them in the + ${DEPLOY_DIR_RPM} + directory in the package feeds area. + For more information, see the + "Package Feeds" + section. @@ -174,9 +186,12 @@ <filename>do_package_write_tar</filename> - Creates tar archives for packages and places them in the - Package Feeds - area. + Creates tarballs and places them in the + ${DEPLOY_DIR_TAR} + directory in the package feeds area. + For more information, see the + "Package Feeds" + section. -- cgit v1.2.3-54-g00ecf