Commit Graph

90 Commits

Author SHA1 Message Date
Austin English f0fa222215 scripts/BuildScripts/BuildCommon.mk: don't include the gitsha in the base image name
But do use the target arch, so side by side builds are still possible.
2021-03-29 22:14:24 -05:00
Austin English 27e5299f64 scripts/BuildScripts/BuildCommon.mk: use git branch instead of PrawnOS release for image name 2021-03-29 22:14:24 -05:00
Austin English d7b79c84ca scripts/BuildScripts/FilesystemScripts/buildFilesystem.sh: use debootstrap directly
Also properly sort the inputs, to avoid failure with newer qemu-debootstrap/debootstrap:
E: No such script: --keyring=/PrawnOS/filesystem/resources/apt/debian-archive-keyring.gpg
2021-03-11 01:05:07 -06:00
Austin English 051cf7c938 crawfishos: initial fork 2021-01-20 07:26:47 -06:00
Austin English 037607c23b import blobby broadcom firmware
Based on https://github.com/Maccraft123/ShrimpOS
2021-01-20 06:47:24 -06:00
Austin English fcc04ee139 Revert "bump armhf to 5.10.1, upload package"
This reverts commit 2d18ac282b.

This breaks formatting emmc on speedy, for me
2020-12-29 16:01:59 -06:00
Austin English 78f05fa502 scripts/BuildScripts/KernelScripts/buildPerf.sh: cleanup input checks 2020-12-27 10:22:49 -06:00
Austin English 74b7f899d7 scripts/*: rename base_debs_download to shared_desktop_debs_download 2020-12-27 10:05:54 -06:00
SolidHal c905b0178c fixup #249, locate kernel config for "make kernel_config" properly 2020-12-23 15:52:00 -08:00
SolidHal 04750a91d5 Revert "grab mutter libs from sid as workaround for #235"
This reverts commit 4b491fe30e.
2020-12-23 14:11:38 -08:00
SolidHal b35d8c7001
Merge pull request #249 from austin987/blobby-kernel-wip
better blobby kernel support
2020-12-23 21:16:13 +00:00
SolidHal f0ce6513e5 Add kernel patch for gru-kevin cursor lag, fixes #225
Added additioanl kernel patch to correct analogix_dp_transfer failue
2020-12-23 11:38:36 -08:00
Austin English 42b2313cc7 kernel/makefile: improved blobby kernel support 2020-12-20 00:22:31 -06:00
Austin English 106791565b scripts/BuildScripts/KernelScripts/buildKernel.sh: cleanup input checks 2020-12-20 00:22:30 -06:00
SolidHal cba4cfb89f bump kernel package to upgrade install script 2020-12-19 09:33:37 -08:00
SolidHal 4a8e0ad2c2 add rule to make perf 2020-12-15 21:31:10 -08:00
SolidHal 37fd898d66 Merge branch 'master' of github.com:SolidHal/PrawnOS 2020-12-15 19:58:53 -08:00
SolidHal 2d18ac282b bump armhf to 5.10.1, upload package 2020-12-15 19:58:35 -08:00
SolidHal 951e2096e6 bump arm64 to 5.10.1, uploaded new kernel package 2020-12-15 19:55:08 -08:00
Austin English e281407449 scripts/BuildScripts/KernelScripts/buildKernel.sh: exit with failure if no valid arch passed 2020-12-15 01:55:51 -06:00
SolidHal 4b491fe30e grab mutter libs from sid as workaround for #235 2020-12-04 22:09:55 -08:00
SolidHal aa64b07e65 verify inputs for kernel installation script 2020-12-04 21:03:23 -08:00
SolidHal 57021d4781 Make kernel image packaing work properly
track the orig so /debian file changes can be made if necessary before a kver bump
2020-12-04 20:19:57 -08:00
SolidHal 3a727a5ac4 cleanup kernel image packaging 2020-12-04 18:25:20 -08:00
SolidHal 35bdd8727f bump to 5.9.12 for arm64 and armhf 2020-12-03 16:47:34 -08:00
SolidHal 7befa21ba0 link to the correct directory path 2020-12-03 16:08:59 -08:00
SolidHal 642d804778 use correct path for inside the initramfs chroot 2020-12-03 15:18:30 -08:00
SolidHal b7be510bed use internal chroot path when loading gpg key 2020-12-03 14:36:31 -08:00
SolidHal 7eccb4930e remove InstallResources directory, move resources and scripts for installation to /etc/prawnos
cleanup what we do install
2020-12-03 14:25:08 -08:00
SolidHal 817daa10ce include gnome config package in build 2020-11-30 22:14:01 -08:00
SolidHal 7ff22f9772 add built/install structure for prawnos config packages 2020-11-30 21:50:11 -08:00
SolidHal c5245efb8b
Merge pull request #242 from austin987/xz
kernel: use xz archive instead of lzip
2020-11-28 16:07:17 -06:00
SolidHal 56edce32be don't waste time installing packages that were installed during build.
correct comments
2020-11-28 13:24:24 -08:00
SolidHal 5a9a84f5c9 remove PrawnOS mesa version from build since upstream is newer 2020-11-28 13:20:13 -08:00
Austin English 80feca43a7 kernel: use xz archive instead of lz
The size difference is minimal. This is also what is used by the upstream (blobby) kernel,
(and also means the special flag for tar isn't needed).
2020-11-24 04:07:59 -06:00
SolidHal 67d1e2b66c bump armhf to 5.9.8 2020-11-15 14:01:55 -08:00
SolidHal 29dc0ac71a set console font to something reasonable for kevin 2020-11-14 12:04:29 -08:00
SolidHal afacb89730 bump to 5.9.8, add way to build the upstream blobby kernel for debug purposes 2020-11-14 11:59:27 -08:00
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 1e02ed3a68 bump arm64 to 9.1.4 2020-11-04 18:11:32 -08:00
SolidHal 8c13520340 bump armhf to 5.9.4 to fix panfrost, gdm 2020-11-04 17:42:48 -08:00
SolidHal 7f4ec0288e add make rule to create releases 2020-10-28 17:42:52 -07:00
SolidHal a4b11781ae bump image size for now 2020-10-26 21:09:54 -07:00
SolidHal baefd8a50e remove lxqt 2020-10-26 20:07:03 -07:00
SolidHal 1433f6e202 final kernel partition change revert 2020-10-26 20:01:07 -07: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 82ce07ecd4 copy in the proper mesa packages for install
remove lxqt from armhf build as well to avoid going over the image size
store the prawnos version .dsx and source tar for mesa
2020-10-24 11:42:41 -07:00
SolidHal 714a0f9e58 use the correct kernel size when blanking images before writing the kernel 2020-10-23 14:59:24 -07:00
SolidHal d7dcc1b635 bump to 5.9, debug panfrost 2020-10-22 13:45:58 -07:00