pmbootstrap/pmb/build
Minecrell 3b5492d91e
pmb: build: envkernel: Fix bind mount detection (MR 2217)
At the moment the "envkernel.sh hasn't run, assuming the kernel was
cross compiled on host and using current dir as source" code path
triggers even when using envkernel.sh, which works somewhat but
requires sourcing envkernel.sh again after each invocation of
"pmbootstrap build --envkernel ...".

The reason is that os.path.ismount() does not work for bind mounts
(see https://bugs.python.org/issue29707). There is a workaround for
that already in pmbootstrap but it is not used here for some reason.
2022-10-20 11:41:27 +02:00
..
__init__.py Happy new year 2022! 2022-01-02 22:39:14 +01:00
_package.py pmb.build._package: update isl workaround (MR 2213) 2022-10-16 18:02:26 +02:00
autodetect.py Happy new year 2022! 2022-01-02 22:39:14 +01:00
checksum.py Happy new year 2022! 2022-01-02 22:39:14 +01:00
envkernel.py pmb: build: envkernel: Fix bind mount detection (MR 2217) 2022-10-20 11:41:27 +02:00
init.py Happy new year 2022! 2022-01-02 22:39:14 +01:00
menuconfig.py pmb.parse.kconfig: rename anbox check to waydroid (MR 2204) 2022-09-13 09:30:23 +02:00
newapkbuild.py Happy new year 2022! 2022-01-02 22:39:14 +01:00
other.py Happy new year 2022! 2022-01-02 22:39:14 +01:00