- Dec 23, 2017
-
-
William O-D authored
-
drebrez authored
* Changed usb-shell behavior, it wait for some user action before continue booting * Rename usb-shell to debug-shell and changed port to 23 * Add `20-debug-shell.sh` script to static code analysis * Enable eth0 interface in initramfs (qemu) * Add additional script to run a shell in order to be able to kill it from a telnet session
-
Bart Ribbers authored
-
Oliver Smith authored
Compiling with the gold linker works \o/ - this fixes #1008.
-
- Dec 22, 2017
-
-
Attila Szöllősi authored
-
Bart Ribbers authored
-
Oliver Smith authored
One comma was missing after the last `git rebase` I did before merging code.
-
- Dec 21, 2017
-
-
William O-D authored
-
Attila Szöllősi authored
* Rename deviceinfo variable flash_methods to flash_method * Update pmb.config.deviceinfo_attributes / add sanity check * Add test case that parses all deviceinfo files
-
Oliver Smith authored
-
Oliver Smith authored
-
Oliver Smith authored
* ccache: Fix for distcc cross-compiling / various improvements * Make ccache work when cross-compiling with distcc (fix #716) * Allow to configure the ccache size in "pmbootstrap init" * Moved ccache stats code from pmb/build/other.py to pmb/helpers/frontend.py * Grouped job count, ccache size and timestamp based rebuilds together to "build options" and allow to skip them * Sorted config options that had to be modified anyway alphabetically * Improve comment in arch-bin-masquerade APKBUILD
-
- Dec 20, 2017
-
-
Oliver Smith authored
Fixes #955. Previously we did not look through all APKINDEXes while looking for the package with a given name and the highest version. This caused pmbootstrap to build packages even if they are in the binary repo and up to date.
-
- Dec 19, 2017
-
-
Alex Roth authored
-
Oliver Smith authored
-
NotKit authored
* Package more maemo apps/libs (including Maemo X Terminal osso-xterm) * Put libhildondesktop examples into separate package * Change upstream url in Maemo packages to https://github.com/maemo-leste Update hildon-desktop and iphbd to their newer repo versions. This includes the fix for the bug when switching between multiple windows in hildon-desktop. * Use version tags instead of specific commits for Maemo packages
-
Oliver Smith authored
-
- Dec 18, 2017
-
-
Oliver Smith authored
Also removed the Alpine maintainer (as we usually do so we don't annoy him) and changed the pkgver to 9999 (this package is present in upstream Alpine, we don't want it to get replaced when Alpine updates their version).
-
- Dec 17, 2017
-
-
lawl authored
-
Alex Roth authored
* Added a lot more Luna packages. It is now possible to start Luna, complete the first use app, and use the system. ARM support still broken. * Cleanup & testing fixes. Starting in a fresh qemu environment works, but isn't quite deterministic. See wiki page for details
-
- Dec 16, 2017
-
-
Oliver Smith authored
-
- Dec 15, 2017
- Dec 14, 2017
-
-
drebrez authored
* Use devicepkg-dev by default in new device wizard * Add link to reference wiki page
-
Oliver Smith authored
(Not increasing the pkgrel, because we really don't want to build this when not necessary.)
-
Anton Lazarev authored
-
- Dec 12, 2017
-
-
Alex Roth authored
-
rrooij authored
The RGB values were not calculated correctly. This patch was send to me by cascaro and works great. All credits goes to him. This also fixes the issue of Weston not automatically recognizing the good pixman type without setting it in the deviceinfo file.
-
drebrez authored
-
- Dec 11, 2017
-
-
Bart Ribbers authored
* Update KDE Frameworks to 5.41.0 * Bump pkgrel of packages depending on the KDE Framework update
-
Bart Ribbers authored
Add qt5-qtbase with OpenGL ES2 enabled and adjust the upstream compatibility test case. * Test case: don't get the qt5-qtbase version from any APKINDEX, but only from Alpine's community APKINDEX * Test case: If the pkgver is 9999, look at _pkgver
-
zhuowei authored
On my system, /proc/mounts sometimes contains a line like ``` udev /media/zhuowei/redhd/pmbootstrap/chroot_native/dev/loop0p2\040(deleted) devtmpfs rw,relatime,size=1959476k,nr_inodes=489869,mode=755 0 0 ``` The "\040(deleted)" text confuses `pmbootstrap shutdown`. Remove the suffix if we find it in a /proc/mounts entry. This fixes #545.
-
rrooij authored
-
- Dec 09, 2017
-
-
rrooij authored
Add the wifi firmware for bcm4335. This is the blob that is being used in LineageOS/CyanogenMod 14.1.
-
Oliver Smith authored
postmarketos-ui-plasma-mobile: Remove compile time warning (downloading pre-built packages from the binary repo is working)
-
Oliver Smith authored
Fixes #937.
-
- Dec 08, 2017
-
-
Oliver Smith authored
Closes #928.
-
drebrez authored
-
rrooij authored
-