From d248c5d59875840d7d1495d3178212d22a9fa861 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 29 Oct 2013 08:14:12 -0700 Subject: dev-manual: Removed tarball method for installing meta-intel Fixes [YOCTO #5368] Partial fix for this issue, which is removal of the tarball install methods for poky and now evidently meta-intel. This commit removed the tarball install step for meta-intel in the "Supported Board Support Packages (BSPs):" bullet item in the getting setup section. (From yocto-docs rev: 98f13d8178a63258e2b80d78796e473d09abb452) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 74 +++++++++++---------------- 1 file changed, 31 insertions(+), 43 deletions(-) (limited to 'documentation/dev-manual/dev-manual-start.xml') diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index b0f5e120bd..1a16b9f0ce 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -184,21 +184,20 @@ Supported Board Support Packages (BSPs): - The Yocto Project provides a layer called meta-intel and - it is maintained in its own separate Git repository. - The meta-intel layer contains many supported - BSP Layers. - Similar considerations exist for setting up the meta-intel - layer. - You can get set up for BSP development one of two ways: tarball extraction or - with a local Git repository. - It is a good idea to use the same method that you used to set up the Source Directory. - Regardless of the method you use, the Yocto Project uses the following BSP layer - naming scheme: + The Yocto Project provides a layer called + meta-intel and it is maintained in its own + separate Git repository. + The meta-intel layer contains many + supported + BSP Layers. + + The Yocto Project uses the following BSP layer naming + scheme: meta-<BSP_name> - where <BSP_name> is the recognized BSP name. + where <BSP_name> is the recognized + BSP name. Here are some examples: meta-crownbay @@ -207,30 +206,20 @@ See the "BSP Layers" - section in the Yocto Project Board Support Package (BSP) Developer's Guide for more - information on BSP Layers. - - Tarball Extraction: You can download any released - BSP tarball from the same "Downloads" page of the - Yocto Project Website - to get the Yocto Project release. - Once on the "Download" page, look to the right of the - page and scroll down to find the BSP tarballs. - Once you have the tarball, just extract it into a directory of your choice. - Again, this method just produces a snapshot of the BSP layer in the form - of a hierarchical directory structure. - Git Repository Method: If you are working - with a local Git repository for your Source Directory, you should also use this method - to set up the meta-intel Git repository. - You can locate the meta-intel Git repository in the - "Yocto Metadata Layers" area of the Yocto Project Source Repositories at - . - Typically, you set up the meta-intel Git repository inside - the Source Directory. - For example, the following transcript shows the steps to clone the - meta-intel - Git repository inside the local poky Git repository. - + section in the Yocto Project Board Support Package (BSP) + Developer's Guide for more information on BSP Layers. + You can locate the meta-intel Git + repository in the "Yocto Metadata Layers" area of the Yocto + Project Source Repositories at + . + To get started with the BSPs, you need to use + Git to create a local clone of the + upstream repository. + Typically, you set up the meta-intel + Git repository inside the Source Directory. + For example, the following transcript shows the steps to clone + meta-intel. + $ cd ~/poky $ git clone git://git.yoctoproject.org/meta-intel.git Cloning into 'meta-intel'... @@ -239,13 +228,12 @@ remote: Total 7366 (delta 3997), reused 7299 (delta 3930) Receiving objects: 100% (7366/7366), 2.31 MiB | 95 KiB/s, done. Resolving deltas: 100% (3997/3997), done. - - The same - wiki page - referenced earlier covers how to - set up the meta-intel Git repository. - - + + The same + wiki page + referenced earlier covers how to set up the + meta-intel Git repository. + Eclipse Yocto Plug-in: If you are developing applications using the Eclipse Integrated Development Environment (IDE), you will need this plug-in. -- cgit v1.2.3-54-g00ecf