[yocto] [PATCH] [meta-baryon] add build documentation

Flanagan, Elizabeth elizabeth.flanagan at intel.com
Wed Jul 11 13:46:06 PDT 2012


On Wed, Jul 11, 2012 at 11:05 AM, Kevin Strasser
<kevin.strasser at linux.intel.com> wrote:
> Signed-off-by: Kevin Strasser <kevin.strasser at linux.intel.com>
> ---
>  README |   24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
> diff --git a/README b/README
> index 2a9c77d..8303cdf 100644
> --- a/README
> +++ b/README
> @@ -27,6 +27,30 @@ to yocto at yoctoproject.org with '[meta-baryon]' in the subject.
>
>
>
> +Building the meta-baryon layer
> +------------------------------
> +
> +After you download meta-baryon, be sure to add its location to bblayers.conf.
> +
> +The meta-baryon layer uses the 'lame' package, which has a license that
> +must be whitelisted by adding the string "commercial" to the
> +LICENSE_FLAGS_WHITELIST variable in your local.conf. For example:
> +
> +  LICENSE_FLAGS_WHITELIST = "commercial"
> +
> +Optionally, you can set the DISTRO flag to both identify the image as Baryon
> +and cut down DISTRO_FEATURES to something more appropriate for a headless NAS
> +type device. For example:
> +
> +  DISTRO = "baryon"
> +
> +You should then be able to build the image as such:
> +
> +  $ source oe-init-build-env
> +  $ bitbake baryon-image
> +

This should be '. ./oe-init-build-env' as source is a bash extension
and this would break dash compatibility.

-b

> +
> +
>  License
>  -------
>
> --
> 1.7.9.5
>
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



-- 
Elizabeth Flanagan
Yocto Project
Build and Release



More information about the yocto mailing list