From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1315DE0027E for ; Mon, 8 Oct 2012 08:38:39 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 08 Oct 2012 08:38:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,554,1344236400"; d="scan'208";a="231286184" Received: from unknown (HELO helios.ger.corp.intel.com) ([10.252.122.50]) by fmsmga001.fm.intel.com with ESMTP; 08 Oct 2012 08:38:20 -0700 From: Paul Eggleton To: Scott Rifenbark , yocto@yoctoproject.org Date: Mon, 8 Oct 2012 16:38:06 +0100 Message-Id: X-Mailer: git-send-email 1.7.9.5 Subject: [yocto-docs][PATCH 00/11] Documentation improvements X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2012 15:39:12 -0000 Add some missing variables to the variable reference and improve the descriptions of others. Also fix references to "package" where we mean "recipe" and a couple of other issues I noticed at the same time. The following changes since commit 821162221818f5ce53bb903aeef57c85314f5083: documentation: dev-manual - mentioned SRC_URI in the kernel example (2012-10-05 11:25:03 -0700) are available in the git repository at: git://git.yoctoproject.org/poky-contrib paule/doc-fixes-5 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/doc-fixes-5 Paul Eggleton (11): documentation: dev-manual: fix spelling documentation: poky-ref-manual: correct LICENSE_DIR -> LICENSE_PATH documentation: poky-ref-manual: improve MACHINE_* variable descriptions documentation: poky-ref-manual: extend description of MACHINE variable documentation: poky-ref-manual: add PACKAGECONFIG variable documentation: poky-ref-manual: extend DISTRO description documentation: poky-ref-manual: add information on *_FEATURES_BACKFILL documentation: poky-ref-manual: fix description of SUMMARY variable documentation: poky-ref-manual: remove references to ipkg documentation: poky-ref-manual: replace "package" with "recipe" where appropriate documentation: poky-ref-manual: update directory structure information documentation/dev-manual/dev-manual-newbie.xml | 2 +- documentation/poky-ref-manual/faq.xml | 2 +- documentation/poky-ref-manual/ref-features.xml | 46 ++++ documentation/poky-ref-manual/ref-structure.xml | 30 ++- documentation/poky-ref-manual/ref-variables.xml | 267 +++++++++++++++-------- 5 files changed, 249 insertions(+), 98 deletions(-) -- 1.7.9.5