/home/user/build/src is empty after successful build
Created by: alexlep
Hi,
Thanks lot for the project - I really like the fact that smb cares about older android devices.
At the moment I'm trying to prepare port for my LandRover A9 device, which is running on mt6852.
After executing these commands:
./pmbootstrap.py checksum device-landrover-a9
./pmbootstrap.py build device-landrover-a9
./pmbootstrap.py checksum linux-landrover-a9
./pmbootstrap.py build linux-landrover-a9 --arch=armhf
./pmbootstrap.py install
/home/user/build/src is empty even though #44 (closed) seems to be closed. No cleanups in my APKBUILDs.
/home/user/build/src # grep CLEANUP /etc/abuild.conf
CLEANUP=''
ERROR_CLEANUP="deps"
/home/user/build/src #
Also on my device's fastboot is somehow very limited(I'm getting write data errors on all partitions but userdata and cache, and all unlcoking commands simply hang), so I cannot use it to flash kernel and system image. I was using SP flash tool to flash images, and at first I created boot.img manually using mkbootimg from aports. Maybe we could do smth like:
./pmbootstrap.py build bootimage
which will build mkbootimg, install it to chroot, and automatically will build boot.img with kernel/ram files and params from deviceinfo?
Thank you, Oleksandr