Commit Graph

18 Commits

Author SHA1 Message Date
SolidHal 3e2155a987 Add gnome configurations, and load them in a sane way
bump arm64 to 5.9.7
clean up package installation
bump image size to 3GB for now
add "make write_image PDEV=/dev/sdX TARGET=armXX" to easily build and write an image to the specified device all in one
2020-11-10 22:15:03 -08:00
SolidHal 88d0a70c9e Revert "Increase Kernel Size Image and Partition to 64MB"
This reverts commit c987cb4d90.

Why:
Depthcharge/vboot refuse kernels >32MiB anyway, so this can't
be used
2020-10-26 19:25:06 -07:00
SolidHal 12ea52c7e8 use devfreq patches, track others 2020-10-25 16:44:31 -07:00
SolidHal 9a3f81151e
Merge pull request #199 from filberg/master
Improve kernel building automation
2020-09-17 10:34:08 -05:00
rk-zero c987cb4d90 Increase Kernel Size Image and Partition to 64MB 2020-09-17 09:45:23 +00:00
filberg a13a95630e
Merge branch 'master' into master 2020-09-15 12:42:22 +02:00
Fil 79b2f36c08 LibKernelUpgrade.sh: Fix invocation of get_build_kver
This fixes both the behaviour of get_build_kver() and its invocation in other
parts of the script, so that it executes in the same shell as the caller's.
This way, all parts of the version string can be retrieved in a single call.
Before this fix, the function had to be invoked in a subshell $(foo)
to capture the full version string as its output, while the export'ed values
of $PRAWNOS_KVER_* could not be read by the caller in the parent shell.

Signed-off-by: Fil <fil@filberg.eu>
2020-09-15 12:07:38 +02:00
SolidHal 4b309d171b Clear env before building ath9k
add ath9k build logging
check kernel size to ensure it fits in the partition
2020-08-09 15:30:15 -07:00
SolidHal 319abeb892 ensure the kernel isn't too large 2020-08-09 11:45:15 -07:00
SolidHal 11033ab7f7 clear out the target envvar before building openath9k firmware 2020-08-09 11:13:17 -07:00
Fil 7142678a89 LibKernelUpgrade.sh: Add function build_latest_kernel()
This introduces function build_latest_kernel() that automatically fetches
the latest kernel version from the upstream URL and launches a regular
kernel build for the latest version found.

This should prove to be very usefull to automate kernel builds
on a headless build server (e.g. via a cron job), by continuously
monitoring upstream for any new release.

Signed-off-by: Fil <fil@filberg.eu>
2020-08-07 19:08:41 +02:00
SolidHal 75333ea69b arm64 kernel config booting 2020-07-25 01:33:26 -07:00
SolidHal c0b1e33095 add in arm64 config, patches 2020-07-20 00:30:53 -07:00
SolidHal 2915ef445c bring in support for additional architchtures, like arm64 2020-07-17 23:36:04 -07:00
SolidHal afc88c9d6c kernel image package building, versioning applied, install completes 2020-07-13 22:36:52 -07:00
SolidHal 70892bba20 kernel image packaging framework 2020-07-10 22:54:01 -07:00
Hal Emmerich 4d4145f16f Inital rework/reorganization
more to do
2020-06-21 02:28:45 -05:00
Hal Emmerich ed31f39058 organize scripts directory, store paths in BuildCommon.mk 2020-06-20 18:44:09 -05:00