* [PATCH openbmc] Added ubuntu dependencies to readme
@ 2015-12-15 22:20 OpenBMC Patches
2015-12-15 22:20 ` OpenBMC Patches
0 siblings, 1 reply; 4+ messages in thread
From: OpenBMC Patches @ 2015-12-15 22:20 UTC (permalink / raw)
To: openbmc
Small update to help people figure out what is needed to kick off the build process
https://github.com/openbmc/openbmc/pull/121
kenneth-wilke (1):
Added ubuntu dependencies to readme
README.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
--
2.6.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH openbmc] Added ubuntu dependencies to readme
2015-12-15 22:20 [PATCH openbmc] Added ubuntu dependencies to readme OpenBMC Patches
@ 2015-12-15 22:20 ` OpenBMC Patches
2015-12-16 6:23 ` Stewart Smith
0 siblings, 1 reply; 4+ messages in thread
From: OpenBMC Patches @ 2015-12-15 22:20 UTC (permalink / raw)
To: openbmc; +Cc: kenneth-wilke
From: kenneth-wilke <kenneth.wilke@rackspace.com>
---
README.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 49d4f94..0df0ad4 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,15 @@ OpenBMC uses Yocto/Open-Embedded for a build system, which supports an
out-of-tree build. It is recommended that you create an empty directory
somewhere to hold the build. This directory will get big.
+On Ubuntu 14.04 the following packages are required to build the default target
+```
+sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat
+```
+
To start a build:
+```
cd <builddir>
. <repodir>/openbmc-env
bitbake obmc-phosphor-image
-
+```
--
2.6.3
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH openbmc] Added ubuntu dependencies to readme
2015-12-15 22:20 ` OpenBMC Patches
@ 2015-12-16 6:23 ` Stewart Smith
2015-12-16 13:43 ` Kenneth Wilke
0 siblings, 1 reply; 4+ messages in thread
From: Stewart Smith @ 2015-12-16 6:23 UTC (permalink / raw)
To: OpenBMC Patches, openbmc; +Cc: kenneth-wilke
OpenBMC Patches <openbmc-patches@stwcx.xyz> writes:
> From: kenneth-wilke <kenneth.wilke@rackspace.com>
> ---
> README.md | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/README.md b/README.md
> index 49d4f94..0df0ad4 100644
> --- a/README.md
> +++ b/README.md
> @@ -8,9 +8,15 @@ OpenBMC uses Yocto/Open-Embedded for a build system, which supports an
> out-of-tree build. It is recommended that you create an empty directory
> somewhere to hold the build. This directory will get big.
>
> +On Ubuntu 14.04 the following packages are required to build the default target
> +```
> +sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat
> +```
> +
> To start a build:
>
> +```
> cd <builddir>
> . <repodir>/openbmc-env
> bitbake obmc-phosphor-image
> -
> +```
(not saying you have to do this)
But i've been experimenting with including a skeleton Dockerfile in
projects to say "here are the build deps on platform X" which is then
programatically testable.
Might be worth it here too.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH openbmc] Added ubuntu dependencies to readme
2015-12-16 6:23 ` Stewart Smith
@ 2015-12-16 13:43 ` Kenneth Wilke
0 siblings, 0 replies; 4+ messages in thread
From: Kenneth Wilke @ 2015-12-16 13:43 UTC (permalink / raw)
To: Stewart Smith, OpenBMC Patches, openbmc@lists.ozlabs.org
I like the idea of having Dockerfiles handy to aid in the process of automating builds and stuff, and providing an easy means to test on various distros. I'd like to see the dependencies and build procedures documented outside of code as well.
Thanks,
Kenneth
From: Stewart Smith <stewart@linux.vnet.ibm.com>
Sent: Wednesday, December 16, 2015 12:23 AM
To: OpenBMC Patches; openbmc@lists.ozlabs.org
Cc: Kenneth Wilke
Subject: Re: [PATCH openbmc] Added ubuntu dependencies to readme
OpenBMC Patches <openbmc-patches@stwcx.xyz> writes:
> From: kenneth-wilke <kenneth.wilke@rackspace.com>
> ---
> README.md | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/README.md b/README.md
> index 49d4f94..0df0ad4 100644
> --- a/README.md
> +++ b/README.md
> @@ -8,9 +8,15 @@ OpenBMC uses Yocto/Open-Embedded for a build system, which supports an
> out-of-tree build. It is recommended that you create an empty directory
> somewhere to hold the build. This directory will get big.
>
> +On Ubuntu 14.04 the following packages are required to build the default target
> +```
> +sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat
> +```
> +
> To start a build:
>
> +```
> cd <builddir>
> . <repodir>/openbmc-env
> bitbake obmc-phosphor-image
> -
> +```
(not saying you have to do this)
But i've been experimenting with including a skeleton Dockerfile in
projects to say "here are the build deps on platform X" which is then
programatically testable.
Might be worth it here too.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-12-16 13:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-15 22:20 [PATCH openbmc] Added ubuntu dependencies to readme OpenBMC Patches
2015-12-15 22:20 ` OpenBMC Patches
2015-12-16 6:23 ` Stewart Smith
2015-12-16 13:43 ` Kenneth Wilke
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.