- Jan 21, 2018
-
-
Alexander Polynomdivision authored
-
Alexander Polynomdivision authored
I forgot to re-run 'pmbootstrap checksum'... Well, all good now (?).
-
Alexander Polynomdivision authored
While the kernel compiled without any problems, it stopped when it reached drivers/usb/gadget/function/f_conn_gadget.c. The problem got fixed, however, by simply un-commenting the '#define __ANDROID__' in said source file.
-
- Jan 18, 2018
-
-
Oliver Smith authored
Small improvements: * Allow to specify multiple packages to `pmbootstrap parse_apkbuild` * Specifying no package will parse all packages (like kconfig_check) (also `parse_apkbuild`) * JSON output is sorted of `parse_apkbuild` * Make pkgver check optional, so we can disable it in the device wizard test case * Parse_apk* -> apk*_parse * Don't let the user mess with globs (disallow '*' in pkgname)
-
Daniele Debernardi authored
-
Daniele Debernardi authored
-
Oliver Smith authored
-
- Jan 17, 2018
-
-
Chinmaya Krishnan Mahesh authored
using msm-fb-refresher
-
Mayeul Cantan authored
* pmbootstrap: __config_.py - update the deviceinfo_attributes table Add missing attributes: * "screen_width" * "screen_height" * "dev_touchscreen" * "dev_touchscreen_calibration" * "dev_keyboard" * "bootimg_qcdt" Reorder the list to correspond to pmb/aportgen/device.py Add a comment in the aforementioned file to avoid forgetting to update this list. Signed-off-by:
Mayeul Cantan <mayeul.cantan@gmail.com> * pmbootstrap: add qcdt generation to the linux aportgen APKBUILDs This checks the next box in #688 When the device has bootimg_qcdt set to true, the following is done to the linux APKBUILD: * Add dtbtool to makedepends * Call dtbTool during build() to generate dt.img * Add the generated dt.img in the package's boot/dt.img Signed-off-by:
Mayeul Cantan <mayeul.cantan@gmail.com>
-
- Jan 16, 2018
-
-
Chinmaya Krishnan Mahesh authored
-
- Jan 15, 2018
-
-
Oliver Smith authored
Closes #836.
-
- Jan 14, 2018
-
-
Oliver Smith authored
-
Oliver Smith authored
Fixes #893. Changes: * New action: "pmbootstrap pkgrel_bump" * pmbootstrap detects missing soname depends when trying to install anyting, and suggests "pkgrel_bump --auto" to fix it * Testcase test_soname_bump.py checks the pmOS binary package repo for soname breakage, so we see it when CI runs for new PRs * libsamsung-ipc: bump pkgrel because of soname bump
-
rrooij authored
The blob for tf101 should be exported as symlink too.
-
- Jan 13, 2018
-
-
rrooij authored
Add a blobtools option to the deviceinfo file for creating specific blobs for the Asus TF101 tablet. This will make it easier to flash afterwards with ADB.
-
rrooij authored
This is for making a kernel image for the TF101 easier. See also: ttps://github.com/postmarketOS/pmbootstrap/pull/1103#issuecomment-357035481 The TF101 does not support normal Android boot images and instead needs a blob to be created.
-
- Jan 12, 2018
-
-
Eric Hosmer authored
-
Attila Szöllősi authored
-
Alex Roth authored
-
- Jan 11, 2018
-
-
Alex Roth authored
-
- Jan 10, 2018
-
-
Olgierd Nowakowski authored
-
- Jan 09, 2018
-
-
Oliver Smith authored
-
Daniele Debernardi authored
- Removed the framebuffer configuration in the initramfs hook - Added patch for fixing the framebuffer mode in the kernel source - Cleanup linux-samsung-i9070 APKBUILD
-
rrooij authored
-
Filip Matijević authored
Also added the watchdog-kick package: Some devices (namely Nokia N9/950) use more than one watchdog, and watchdog-kick package kicks all of /dev/watchdogs? every 10 seconds so they don't reset the device
-
Olgierd Nowakowski authored
* Packaged wallpapers and added a postmarketos-artwork metapackage * Added artwork packages * Spaces -> Tabs * Merged postmarketos-artwork-wallpapers-extra to be a subpackage Corrected maintainer email
-
- Jan 08, 2018
-
-
rrooij authored
-
rrooij authored
Current status: * Red glare on screen (probably need kernel patch) * No touch support * Networking on USB does not work, but it does boot normally
-
Oliver Smith authored
* postmarketos-ui-xfce4: update to 0.1, depend on mesa-egl * postmarketos-ui-mate: depend on mesa-egl
-
Oliver Smith authored
* Don't ask for the mesa driver when the Qemu arch is not the native arch and always use swrast in that case * qemu-vexpress: use LTS kernel * qemu-aarch64: use drm-backend for weston
-
- Jan 07, 2018
-
-
Eric Hosmer authored
-
drebrez authored
Fixes random UI selection screen for Python <3.6.
-
- Jan 06, 2018
-
-
Adrian Siekierka authored
* Boots successfully to Weston * supports the touch screen * SSH into the device over USB works
-
Oliver Smith authored
It still contained $pkgname-mesa, which is as subpackage that has just been removed in #1086.
-
Eric Hosmer authored
-
Oliver Smith authored
-
Oliver Smith authored
* Devices: depend on mesa-dri-swrast (where it makes sense) * Device wizard: add mesa-dri-swrast by default * Closes #1013.
-
Oliver Smith authored
Fixes #1061.
-
- Jan 05, 2018
-
-
Yan authored
-
Olgierd Nowakowski authored
Removed shutdown (as weston isn't running as root anymore) Changed the firefox button to state that firefox needs to be installed
-