- Jan 07, 2025
-
-
Luca Weiss authored
Like quite a few other values being set to false, this one has a default of false so can be safely removed.
-
- Mar 09, 2023
-
-
Clayton Craft authored
-
- Apr 05, 2021
-
-
- Nov 20, 2020
-
-
DX37 authored
Hello there, DragonX256 here. For now, this tablet only have flashing, USB net, display and touchscreen. I will try to add other features soon, or, if I fail enough, switch to mainlining immediately :D
-
- May 24, 2020
-
-
[ci:ignore-count], [ci:skip-build]
-
- Mar 14, 2020
-
-
Oliver Smith authored
Prepare for better device categorization by moving everything to testing subdir first. [skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR depends on this MR Related: postmarketos#16
-
- Mar 09, 2020
-
-
Don't set any deviceinfo_year for qemu-* and tablet-x64uefi, it wouldn't be very accurate.
-
Most devices do not need to set any of these variables. directfb can now automatically detect touchscreens, calibration is only needed for resistive touchscreens and dev_keyboard is unused. Automatically done using: - sed -i '/deviceinfo_dev_keyboard=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen_calibration=""/d' device-*/deviceinfo
-
- Jan 10, 2020
-
-
red-black-bonsai authored
-
- Aug 31, 2019
-
-
Changes in the kernel defconfig: - disable ANDROID_PARANOID_NETWORK (removes network restrictions) - enable CONFIG_USB_G_ANDROID and CONFIG_DIAG_CHAR (for USB networking) - enable DEVTMPFS (needed for udev -> touch support in weston) - enable FB_MSM_DEFAULT_DEPTH_RGB565 (for 16-bit support to avoid red screen) - enable SYSVIPC (so busybox' syslogd can log to a ringbuffer in the kernel) - enable VT (for virtual terminal over USB) [ci:skip-build]: already built successfully in CI
-
- Jun 07, 2019
-
-
hacker12455 authored
-
- Jun 06, 2019
-
-
hacker12455 authored
Device boots, USB networking works. [ci:skip-build]: already built successfully in CI
-
- Dec 26, 2018
-
-
Luca Weiss authored
For #157 [skip ci]
-
- Apr 24, 2018
-
-
Oliver Smith authored
The `msm-fb-refresher` updates the screen for msm based devices. It is not needed for all devices, so we had some extra code in the initramfs, that would only add it when the `deviceinfo_msm_refresher` variable was set. However, we are able now to add files to initramfs hooks, so this hack can be removed and simplify everything. Changes: * Remove `deviceinfo_msm_refresher` from all deviceinfos * Add sanity check for it * Move all `deviceinfo` sanity checks to an extra function * `postmarketos-mkinitfs`: remove code for msm refresher * `msm-fb-refresher`: add initramfs hook
-
- Mar 30, 2018
-
-
Aerotinge authored
-
- Mar 07, 2018
-
-
Daniele Debernardi authored
* deviceinfo: remove external_disk_install and external_disk, use external_storage instead * Complain when external_disk* is used
-
- Jan 06, 2018
-
-
Adrian Siekierka authored
* Boots successfully to Weston * supports the touch screen * SSH into the device over USB works
-
- Dec 21, 2017
-
-
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
-
- Oct 20, 2017
-
-
clayton craft authored
@drebrez deserves much credit for this one for all the testing, bisecting and for fixing everything. Thank you very much! --- * devices which need a custom weston.ini ship it with a install_if subpackage, so it only gets installed when weston is installed. This sounds complicated, but is actually pretty clean in the APKBUILD. * postmarketos-ui-weston: has a weston.ini.default, which enables xwayland and uses fbdev as backend (because that's what most devices use!). It defaults to the weston.ini.default if there is no weston.ini (as installed by the device package). * changed spaces to tabs for consistency, general minor refactoring of device-APKBUILDs
-
- Oct 07, 2017
-
-
zhenyolka authored
* Added [lg-d285] * Added [device-lg-d285 * Added [device-lg-d285 * Added [device-lg-d285] * Edit checksums * Update APKBUILD * Update APKBUILD
-
- Jul 28, 2017
-
-
Oliver Smith authored
Migration guide: https://github.com/postmarketOS/pmbootstrap/wiki/Migration-to-aports-subfolders
-
- Jul 23, 2017
-
-
Martijn Braam authored
Thanks, Martijn Braam! * Made postmarketos-mkinitfs use postmarketos-splash to generate splash images * Added screen sizes to all deviceinfo files * Bumped pkgrel for all device packages
-
- Jul 21, 2017
-
-
clayton craft authored
This re-enables the XWayland module for devices which did not use the 'dirty hack' that was removed in #201.
-
- Jul 08, 2017
-
-
Oliver Smith authored
Minor changes: * device-lg-hammerhead: remove left-over comment * device-samsung-i9100: remove fastboot section
-
- Jul 06, 2017
-
-
Oliver Smith authored
-
- Jul 04, 2017
-
-
Oliver Smith authored
-
- Jun 29, 2017
-
-
Oliver Smith authored
-
- Jun 27, 2017
-
-
Nutcake authored
-
- May 27, 2017
-
-
Santosh D authored
-
- May 26, 2017
-
-
Oliver Smith authored
Later, the aports folder will probably get split up in its own repository. But right now this is simply convenient.
-