Commit Graph

13034 Commits

Author SHA1 Message Date
Darsey Litzenberger
ce33bddb58 Make the colorized build output readable on a light background
This fixes the readability of colorized output of compile.sh when
running on a terminal with a light background.  It uses the COLORFGBG
environment variable similarly to how the ip(8) command does.

Signed-off-by: Darsey Litzenberger <dlitz@dlitz.net>
2024-02-09 19:38:03 +01:00
Gunjan Gupta
110798c904 remove slick greater on environments on gdm3 and sddm 2024-02-09 19:37:37 +01:00
Igor Pecovnik
ddcb86c90a Odroid XU4: Remove deprecated patch 2024-02-09 16:04:19 +01:00
Viacheslav Bocharov
0f52a512d4 Revert JetHub u-boot patches for emmc clock phase fix 2024-02-09 17:07:08 +03:00
chainsx
de97ea53f1 thead: add pwm-fan support 2024-02-05 21:16:43 +01:00
Igor Pecovnik
c1d128968b Enable current branch on Odroid N2L as it exists now 2024-02-05 17:23:45 +01:00
Gunjan Gupta
2341940cbe Fix broken compilation for boards with multiple targets 2024-02-04 16:23:09 +01:00
Gunjan Gupta
7217cee9c5 Fix armbian lightdm wallpaper path 2024-02-04 12:28:27 +01:00
Gunjan Gupta
564c8f7584 orangepizero3: stepping down as maintainer 2024-02-04 16:48:30 +05:30
Gunjan Gupta
cf392c1787 H616: Add i2c and uart overlays 2024-02-04 16:48:30 +05:30
Gunjan Gupta
d8123f0aee H616: Add dma 2024-02-04 16:48:30 +05:30
Julian Sikorski
495dc62996 Update odroidxu4-current to 6.1.76 2024-02-04 11:25:44 +01:00
chainsx
8755982c92 thead: update current&edge kernel, fix pinctrl config 2024-02-04 11:25:24 +01:00
amazingfate
c0d5616dca rk35xx-legacy: 0000.patching_config.yaml with incremental: true for rk 5.10 vendor kernel
- allows users to put .dts files bare in `userpatches/kernel/rk35xx-legacy/dt`
- important: everyone is still invited to send the DTs to https://github.com/armbian/linux-rockchip directly
  - where yes, they'll have to patch the Makefile there as normal
2024-02-04 11:24:31 +01:00
Ricardo Pardini
86cfcf304a patching: support 'incremental' Makefile auto-patching, for vendor kernels
- without incremental: true:
  - we replace the DT Makefile based on *.dts at the DT directory after all patching/copying is done
  - overlay target is added if overlays present
- with incremental: true:
  - we parse the Makefile, parse the DTs being built, and only add .dts's we have added from 'dt' directory
  - overlays target are not added; we assume smth else already added them
2024-02-04 11:24:31 +01:00
Gunjan Gupta
473548220c uboot: make sure patches work for custom uboot builds too 2024-02-04 11:22:27 +01:00
Gunjan Gupta
cba5ad5dcd meson-s4t7: Sync overlays with fenix v1.6.4 release 2024-02-04 11:22:27 +01:00
Gunjan Gupta
1174b00528 meson-s4t7: bump uboot to khadas-vims-u-boot-2019.01-v1.6.4-release 2024-02-04 11:22:27 +01:00
SteeManMI
a18625a505
prevent armbian-install from running on aml-s9xx-box (#6247)
* aml-s9xx-box uses the u-boot shipped with the TV Box instead of installing
a new u-boot.  Because of this, armbian-install will make the box unbootable
if it is run to install to emmc.  This change prevents running
armbian-install on aml-s9xx-box boards

Changes to be committed:
	modified:   packages/bsp/common/usr/sbin/armbian-install

* prevent armbian-install from running on aml-s9xx-box take 2

Per suggestion of @viraniac remove armbian-install from the board bsp
via the board config file

Changes to be committed:
	modified:   config/boards/aml-s9xx-box.tvb
	modified:   packages/bsp/common/usr/sbin/armbian-install
2024-02-03 21:31:58 -05:00
青菜萝 卜冬瓜
ccf4206700
station-m3: move to rockchip-rk3588 family (#6232) 2024-02-03 11:07:19 +08:00
Gunjan Gupta
218f54dc28 Fix git_ensure_safe_directory function again
The command added to check whether the directory is git or not was
having syntax error. Fixed the same. Also it seems adding safe-directory
with local doesn't really work which actually makes sense. hence
reverting to using global instead. Its still safer than before as
we are not adding * and are adding the actual path of the directory
2024-02-03 04:50:42 +05:30
c0rnelius
c4963a21d6
meson64: u-boot: v2024.01: bananapicm4io: sata support fixup (#6240)
Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
Co-authored-by: Patrick Yavitz <pyavitz@xxxxx.com>
2024-02-01 14:36:17 -05:00
Igor
727569f134
Remove missing package in sid and trixie desktops (#6239) 2024-02-01 20:02:14 +01:00
Rafael
94d4c007d1
Feature lvm support (#6204)
* using the configured volume group name
* added LVM support
* ensuring /boot never on LVM volume, created hook to setup root device
* preparing root device via extension, not assuming any particular partition for root
* using tab spacing
* using global parameter to require a boot partition
* using boot require, moving cryptroot code to extension
* adds crypt image suffix
---------

Co-authored-by: rafael <rvalle@privaz.io>
2024-02-01 20:01:58 +01:00
Rafael
db93db6a4f
fixed indentation on cloud-init extension (#6231)
* fixed indentation on cloud-init extension
* indentation
---------

Co-authored-by: rafael <rvalle@privaz.io>
2024-02-01 20:01:17 +01:00
Igor Pecovnik
07037232a1 Unstable / testing packages sometimes contain hacks that are patching files 2024-02-01 22:01:44 +05:30
amazingfate
557393844d xiaomi-umi: rewrite patches 2024-02-02 00:00:04 +08:00
amazingfate
8060fc6837 xiaomi-umi: use dts file instead of patch 2024-02-02 00:00:04 +08:00
amazingfate
aa2c1f5e39 use common usb gadget network scripts 2024-02-02 00:00:04 +08:00
FantasyGmm
582d0e96b9 Add Xiaomi Mi10(umi) support 2024-02-02 00:00:04 +08:00
Gunjan Gupta
7b81255a5f Fix compilation within docker-shell 2024-02-01 21:04:23 +05:30
c0rnelius
8eab8fd19b
meson64: bananapicm4io/m2s: u-boot: v2024.01 and WS dts fixup (#6233)
BananaPi CM4/M2S:

Update to u-boot v2024.01
Fixup meson-g12b-waveshare-cm4-io-base-b.dts

Removed from 'fanctrl' node
address-cells = <1>;
size-cells = <0>;

Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
Co-authored-by: Patrick Yavitz <pyavitz@xxxxx.com>
2024-02-01 08:06:28 -05:00
Gunjan Gupta
b600ead20d Increase log buffer size for sunxi64 to 128k 2024-01-31 23:55:58 +05:30
Gunjan Gupta
61fa022d23 Allwinner: Bump uboot to v2024.01 2024-01-31 23:55:58 +05:30
Gunjan Gupta
7bb20d7063 uwe5622: reduce system load 2024-01-31 23:55:58 +05:30
Rafael
ad9e3a01c0
added cloud-init support (#6205)
* added cloud-init support
* removed compymods, not required for our use case and not available in all distributions
* using space instead of tabs
* added template with typical use-cases and link to docs
* typo
---------
Co-authored-by: rafael <rvalle@privaz.io>
2024-01-30 18:41:29 +01:00
Igor Pecovnik
940793f908
Enable workflow_dispatch command for labels regenerate 2024-01-30 13:17:39 +01:00
Igor Pecovnik
03299d7843 Labeler workflow fails due to insufficient permissions
https://github.com/crazy-max/ghaction-github-labeler/issues/184
2024-01-30 13:13:28 +01:00
Igor Pecovnik
a7aafb8de0 Add two new issues labels: "Documentation" and "Improper usage" 2024-01-30 12:24:12 +01:00
Gunjan Gupta
d9d6524e7f Add hook to allow forcing uboot update 2024-01-30 12:00:24 +01:00
Gunjan Gupta
37a6fb6b03 meson-s4t7: Force bootscript update 2024-01-30 12:00:24 +01:00
Gunjan Gupta
a281269190 meson-s4t7: rework u-boot compilation to use same compilation process as Khadas 2024-01-30 12:00:24 +01:00
atrain
cf6bcda61d rk35xx: Add broadcom modules to legacy 2024-01-30 11:57:34 +01:00
Igor Pecovnik
833e1c20c6 XU4: remove deprecated patches 2024-01-30 11:57:05 +01:00
dependabot[bot]
b148000043 build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](694cdabd8b...26f96dfa69)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 19:42:54 +01:00
dependabot[bot]
7a3babc042 build(deps): bump peter-evans/repository-dispatch from 2 to 3
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 2 to 3.
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases)
- [Commits](https://github.com/peter-evans/repository-dispatch/compare/v2...v3)

---
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 19:42:37 +01:00
chainsx
ee81c3d249 thead: update kernel version, change from WIP support level to CSC support level. 2024-01-29 16:07:18 +01:00
Julian Sikorski
2478c078b2
Update odroidxu4-current to 6.1.75 (#6213)
* Update odroidxu4-current to 6.1.75
* Revert odroid kernel commit fa6baad as an equivalent fix is part of vanilla 6.1.75
2024-01-29 15:48:14 +01:00
SteeManMI
9ed5bdb4f0
aml-s9xx-box: Update chain loaded u-boot-s905x2-s922 to u-boot version 2024.01 (#6214)
This fixes an incompatibility introduced with new Armbian framework's
change from uImage to Image

 Changes to be committed:
	modified:   packages/bsp/aml-s9xx-box/boot/build-u-boot/readme.txt
	new file:   packages/bsp/aml-s9xx-box/boot/build-u-boot/u-boot-s905x2-s922.patch
	modified:   packages/bsp/aml-s9xx-box/boot/u-boot-s905x2-s922
2024-01-28 22:33:03 -05:00
sandyiscool
201da24501
Add u-boot blob and patch for s905x3 boxes (#6215)
The blob is built on mainline u-boot's tag v2023.10.
2024-01-28 18:03:59 -05:00