On Tuesday 10 July 2012 13:06:57 Kevin Strasser wrote:
> Signed-off-by: Kevin Strasser <kevin.stras...@linux.intel.com>
> ---
>  README |   18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
> 
> diff --git a/README b/README
> index 2a9c77d..bdd2269 100644
> --- a/README
> +++ b/README
> @@ -27,6 +27,24 @@ to yocto@yoctoproject.org with '[meta-baryon]' in the
> subject.
> 
> 
> 
> +Building the meta-baryon layer
> +------------------------------
> +
> +After you download meta-baryon, be sure 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"
> +
> +You should then be able to build the image as such:
> +
> +  $ source oe-init-build-env
> +  $ bitbake baryon-image
> +
> +
> +
>  License
>  -------

Great stuff. Only thing missing is setting DISTRO = "baryon" in your local.conf 
- this is optional, but setting it will cut down DISTRO_FEATURES to something 
a bit more appropriate for a headless NAS type device as well as identify the 
resulting image as Baryon.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to