- Mar 23, 2024
-
-
The current invocation doesn't work: $ busybox dc "100" "5" / p dc: can't open '100': No such file or directory Fix it so that it does: $ busybox dc -e "100 5 / p" 20 One of the messages that is printed on failure was missing the "WARNING:" prefix. Address that too. Signed-off-by:
Andrea Bolognani <eof@kiyuko.org>
-
- Jan 22, 2024
-
-
Pablo Correa Gomez authored
-
- Mar 14, 2023
-
-
Soon openrc-settingsd (hostnamed) will uses these properties so the information can be exposed to apps like GNOME Settings. Let's also move the shellcheck comment to the outer scope, otherwise we'd need four of these comments now, and let's not use ${} but just $.
-
- Feb 18, 2023
-
-
Caleb Connolly authored
-
- Feb 13, 2022
-
-
Oliver Smith authored
Allow calling the script with: SPLASH_CONFIG=$srcdir/splash.ini devicepkg_build $startdir $pkgname In order to pass a custom splash config, as it will be used with the PineNote (MR 2910).
-
- Jan 22, 2022
-
-
Luca Weiss authored
-
- Apr 11, 2021
-
-
- May 24, 2020
-
-
- Jan 28, 2020
-
-
(These were present before the code was moved to devicepkg-dev.)
-
We need to generate the splash screens separately for each device, because they are specific to the device's display resolution. At the moment we do this dynamically during the installation process. This has the advantage that there is no need to re-build all device packages when one of the splash screen is changed (or a new one is added). In reality, however, the splash screens do not change very frequently. On the other hand, generating the splash screens dynamically has signficant disk usage overhead for a minimal ("none" UI) rootfs: The Python interpreter together with the necessary libraries requires about ~60 MB of disk space on aarch64. The splash screens itself require about ~100 KB for 720x1280. This is not necessary if we move the splash screen generation into devicepkg-dev, which is used to build the device package for all devices. Another advantage is that we no longer need the (rather complicated) caching mechanism for splash screens - so we actually end up with less lines than before. rootfs size for samsung-a5ulte ("none" UI): Before: 450M After: 388M (-62M) After this change, every(!) device package needs to be rebuilt once. No changes are necessary in device packages.
-
- Sep 26, 2019
-
-
Oliver Smith authored
-
- Nov 27, 2018
-
-
Daniele Debernardi authored
-
- Feb 11, 2018
-
-
Michael Hamann authored
* Automatically generate a calibration matrix for libinput This takes the calibration matrix for wayland and divides the pixel offsets by the device width/height. * Bump pkgrels of devices using devicepkg-dev This causes new packages to be generated, using the new devicepkg-dev version.
-
- Dec 14, 2017
-
-
drebrez authored
* Use devicepkg-dev by default in new device wizard * Add link to reference wiki page
-