All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [meta-baryon] add build documentation
@ 2012-07-11 18:05 Kevin Strasser
  2012-07-11 20:46 ` Flanagan, Elizabeth
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin Strasser @ 2012-07-11 18:05 UTC (permalink / raw)
  To: yocto

Signed-off-by: Kevin Strasser <kevin.strasser@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@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
+
+
+
 License
 -------
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] [meta-baryon] add build documentation
  2012-07-11 18:05 [PATCH] [meta-baryon] add build documentation Kevin Strasser
@ 2012-07-11 20:46 ` Flanagan, Elizabeth
  0 siblings, 0 replies; 6+ messages in thread
From: Flanagan, Elizabeth @ 2012-07-11 20:46 UTC (permalink / raw)
  To: Kevin Strasser; +Cc: yocto

On Wed, Jul 11, 2012 at 11:05 AM, Kevin Strasser
<kevin.strasser@linux.intel.com> wrote:
> Signed-off-by: Kevin Strasser <kevin.strasser@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@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



-- 
Elizabeth Flanagan
Yocto Project
Build and Release


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] meta-baryon: add build documentation
  2012-07-11 17:44 [PATCH] meta-baryon: " Kevin Strasser
@ 2012-07-11 17:46 ` Robert P. J. Day
  0 siblings, 0 replies; 6+ messages in thread
From: Robert P. J. Day @ 2012-07-11 17:46 UTC (permalink / raw)
  To: Kevin Strasser; +Cc: yocto

On Wed, 11 Jul 2012, Kevin Strasser wrote:

> Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
> ---
>  README |   24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
> diff --git a/README b/README
> index 2a9c77d..698d403 100644
> --- a/README
> +++ b/README
> @@ -27,6 +27,30 @@ 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.
                                           ^to?

rday


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] meta-baryon: add build documentation
@ 2012-07-11 17:44 Kevin Strasser
  2012-07-11 17:46 ` Robert P. J. Day
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin Strasser @ 2012-07-11 17:44 UTC (permalink / raw)
  To: yocto

Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
---
 README |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/README b/README
index 2a9c77d..698d403 100644
--- a/README
+++ b/README
@@ -27,6 +27,30 @@ 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"
+
+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
+
+
+
 License
 -------
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] meta-baryon: add build documentation
  2012-07-10 20:06 Kevin Strasser
@ 2012-07-11 11:10 ` Paul Eggleton
  0 siblings, 0 replies; 6+ messages in thread
From: Paul Eggleton @ 2012-07-11 11:10 UTC (permalink / raw)
  To: Kevin Strasser; +Cc: yocto

On Tuesday 10 July 2012 13:06:57 Kevin Strasser wrote:
> Signed-off-by: Kevin Strasser <kevin.strasser@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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] meta-baryon: add build documentation
@ 2012-07-10 20:06 Kevin Strasser
  2012-07-11 11:10 ` Paul Eggleton
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin Strasser @ 2012-07-10 20:06 UTC (permalink / raw)
  To: yocto

Signed-off-by: Kevin Strasser <kevin.strasser@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
 -------
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-11 20:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11 18:05 [PATCH] [meta-baryon] add build documentation Kevin Strasser
2012-07-11 20:46 ` Flanagan, Elizabeth
  -- strict thread matches above, loose matches on Subject: below --
2012-07-11 17:44 [PATCH] meta-baryon: " Kevin Strasser
2012-07-11 17:46 ` Robert P. J. Day
2012-07-10 20:06 Kevin Strasser
2012-07-11 11:10 ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.