Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
(ref T12)
|
|
|
|
Add qemu image build scripts
|
|
|
|
|
|
This is important for nightly builds, and handy for release builds.
|
|
|
|
|
|
|
|
Enable handling of errors within .ONESHELL targets
|
|
|
|
Makefile .ONESHELL mode means that individual line exit codes
aren't evaluated, only the final return code from the shell,
which will always be zero.
This makes it break earlier when a subscript returns non-zero.
Maybe we shouldn't be using make? ;)
|
|
|
|
|
|
|
|
This reverts commit d414a3742ae9c257710b612419435791a31dc162.
|
|
|
|
|
|
|
|
for vmlinuz and initrd.img.
|
|
|
|
|
|
|
|
build flavour.
|
|
for use in shell scripts and the like.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Apparently live-build doesn't return $?>0 correctly for certain failures,
which may lead to misleading success message when the build in fact had failed.
|
|
|
|
|
|
Image version will now be passed in configure option.
As a collateral damage, add support for options without default values.
|
|
|
|
|
|
This will be a configure option eventually.
|
|
If more granular data modification is needed, it can be stored in other data/ subdirs.
|
|
|
|
Some people rightfully complained about their absense already.
|