- 02 Feb, 2018 2 commits
-
-
Martyn Welch authored
Adding flex to installed applications in Dockerfile to fix kernel build failure: + build_scripts/kernel-build.sh YACC scripts/kconfig/zconf.tab.c LEX scripts/kconfig/zconf.lex.c /bin/sh: 1: flex: not found scripts/Makefile.lib:202: recipe for target 'scripts/kconfig/zconf.lex.c' failed Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-
Martyn Welch authored
Adding bison to installed applications in Dockerfile due to kernel build failure: YACC scripts/kconfig/zconf.tab.c /bin/sh: 1: bison: not found scripts/Makefile.lib:217: recipe for target 'scripts/kconfig/zconf.tab.c' failed Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-
- 14 Nov, 2017 1 commit
-
-
Martyn Welch authored
CONFIG_UNWINDER_ORC is set by default on x86_64 builds now. Install libelf-dev so that we can compile. Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-
- 24 Oct, 2017 2 commits
-
-
Martyn Welch authored
Need bc to build kernel. Add it to the docker image. Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-
Martyn Welch authored
make oldconfig was pausing for user input. Use yes to ensure this doesn't happen. Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-
- 13 Oct, 2017 1 commit
-
-
Martyn Welch authored
Add my first attempt at a Dockerfile, built on Debian Jessie and including the gcc compiler. Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-
- 27 Aug, 2017 2 commits
-
-
Martyn Welch authored
Add a build script for kernels so that we can remove this from Jenkins configuration. Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-
Martyn Welch authored
Move build.sh to yocto-build.sh to better describe what it's building and also allow us to have build scripts to build different things. Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-
- 14 Jun, 2017 1 commit
-
-
Martyn Welch authored
Correct logic to check for PREFERRED_PROVIDER_virtual/kernel in conf/local.conf. Add similar section to add rm_work. Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-
- 28 May, 2017 1 commit
-
-
Martyn Welch authored
Build requires locale to be set, LANG doesn't appear to be enough from a fresh build. Adding LANGUAGE and LC_ALL. Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-
- 20 May, 2017 1 commit
-
-
Martyn Welch authored
Build requires locale to be set, think the build machine is set up, hopefully just need to specify one. Signed-off-by:
Martyn Welch <martyn@welchs.me.uk>
-
- 25 Mar, 2017 3 commits
-
-
Martyn Welch authored
Check to see whether tweaks have alreadyt been performed to config files before adding, else they will get applied multiple times if the build directory already exists. Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-
Martyn Welch authored
Set mode of build.sh to allow it to be executed. Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-
Martyn Welch authored
Very hacky build script. Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-