d30c5907 | 29-Feb-2016 |
Chris Smart <distroguy@gmail.com> |
fix: proxy file was not created correctly fix: don't create a user and group if already exist |
38c9d141 | 15-Feb-2016 |
Joel Stanley <joel@jms.id.au> |
build-setup: Don't set -u
Bitbake has scripts that do not like it.
Signed-off-by: Joel Stanley <joel@jms.id.au> |
c352254c | 15-Feb-2016 |
Chris Smart <distroguy@gmail.com> |
build-setup: initialise PROXY variable
This is to avoid instance where no PROXY env exists and set -e catches the unbound variable.
Signed-off-by: Chris Smart <distroguy@gmail.com> Signed-off-by: J
build-setup: initialise PROXY variable
This is to avoid instance where no PROXY env exists and set -e catches the unbound variable.
Signed-off-by: Chris Smart <distroguy@gmail.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|
4b8b2394 | 11-Feb-2016 |
Joel Stanley <joel@jms.id.au> |
build-setup: Ensure we fail the build when a step fails
Currently the build step can fail inside docker but we don't propogate that error up, so the Jenkins build will not be marked as failed.
We s
build-setup: Ensure we fail the build when a step fails
Currently the build step can fail inside docker but we don't propogate that error up, so the Jenkins build will not be marked as failed.
We set the following options:
set -xeuo pipefail
- bash trace output (-x) - failing when a step fails (-e) - failing on undefined variables (-u) - failing when a command in a pipe fails (-o pipefail) - the default behaviour is to use the exit code of the final command in the pipe.
http://redsymbol.net/articles/unofficial-bash-strict-mode/
Thanks to Daniel Axtens <dja@axtens.net> for the extra suggestions.
Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Daniel Axtens <dja@axtens.net>
show more ...
|
01d1b386 | 13-Jan-2016 |
Chris Smart <distroguy@gmail.com> |
initramfs: set tty to hvc0 |
b23265dc | 10-Jan-2016 |
Chris Smart <distroguy@gmail.com> |
add initramfs-build.sh to build initramfs for open-power |
f9ad3f9e | 10-Jan-2016 |
Chris Smart <distroguy@gmail.com> |
add generic kernel build script uses docker ubuntu 15.10 to build ppc64le |
1a0dda48 | 07-Jan-2016 |
Chris Smart <csmart@users.noreply.github.com> |
don't force an ubuntu update each time |
c4c6d438 | 11-Dec-2015 |
Joel Stanley <joel@jms.id.au> |
openpower-build-setup: Add vim-common for xxd
Signed-off-by: Joel Stanley <joel@jms.id.au> |
8bf9f3db | 10-Dec-2015 |
Joel Stanley <joel@jms.id.au> |
openpower-build-setup: Add missing deps
You must install 'wget' on your build machine You must install 'cpio' on your build machine You must install 'bc' on your build machine support/depend
openpower-build-setup: Add missing deps
You must install 'wget' on your build machine You must install 'cpio' on your build machine You must install 'bc' on your build machine support/dependencies/dependencies.mk:28: recipe for target 'core-dependencies' failed
Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|
21e6523c | 10-Dec-2015 |
Joel Stanley <joel@jms.id.au> |
openpower-build-setup: Fix setting of alias
When we source the op-build-env script from within the build.sh script, the alias that is set only available to the inner script without the shopt -s expa
openpower-build-setup: Fix setting of alias
When we source the op-build-env script from within the build.sh script, the alias that is set only available to the inner script without the shopt -s expand_alias option.
Found on http://stackoverflow.com/a/3354931
Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|
f00719d2 | 10-Dec-2015 |
Joel Stanley <joel@jms.id.au> |
openpower-build-setup: Use correct target
Signed-off-by: Joel Stanley <joel@jms.id.au> |
2ed389fe | 10-Dec-2015 |
Joel Stanley <joel@jms.id.au> |
Add openpower-build-setup script
Using for doing OpenPower op-build pnor builds.
Signed-off-by: Joel Stanley <joel@jms.id.au> |
c650c20f | 24-Nov-2015 |
Chris Smart <distroguy@gmail.com> |
tweak: remove shared state cache configuration tweak: set build threads to full nproc |
b97b530a | 18-Nov-2015 |
Joel Stanley <joel@jms.id.au> |
kernel-build-setup: Record crosscompiler version, for reals
Signed-off-by: Joel Stanley <joel@jms.id.au> |
50ab01d5 | 18-Nov-2015 |
Joel Stanley <joel@jms.id.au> |
kernel-build-setup: Record crosscompiler version
Signed-off-by: Joel Stanley <joel@jms.id.au> |
72ed802b | 18-Nov-2015 |
Chris Smart <distroguy@gmail.com> |
fix: fedora needs bc, ubuntu has different CROSS_COMPILE location |
881d77fa | 17-Nov-2015 |
Chris Smart <csmart@users.noreply.github.com> |
run make with ARCH and CROSS_COMPILE args
ARCH=arm CROSS_COMPILE=arm-linux-gnu- |
d59288df | 17-Nov-2015 |
Chris Smart <csmart@users.noreply.github.com> |
Merge pull request #1 from shenki/master
Add script for building the aspeed kernelsm, thanks @shenki |
0d3597f5 | 17-Nov-2015 |
Joel Stanley <joel@jms.id.au> |
Add script for building the aspeed kernels
Signed-off-by: Joel Stanley <joel@jms.id.au> |
72682358 | 11-Nov-2015 |
Chris Smart <distroguy@gmail.com> |
actually, force an update |
01d2b96f | 11-Nov-2015 |
Chris Smart <distroguy@gmail.com> |
fix: don't do upgrade by default, sometimes mirrors are broken |
02651716 | 10-Nov-2015 |
Chris Smart <distroguy@gmail.com> |
initial script |
bbde1ec2 | 10-Nov-2015 |
Chris Smart <distroguy@gmail.com> |
initial commit |