Igor Pečovnik
60c843a194
Update README.md
...
Closing https://github.com/armbian/build/issues/4871
2023-02-27 10:35:06 -03:00
The-going
a131413971
sunxi: remove unused KERNELSOURCE=" https://github.com/megous/linux "
2023-02-26 15:42:49 -03:00
Ricardo Pardini
d453c873fd
distro-agnostic.sh: fix: check if chroot (not host!) has timesyncd.conf as condition to enable systemd-timesyncd.service ( #4870 )
2023-02-26 09:36:32 +01:00
Igor Pečovnik
b7921eb53e
Rename config file "only_for" into "architecture" ( #4861 )
...
* Rename only_for def into architectures
* Rename def with typo arhitectures -> architectures
2023-02-24 20:36:27 +01:00
Julian Sikorski
1dc2cecc3f
Update odroidxu4-current to 5.4.232 ( #4858 )
2023-02-24 20:03:44 +01:00
Ricardo Pardini
0ac37c51eb
odroidxu4: fix the custom_kernel_config__hack_odroidxu4_firmware() for version hash ( #4864 )
2023-02-24 20:03:27 +01:00
Ricardo Pardini
25606ef3c8
logs: remove git diff from GIT_INFO_ANSI, it's somewhat useless and potentially huge leading to argument list too long
2023-02-24 13:46:28 -03:00
Jianfeng Liu
fdcabaad3f
not rsync /boot when copying root partition ( #4859 )
2023-02-24 23:43:32 +08:00
Jianfeng Liu
ec807c7b30
Merge pull request #4860 from amazingfate/chroot-apt-install
...
use chroot_sdcard_apt_get_install for packages
2023-02-24 19:26:34 +08:00
amazingfate
e6915eabc4
add shebang to rootfs-create.sh
2023-02-24 18:59:53 +08:00
amazingfate
3d2cfbc620
use chroot_sdcard_apt_get_install for packages
2023-02-24 18:49:18 +08:00
Ricardo Pardini
d69f09d676
kernel-config: ignore artifact cache, makes no sense with make menuconfig ( fixes #4854 ) ( #4856 )
2023-02-24 10:44:02 +01:00
Vyacheslav
7f101561f2
Merge pull request #4852 from jethome-iot/AR-1545-update-jethub-prepackages-python-modules-to-install-via-apt
...
JetHub: update preinstalled python packages to install via apt
2023-02-23 23:00:39 +03:00
Jianfeng Liu
00ae9403ea
remove u-boot patch fix-vcc3v3.patch for radxa-e25 ( #4850 )
2023-02-23 09:24:58 +01:00
Ricardo Pardini
2f7423d0e4
shellfmt/.editorconfig: enable trim whitespaces, run shellfmt, no actual code changes ( #4849 )
...
- shellfmt: bump to 3.6.0 (run with `bash lib/tools/shellfmt.sh`)
- .editorconfig: rationalize, remove duplicated logic
2023-02-23 09:24:41 +01:00
Ricardo Pardini
c2004faf9c
git-ref2info: fix https Makefile URL for gitlab.com (eg, rk35xx-legacy) ( #4848 )
2023-02-22 20:59:56 +01:00
Vyacheslav Bocharov
d561ded706
JetHub: update preinstalled python packages to install via apt
2023-02-22 17:11:33 +03:00
hzyitc
41709dd756
meson: bump current to v6.1 and edge to v6.2 ( #4843 )
...
* meson: bump current to v6.1 and edge to v6.2
2023-02-22 09:24:41 +01:00
Igor Pečovnik
a2a8cb4f25
Merge pull request #4844 from armbian/dependabot/github_actions/actions/upload-artifact-3.1.2
...
build(deps): bump actions/upload-artifact from 3.0.0 to 3.1.2
2023-02-22 08:19:35 +01:00
dependabot[bot]
d89ada6b71
build(deps): bump actions/upload-artifact from 3.0.0 to 3.1.2
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3.0.0 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](6673cd052c...0b7f8abb15 )
---
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 >
2023-02-22 07:18:41 +00:00
Igor Pečovnik
07dc9bd1a3
Merge pull request #4847 from armbian/AR-1543
...
Update RK35xx legacy kernel to 5.10
2023-02-22 08:15:25 +01:00
Igor Pečovnik
26b41a50fa
Merge branch 'main' into AR-1543
2023-02-22 08:12:57 +01:00
amazingfate
83b90b1f6a
remove mmc alias for rock3a and radxa-e25
2023-02-22 08:04:27 +01:00
amazingfate
94751ee733
fix radxa e25 uboot and kernel boot
2023-02-22 08:04:18 +01:00
amazingfate
6193ec3ebd
use sdk branch for rk35xx legacy
2023-02-22 08:04:09 +01:00
amazingfate
a02bbcc155
enable serial output on rock-3a and radxa-e25
2023-02-22 08:04:03 +01:00
amazingfate
1b0d8f33d3
add radxa e25
2023-02-22 08:03:56 +01:00
amazingfate
d005dc8574
update rk35xx legacy kernel to 5.10
2023-02-22 08:03:48 +01:00
Igor
27cdc2f7ff
Armbian next CI/pre switch adjustements
...
- bump version to 23.05
- adjust OCI repositories, changed hash lenght to 12 and removed rootfs- prefix to shorten names (costmetic adjustement)
- build configs were moved to https://github.com/armbian/os
- remove CI that is not going to work anymore. This means also master is out of this CI
- small changed to Readme.txt. Just adding some note, removing obvious
- add propery - supported arhitectures for distribution. Needed for CI optimisation
- remove README.armbian-next.md (need to be somewhere else)
- shrink CODEOWNERS due to messages overload
Signed-off-by: Igor <igor@armbian.com >
2023-02-21 18:51:41 +01:00
Igor
99b8317976
Merge branch 'armbian-next'
2023-02-18 16:44:41 +01:00
Ricardo Pardini
5137f76cc9
------------------------ armbian-next END marker -----------------------------
...
- this contains .md with the git logs short and full for the armbian-next history pre-squash
2023-02-18 12:27:34 -03:00
Ricardo Pardini
d6fafad9be
armbian-next: artifact rootfs: change default OCI target to new Armbian org hosted repo
2023-02-18 12:27:33 -03:00
Ricardo Pardini
aa70ad570b
armbian-next: use new/definitive pkg/image coordinates for Docker image, on Armbian org
2023-02-18 12:13:42 -03:00
Ricardo Pardini
13eba61c77
------------------------ armbian-next END marker -----------------------------
...
- this contains .md with the git logs short and full for the armbian-next history pre-squash
2023-02-18 07:46:48 -03:00
Ricardo Pardini
26783b050f
armbian-next: pip3: workaround new problems introduced by pip 23+
2023-02-18 07:46:47 -03:00
Ricardo Pardini
20de5dd2c6
armbian-next: switch to using Armbian-org GH hosted git shallow trees and Docker images
2023-02-18 07:46:46 -03:00
Ricardo Pardini
85f3fb5c93
armbian-next: oci-oras: don't capture our own debugs as part of the manifest (d'oh -- thanks RichN)
2023-02-18 07:46:45 -03:00
Ricardo Pardini
7b5d606a9b
split BOARD bananapim2pro from bananapim5, and force use of its new DTB; only for 6.2+, so edge only; use m5 FIP for m2pro
2023-02-18 07:46:44 -03:00
Ricardo Pardini
9e29827ad9
risc-v/starfive/starfive2/d1: all of RichNeese's Risc-V boards and families - squashed
...
- `risc-v`: rework RichNeese's boards, reduce families, move tweaks to boards
- `risc-v`/`starfive`: `CONFIG_MOTORCOMM_PHY=m` for the onboard Ethernet
- `risc-v`/`starfive`: use mainline kernel 6.1.y, with StarFive's rebased patches against `v6.1.5`
- from https://github.com/starfive-tech/linux/commits/visionfive
- contention point: `1022-soc-sifive-ccache-Add-StarFive-JH71x0-support.patch` which I merged half-assed, need review/fixes?
- `risc-v`/`starfive`: update kernel config, sans changes
- `risc-v`/`starfive`: switch from `grub` to `extlinux`
- `risc-v`/`starfive`: new `starfive` family with their (vendor) kernel
Co-authored-by: Richard Neese <r.neese@gmail.com >
2023-02-18 07:46:43 -03:00
Rich
7f11a59c3a
sid: add unstable repo
2023-02-18 07:46:42 -03:00
Ricardo Pardini
68e20a4bf4
qemu-uboot-xxx: fix missed rootfs cache due to pkg removals
2023-02-18 07:46:41 -03:00
Igor
ce68e373f1
Clean Mate desktops [cherry-pick]
2023-02-18 07:46:40 -03:00
Igor
4a4639f6a5
Clean / unify gnome desktop packages [cherry-pick]
2023-02-18 07:46:39 -03:00
Ash Hughes
2b896d72fb
meson64: current + edge: bring back fixed version of odroid-reboot driver (Fix reboot on odroid C4 when using UHS-II SD cards) [cherry pick]
2023-02-18 07:46:38 -03:00
Kreyren
b7d5ea2321
distro-agnostic: dropbear-initramfs: make sure directory exists [cherry-pick]
2023-02-18 07:46:37 -03:00
Kreyren
12f56ad78c
boards/README: Document SKIP_ARMBIAN_REPO [cherry-pick]
...
See ./lib/functions/rootfs/distro-specific.sh
2023-02-18 07:46:36 -03:00
Kreyren
ec88aaf149
bookworm: has new/separate repos for non-free-firmware (#4801 ) [cherry-pick]
...
- "Debian moved the non-free firmware into it's own sub-repository"
2023-02-18 07:46:35 -03:00
SteeManMI
c2ff82b7fe
meson64: current: Enable MGLRU on meson64-current [cherry-pick]
...
Per PR#4697 this was enabled first on meson64-edge to test.
I am now following up to enable on meson64-current.
2023-02-18 07:46:34 -03:00
amazingfate
493b8773e9
rockchip64: update bl31 and ddr blobs of rk3568 [cherry-pick]
2023-02-18 07:46:33 -03:00
Ricardo Pardini
4db330178f
odroidhc4: u-boot to 23.01; add HC4-SPI target preboot for USB; change HC4-SD target defconfig to new hc4_sd, similar to c4
...
- `odroidhc4`: pre-configure `fancontrol` so fans work right out of the box
2023-02-18 07:46:32 -03:00