- Jul 24, 2023
-
-
Add a cargo wrapper which appends a --target argument to the command line. This makes cargo pass the --target argument to rustc for crates being built for the target architecture, even if the target is the same as the host. It will omit the --target argument for build scripts and crates used in macros. Check for this --target argument in the rustc wrapper and adjust the library paths depending on its presence. The fallback that runs rustc under qemu is no longer needed because macros are now built for the native architecture and can be loaded into the native compiler without any problems. Also check if the arguments passed to rustc are "-vV". If this is the case, we still need to fall back to the target rustc because the native rustc will return the wrong architecture. If the wrong host architecture is passed to a build script, it might try to look for a cross-compiler or do something else that doesn't work. [ci:skip-build]: already built successfully in CI
-
This fixes touchscreen on some trogdor devices. [ci:skip-build]: already built successfully in CI
-
- Jul 23, 2023
-
-
Clayton Craft authored
the 6.3 kernel for this device added edt-ft5x06, but it was dropped when upgraded to 6.4, so this reverts back to the focaltech driver so that the touchscreen will work again in the initramfs [ci:skip-build] already built successfully in CI
-
Clayton Craft authored
-
[ci:skip-build]: already built successfully in CI
-
[ci:skip-build] already built successfully in CI
-
Oliver Smith authored
-
I forgot to change this before merging. Commit remains the same, so package itself shouldn't change. Thus: [ci:skip-vercheck] [ci:skip-build]: already built successfully in CI
-
- Jul 22, 2023
-
-
[ci:skip-build] already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
Modem firmware for Google Trogdor Chromebooks
-
Load EFS files on Qualcomm-based Chrome OS devices
-
Qualcomm Snapdragon 7c (sc7180) common package.
-
-
-
[ci:skip-build] already built successfully in CI
-
- Jul 21, 2023
-
-
- specify offset to embed the u-boot - change partitions where to flash the kernel and rootfs - add dependency on mainline u-boot that supports extlinux.conf boot records [ci:skip-build] already built successfully in CI
-
-
[ci:skip-build] already built successfully in CI
-
[ci:skip-build] already built successfully in CI
-
-
This old package had a pre-deinstall script to remove the necessary Sxmo daemons. We move those daemon management to the -dwm and -sway dedicated postmarketos packages. The problem is that apk can eventually install/upgrade the -dwm or -sway package before removing sxmo-common. This cause a deactivation of the daemons. To prevent this, we add back an empty sxmo-common to take place of the old one. This one does not contain the deinstall scripts. We will remove this in two stable release.
-
Oliver Smith authored
Use the recently added binutils-cross packages in Alpine instead of our own ones.
-
Oliver Smith authored
-
- Jul 20, 2023
-
-
[ci:skip-build]: already built successfully in CI
-
-
-
-
Caleb Connolly authored
Since linux 6.4.0 the SDM845 kernel uses compressed kernel modules, we need to kmod version of modprobe to handle loading these, so depend on it. [ci:skip-build] already built
-
Caleb Connolly authored
* Use zstd:fast compression for the ramdisk * Delete obselete phoc.ini config files * Fixup kernel cmdline args
-
Caleb Connolly authored
Also enable stripping, switch to compressed modules, and use zstd for ZRAM
-
after almost 3 years, I got my device not starting any UI, even console figured out that framebuffer console activation fixed it also enabled external storage, so i can install pmOS on sdcard, without fastboot 800 MB restrictions. nice [ci:skip-build]: already built successfully in CI
-
In some situations, like when building a device package with pmb, deviceinfo may not exist in the rootfs. mkinitfs 2.2's behavior changed slightly to fail if it can't find a deviceinfo, and this avoids calling it in those cases. [ci:skip-build]: Already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
-
- Jul 19, 2023
-
-
Clayton Craft authored
Changelog: https://gitlab.com/postmarketOS/postmarketos-mkinitfs/-/tags/2.2 [ci:skip-build] already built successfully in CI
-
Clayton Craft authored
In order to support recent changes in boot-deploy, this patch also renames the config file to "os-customization" and installs it in the new supported location. Changelog: https://gitlab.com/postmarketOS/boot-deploy/-/tags/0.9 Changelog: https://gitlab.com/postmarketOS/boot-deploy/-/tags/0.9.1 Co-authored-by:
Pablo Correa Gómez <ablocorrea@hotmail.com>
-