pmbootstrap/pmb
Oliver Smith 43740144bd
gcc-*: fix compiling in strict mode [skip ci] (#1468)
Due to changes in abuild, our `gcc-armhf` etc. packages did not build
when using strict mode (i.e. `pmbootstrap build --strict gcc-armhf`)
anymore.

Changes:
* Set `CBUILDDIR=/`, so apk can read a valid package index from there
* Directly set `_cross_configure`, so it does not use CBUILDDIR anymore
* Set `BOOTSTRAP="nobuildbase"` to prevent apk from installing
  `build-base-armhf` etc. (these don't exist in pmOS)
* Remove legacy code for lazy reproducible builds that wrapped
  `package()`
2018-05-13 18:30:02 +00:00
..
aportgen gcc-*: fix compiling in strict mode [skip ci] (#1468) 2018-05-13 18:30:02 +00:00
build Fix test/test_build_package.py 2018-04-19 02:29:48 +02:00
chroot Recreate device nodes in chroot after shutdown (#1447) 2018-04-29 22:17:57 +00:00
config Recreate device nodes in chroot after shutdown (#1447) 2018-04-29 22:17:57 +00:00
export Add install flag to generate separate boot and system images (#1442) 2018-05-01 00:18:40 +00:00
flasher Add info about --method to error message (#1469) 2018-05-06 10:18:35 +00:00
helpers Fix binfmt_misc check (#1449) 2018-04-28 23:10:54 +00:00
install pmbootstrap: install device's kernel subpackage 2018-05-08 21:52:19 +00:00
parse Be more verbose about the missing aports directory (#1454) 2018-05-01 00:49:20 +00:00
qemu pmbootstrap init: kernel selection / remove linux-pmos-lts (#1363) 2018-04-03 23:50:09 +00:00
__init__.py Only print 'pmbootstrap log' msg to stdout (#1453) 2018-05-01 00:22:16 +00:00