- 16 Oct, 2020 1 commit
-
-
Florian Leeber authored
android9: Implement jumpercable boot See merge request !17
-
- 14 Oct, 2020 1 commit
-
-
Alfred Neumayer authored
When booting without initramfs-tools-halium we're not setting up /dev using udev beforehand, and finding the proper partitions might fail. So instead, just trigger another action=add before mounting the partitions here.
-
- 01 Oct, 2020 3 commits
-
-
Dalton Durst authored
android9: add option to build rootfs based on devel channel See merge request !16
-
NotKit authored
-
NotKit authored
Install extra packages from xenial_-_android9 for both devel and edge.
-
- 09 Sep, 2020 1 commit
-
-
Marius Gripsgard authored
This improves systemimage builder to be able to fetch and generate command files based on json files provided by the server. This removes the need to hardcode tarball paths and versions. This requires jq to be installed Co-Authored-By:
Dalton Durst <dalton@ubports.com>
-
- 06 Sep, 2020 1 commit
-
-
Marius Gripsgard authored
-
- 01 Sep, 2020 1 commit
-
-
Dalton Durst authored
For some reason, this --dig-holes causes images created by debos to not work correctly when flashed with bmaptool over an unclean SD card. Removing hole digging makes things better. Unfortunately this adds about 1GB to flash time again and most of it is zeroes. But at least it doesn't cause the XZ size to balloon again.
-
- 19 Aug, 2020 1 commit
-
-
Dalton Durst authored
When deleting files on an ext4 system, they are of course not actually deleted. Their blocks are only marked for reuse. That meant we were keeping all of the deleted blocks from the system-image files. This was about 400MB of xz-compressed data which wouldn't compress again and greatly slowed down compressors. To make things worse, bmap-tools didn't know the data was unused and caused it to be written out to the final device. Ugh! The zerofree tool fixes this by finding the blocks and zeroing them. A further 'fallocate --dig-holes' then takes these zeroes and converts them back into unused space on the host. Another option was dd'ing a bunch of zeroes then deleting, but that would cause the file to balloon to its full size first and slow down the build. Finally, 'fstrim' could be used for this if the virtual disks used by debos supported discard and used it correctly. They do not.
-
- 18 Aug, 2020 5 commits
-
-
Dalton Durst authored
-
Dalton Durst authored
-
Dalton Durst authored
-
Dalton Durst authored
-
Dalton Durst authored
-
- 16 Aug, 2020 1 commit
-
-
Florian Leeber authored
android9: Load incall audio modules See merge request !12
-
- 13 Aug, 2020 1 commit
-
-
Dalton Durst authored
-
- 05 Aug, 2020 1 commit
-
-
Dalton Durst authored
-
- 30 Jul, 2020 1 commit
-
-
Erfan Abdi authored
-
- 04 Jul, 2020 2 commits
-
-
Dalton Durst authored
-
Dalton Durst authored
Make it possible to build more system-image images by making the builder more generic, allowing it to take image names as parameters. Then use that to build a PineTab image too. Also create the ext4 partitions with the metadata_csum feature disabled so the 16.04 e2fsck will work on them.
-
- 22 Jun, 2020 1 commit
-
-
Dalton Durst authored
Install gst-droid and qtubuntu-position to Android 9 rootfs See merge request !10
-
- 21 Jun, 2020 2 commits
- 10 Jun, 2020 4 commits
-
-
Dalton Durst authored
-
Dalton Durst authored
Add config file for building Android 9 rootfs See merge request !9
-
NotKit authored
-
NotKit authored
-
- 08 Jun, 2020 1 commit
-
-
Dalton Durst authored
-
- 27 May, 2020 3 commits
-
-
NotKit authored
-
Erfan Abdi authored
-
NotKit authored
-
- 26 May, 2020 4 commits
-
-
NotKit authored
-
NotKit authored
Done in https://github.com/ubports/lxc-android-config/commit/0958fa134c171fa36589b8d2720b7b7601effdd3 instead.
-
NotKit authored
This commit is for upstream rootfs, please revert when porting a new device.
-
NotKit authored
-
- 14 May, 2020 1 commit
-
-
Marius Gripsgard authored
-
- 13 May, 2020 4 commits
-
-
NotKit authored
It is already handled inside LXC android container config
-
Alfred Neumayer authored
-
Alfred Neumayer authored
-
Alfred Neumayer authored
-