From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx1.pokylinux.org (Postfix) with ESMTP id D3FE04C811E9 for ; Mon, 20 Dec 2010 14:24:00 -0600 (CST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 20 Dec 2010 12:23:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.60,203,1291622400"; d="scan'208";a="689034106" Received: from scottrif-desktop.jf.intel.com (HELO localhost) ([10.7.201.54]) by orsmga001.jf.intel.com with ESMTP; 20 Dec 2010 12:23:58 -0800 Message-Id: In-Reply-To: References: From: Scott Rifenbark Date: Wed, 15 Dec 2010 14:00:11 -0800 To: poky@yoctoproject.org CC: Subject: [PATCH 14/29] documentation/bsp-guide/bsp.xml: Updated the Hardware Configuration Options section X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2010 20:24:01 -0000 I combined the tuning stuff into this section. Signed-off-by: Scott Rifenbark --- documentation/bsp-guide/bsp.xml | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index e59417d..752cb12 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -213,7 +213,10 @@ BBFILE_PRIORITY_bsp = "5"
- Hardware Configuration Options (meta-<bsp_name>/conf/machine/*.conf) + Hardware Configuration Options + +meta-<bsp_name>/conf/machine/*.conf + The machine files bind together all the information contained elsewhere @@ -232,16 +235,12 @@ BBFILE_PRIORITY_bsp = "5" - At least one machine file is required for a Poky BSP layer. + At least one machine file is required for a BSP layer. However, you can supply more than one file. -
- -
- Hardware Optimization Options (meta-<bsp_name>/conf/machine/include/tune-*.inc) - These files are shared hardware "tuning" definitions and are commonly used to + This directory could also contain shared hardware "tuning" definitions that are commonly used to pass specific optimization flags to the compiler. An example is tune-atom.inc: -- 1.7.0.4