mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
meta-sugarbay: Change build instructions in README to use BSP tarball
Change the build instructions to use BSP tarballs instead of git clones. The git clone info remains as a mentioned alternative. Fixes [YOCTO #1103]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
f113449eb1
commit
fc719f0cd6
|
@ -17,17 +17,11 @@ III. Booting the images in /binary
|
||||||
I. Building the meta-sugarbay BSP layer
|
I. Building the meta-sugarbay BSP layer
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
For each BSP in the 'meta-intel' repository, there are multiple
|
|
||||||
branches, one corresponding to each major release starting with
|
|
||||||
'laverne' (0.90), in addition to the latest code which tracks the
|
|
||||||
current master.
|
|
||||||
|
|
||||||
In order to build an image with BSP support for a given release, you
|
In order to build an image with BSP support for a given release, you
|
||||||
need to check out the 'meta-intel' branch corresponding to the release
|
need to download the corresponding BSP tarball from the 'Board Support
|
||||||
you're building against e.g. to build for laverne (0.90), check out
|
Package (BSP) Downloads' page of the Yocto Project website.
|
||||||
the 'laverne' branch of both poky and 'meta-intel'.
|
|
||||||
|
|
||||||
Having done that, and assuming you cloned the 'meta-intel' repository
|
Having done that, and assuming you extracted the BSP tarball contents
|
||||||
at the top-level of your yocto build tree, you can build a sugarbay
|
at the top-level of your yocto build tree, you can build a sugarbay
|
||||||
image by adding the location of the meta-sugarbay layer to
|
image by adding the location of the meta-sugarbay layer to
|
||||||
bblayers.conf e.g.:
|
bblayers.conf e.g.:
|
||||||
|
@ -47,6 +41,15 @@ At the end of a successful build, you should have a live image that
|
||||||
you can boot from a USB flash drive (see instructions on how to do
|
you can boot from a USB flash drive (see instructions on how to do
|
||||||
that below, in the section 'Booting the images from /binary').
|
that below, in the section 'Booting the images from /binary').
|
||||||
|
|
||||||
|
As an alternative to downloading the BSP tarball, you can also work
|
||||||
|
directly from the meta-intel git repository. For each BSP in the
|
||||||
|
'meta-intel' repository, there are multiple branches, one
|
||||||
|
corresponding to each major release starting with 'laverne' (0.90), in
|
||||||
|
addition to the latest code which tracks the current master. Instead
|
||||||
|
of extracting a BSP tarball at the top level of your yocto build tree,
|
||||||
|
you can equivalently check out the appropriate branch from the
|
||||||
|
meta-intel repository at the same location.
|
||||||
|
|
||||||
|
|
||||||
II. Booting the images in /binary
|
II. Booting the images in /binary
|
||||||
=================================
|
=================================
|
||||||
|
|
Loading…
Reference in New Issue
Block a user