Commit Graph

10251 Commits

Author SHA1 Message Date
dependabot[bot]
25cdb3f446
Bump ossf/scorecard-action from 1.1.2 to 2.0.3 (#4174)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 1.1.2 to 2.0.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ce330fde6b...865b409285)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13 15:14:18 +02:00
Igor Pečovnik
eca79f2a01
Switch to existing upstream brasnch / commit (#4175) 2022-09-13 15:14:06 +02:00
Igor Pečovnik
b3d49f0d9b
Remove build_desktop = no (#4173)
This is not needed anymore as we have HDMI out. And leaving this in, breaks community builds, where we want to build desktop images ...
2022-09-12 20:26:22 +02:00
Igor Pečovnik
fadf6443b5
Enable missing kernel build targets (#4171)
Even we don't provide images for imx6 or bcm-2711 edge, we need to build kernels
2022-09-12 11:57:59 +02:00
Igor
41778ea667 Bump sunxi to latest kernels 2022-09-10 15:25:34 +03:00
The-going
06a5344d1c sunxi-5.19: rebase patches to v5.19.8 2022-09-10 15:24:31 +03:00
The-going
4219126c3d sunxi-5.19: Add upstrem megous patches 2022-09-10 15:24:31 +03:00
TheLinuxBug
3c5b89559a
Update to README.md to reflect updated contribution information (#4159)
* Update README.md

Updated to Contribution section to include links to new documentation as well as Jira dashboards

* Update README.md

Fixed layout some more of contributions section

* Update README.md

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
2022-09-09 17:37:05 +02:00
Igor Pečovnik
cb7e9b771d
Remove NFS server package as its not needed by default. (#4162)
Leave common package so one can mount NFS share OOB
2022-09-07 21:16:59 +02:00
Igor Pečovnik
e066bf1bf3
Re-enable xradio on sunxi64-current (#4160)
* Re-enable xradio on sunxi64-current

* Fix path
2022-09-07 20:53:59 +02:00
Julian Sikorski
72543056b3
Update odroidxu4-current to 5.4.212 (#4161) 2022-09-07 20:53:46 +02:00
Igor Pečovnik
b1a7221006
GPG key used to sign GitHub CLI repo expired (#4163)
https://github.com/cli/cli/issues/6175
2022-09-07 20:53:31 +02:00
Igor Pečovnik
4b21499534
Bump sunxi kernels to latest (#4157) 2022-09-06 09:39:07 +02:00
Igor Pečovnik
99a939183c
Use different runners (#4143) 2022-09-05 11:13:13 +02:00
Igor Pečovnik
814017affa
Clean boot logo patches (#4155)
Tested building on 5.15.y and 5.19.y
2022-09-05 11:12:48 +02:00
Igor Pečovnik
0d6ebeab2e
Kernel config cleanup (#4156)
* Kernel config cleanup

* Add rpi
2022-09-05 11:12:39 +02:00
c0rnelius
f59a78a9ff
meson64: meson g12 gxl cma pool 896MB overlay (#4151)
G12/GXL boards with memory of 1GB or lower are unable to boot because the CMA memory pool is set to high. Leaving CMA at the default and providing an overlay for those who need or want the CMA higher, makes more sense than not supporting all possible memory options provided by said SoC(s).
2022-09-05 11:11:36 +02:00
Erik Faye-Lund
10aeb2f305
Fix armbian header (#4144)
* bsp: quote pattern passed to grep

This fixes a regression from #4013

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>

* bsp: refactor DISTRIBUTION_CODENAME logic

There's no need to repeat the check for /etc/armbian-distribution-status
over and over again, let's just use an if-statement instead.

Similarly, let's not repeat the logic to look up DISTRIBUTION_STATUS in
/etc/armbian-distribution-status; we can just do it at the end instead.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>

* bsp: only fallback to /etc/os-release if /etc/lsb-release failed

This fixes a regression from #3619

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>

* bsp: only fallback to "lsb_release -c" if all else failed

Debian Bookwork and Sid both neither have the debian-edu-config package
by default (which provodes /etc/lsb-release in Debian), nor does their
version of base-files (12.2) contain the VERSION_CODENAME field.

So we need another fallback. We *do* have lsb_release, which can provide
this information as well. So let's do that, but add a check as well in
case neither the lsb-release nor the lsb-release-minimal packages is
installed on a user's system.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
2022-09-03 23:21:00 +02:00
Igor Pečovnik
48628eb431
Remove deprecated wifi patches (#4140) 2022-09-03 23:20:45 +02:00
Igor Velkov
ee58cf1130
Fix for #4146 cp: missing destination file for helios64 (#4147) 2022-09-03 23:20:34 +02:00
Warrick W
f6fb1fc1b0
These two modules are required to support the serial uart peripheral. They are loaded by the debian init scripts in the initramfs, but userspace serial console doesn't work until after. This makes for a very difficult experience if replacing init, where the serial console output is entirely missing unless you're able to load these modules. (#4150) 2022-09-03 23:20:08 +02:00
hzyitc
9a004bfd52
Disable Github API in get_rootfs_cache_list (#4152) 2022-09-03 09:28:39 +02:00
hzyitc
6302958347
Typo in create_rootfs_cache version (#4149) 2022-09-02 20:47:39 +02:00
hzyitc
71f4e4091d
Refactor rootfs cache (#4080)
* Lint

* Rename: rootfs-cache for finding local cache easily

* Search local caches if we can't download any remote caches

* Use github api to get cache list instand of just try

* Use 0000 as default version to generate rootfs cache

* Use YYYYMMDD as rootfs version

* Rewrite the process

* Check local and remote cache at same time

* Add quote for jq to avoid a strange bug

* Remove creation of .current file

* Add package versions and silense debsums by default

* Typo

Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2022-09-02 13:21:47 +02:00
hzyitc
a57b9ca97f
Show more informations in first-login (#4072)
* Show more informations in first-login

* Keep 1st login as minimal as possible.

* Add line space

Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2022-09-01 23:08:09 +02:00
juanesf
7ee2157dbd
Activate sun4i_csi module in linux-sunxi-current. (#4141)
Activating sun4i_csi as a kernel module is required to activate csi0/1 on sun4i-a10, sun7i-a20 and sun8i-r40.
2022-09-01 23:07:48 +02:00
The-going
ce9e47d397
sunxi-5.19: update megous patches and switch to v5.19.5 (#4134)
* sunxi-5.19: type: Delete lines of non-existent files

* sunxi-5.19: update the upstream megous patches

* sunxi-5.19: switch EDGE to v5.19.5

* Update sunxi64_common.inc

* Update sunxi_common.inc

* Update sunxi64_common.inc

* Update sunxi_common.inc

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
2022-09-01 23:07:32 +02:00
hzyitc
ac20afc062
Fix nfs build (#4139)
* Tweak the size of NFS boot image to avoid no space while update_initramfs

* Bind mount root for update_initramfs when ROOTFS_TYPE=nfs
2022-09-01 23:07:14 +02:00
Paolo
cd58683a75
rk322x: device tree tidying up, add cooling maps and ir remote maps (#4126)
* tidy up rk322x dtb for edge, add cooling maps

* tidy up rk322x dtb for current, add cooling maps

* add rk322x tvbox remote keymap for current kernel
2022-09-01 23:07:00 +02:00
juanesf
b887204a44
Activate sun4i_csi module in linux-sunxi-edge (#4142)
Activating sun4i_csi as a kernel module is required to activate csi0/1 on sun4i-a10, sun7i-a20 and sun8i-r40.
2022-09-01 23:06:37 +02:00
Vyacheslav
3532e9cbed
Update JetHub D1 (j100) u-boot patchset to buildable state. (#4136) 2022-09-01 15:18:59 +02:00
Igor Pečovnik
ad5a63c9cb
Bump build system version to next release version (#4135) 2022-09-01 15:17:13 +02:00
Igor Pečovnik
053f4b4ad5
Update update-docker.yml (#4137) 2022-09-01 15:16:34 +02:00
Igor Pečovnik
426afe0c4f
Small refactor / cleaning of distribution tweak (#4131)
* Small refactor / cleaning of distribution tweak

Addressing cosmetic / warning from locales

* Remove deprecated parts
2022-08-30 07:52:19 +02:00
Igor Pečovnik
2c6f0c70e6
Re-enable Kernel bootsplash for 5.15.y or higher (#4132)
Tested on Meson64 and Rockchip64

Wasn't that hard after all :)
2022-08-30 07:52:06 +02:00
Igor Pečovnik
03dbd9d3a7
Move header revert patch under misc patches (#4128)
* Move header revert patch under misc patches as its only related to extra wifi drivers

* Update text
2022-08-29 08:44:21 +02:00
Igor Pečovnik
2fb3aaaf86
Add patches needed for Pi-KVM on Rpi4 (#4127)
* Add patches needed for Pi-KVM on Rpi4

* Remove patch that does not belong here

* Update config

* Update edge config
2022-08-29 08:43:24 +02:00
Igor Pečovnik
fc09806acb
Fixing wrong value for root partition label (#4122)
* Fixing wrong value for root partition label

And removing deprecated kernel paramter

* Update bcm2711.conf
2022-08-28 11:02:13 +02:00
Igor Pečovnik
d5ecfa5e46
Remove deprecated build targets (#4125) 2022-08-28 10:18:27 +02:00
hzyitc
7439ebbbeb
meson: edge: bump to mainline v5.18 (#4123)
* meson: edge: switch back to mainline linux-5.18.y

* meson: edge: Upgrade config
2022-08-28 07:59:45 +02:00
Igor Pečovnik
b11e42fa4a
Move Opi3 LTS to latest boot loader (#4124) 2022-08-28 07:59:34 +02:00
Igor Pečovnik
38df56fbf3
Move to tag and remove not needed patches (#4120) 2022-08-27 08:33:30 +02:00
Igor Pečovnik
4dab880d11
Remove deprecated patch (#4119) 2022-08-27 08:33:18 +02:00
Igor Pečovnik
722e1b171a
Remove deprecated patch (#4114) 2022-08-26 17:27:29 +02:00
Igor Pečovnik
7a3ad3afb2
Enable Docker up on Rock 5 (#4058)
* Attempt to bring Docker up

* Update txt

* Add few patches
2022-08-26 00:45:10 +02:00
Igor Pečovnik
3bb12e09a6
Bump sunxi to latest version (#4115)
* Bump sunxi

* sunxi-5.19: Delete unnecessary (#4116)

* sunxi-5.15: Delete unnecessary

* sunxi-5.15: fix rebase to v5.15.63

Co-authored-by: The-going <48602507+The-going@users.noreply.github.com>
2022-08-26 00:44:56 +02:00
Igor Pečovnik
53d6fc8df2
Adjusting build targets status for 22.08 (#4063)
* Deprecating build target

* Deprecating old pinebook and cubox-i

* Enabling UEFI targets

* Adjust build targets
2022-08-25 17:20:30 +02:00
Igor Pečovnik
79439fcbf1
Remove two broken packages from Debian SID (#4113) 2022-08-24 12:46:13 +02:00
Vyacheslav
eb8611b60c
Merge pull request #4112 from jethome-ru/AR-1296-jet-hub-d-1-u-boot-2022-07-bug
JetHome: u-boot: add bugfix for broken efi code
2022-08-24 12:52:08 +03:00
Vyacheslav Bocharov
bed71ca1ee
JetHome: u-boot: add bugfix for broken efi code in commit a9bf024b2933bba0e23038892970a18b72dfaeb4 2022-08-24 12:20:47 +03:00