RSS Bot
Bot-
Posts
4252 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
patching: 6.5+ armhf Makefile autopatcher; better summary patching: enhance the DT Makefile Autopatcher to work with armhf's new 6.5 subdir Makefiles as well as arm64 arm64: one-rule-per-dtb arm32: single-rule, multi-dtb patching: show the patch number for multi-patch mbox files in summary table patching: show auto-patch'ed in summary table (in blue); remove spurious warnings View the full article
-
docker (launcher): small fixes docker (launcher): fix un-needed grep escape \: (fixes "grep: warning: stray \ before :" on recent coreutils) docker (launcher): fix DOCKER_PASS_GIT=yes to actually work it still sucks (very slow) but is a way to get ${SRC}/.git in Docker if needed eg for patching archeology View the full article
-
rk322x/edge 6.5: enable Makefile Autopatcher, remove Makefile patches rk322x-config: shformat + fix 2 shellcheck errors rk322x/edge 6.5: update .config, no changes rk322x/edge 6.5: enable Makefile Autopatcher, remove Makefile patches remove add-board-makefile Patch remove overlay-y Makefile patch add note to the 6.1 version: Makefile autopatcher can't be enabled for 6.1, since the armhf move to subdirs only landed in 6.5-rc1 View the full article
-
base-files: add the upstream version both to the artifact_version and the reversioned; possibly fixes #5702 base-files: add the upstream version both to the artifact_version and the reversioned; possibly fixes #5702 OCI tags can't have "+" or "~" so replace those with "--" before using in OCI tag apt (repo) version will have whatever upstream has, including "+" and/or "~" View the full article
-
Description thead: add edge kernel support How Has This Been Tested? [x] Successfully built. [x] System startup (EMMC). Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
-
This second installment explores the Rust libraries Collabora developed to decode video and how these libraries are used within the ARCVM codec stack to eventually replace CrosVM's dependency on the Chrome codec stack through libvda. View the full article
-
Update maintainers and board status synced status from the database rename to .csc where we don't have anyone If you want to become a board maintainer, adjust data here. Ref: Board Maintainers Procedures and Guidelines View the full article
-
Description This PR will convert the existing dtb and dtbo patches into dt/overlay directories as in rockchip64 and other families for easier future handling of device trees. Also fixes a weird u-boot bug for device tree overlays and bring full support for R29_MXQ, R2B_MXQ and H20 boards. No other families other than rk322x have been touch by this PR. How Has This Been Tested? [x] Debian Bookworm images built and tested on live machine [x] Compiled current kernel 6.1 and tested on live installation Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
-
Description Maint. How Has This Been Tested? [x] Patch succeeds Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
cli: introduce rewrite-kernel-patches; fix kernel-patches-to-git; refactor obtain_kernel_git_info_and_makefile() cli: introduce rewrite-kernel-patches; fix kernel-patches-to-git; refactor obtain_kernel_git_info_and_makefile() kernel-patches-to-git wasn't providing the needed KERNEL_GIT_SHA1 for kernel drivers refactor obtain_kernel_git_info_and_makefile() out of artifact_kernel_prepare_version() so we can reuse introduce rewrite-kernel-patches, which is just an alias to kernel-patches-to-git with REWRITE_PATCHES=yes View the full article
-
Description Allwinner H6 boards like Orange Pi 3 LTS has this problem where u-boot spl sometimes detects the ram incorrectly as 4 GB instead of 2GB and because of that board doesn't boot any further until its forcefully power cylcled. I have noticed that adding a bit of delay in the ram detection function after calling mctl_core_init seems to fix the same. How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [X] Built and booted image on Orange Pi 3 LTS (sun50i H6). Changed default systemd target to reboot.target and left board rebooting overnight while serial console output was getting logged in a file. After I woke up, I noticed that board was still rebooting successfully without hanging and have performed 1350+ reboots. Checklist: [ ] My code follows the style guidelines of this project [X] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
pipeline: output-gha-matrix: add self_hosted (yes/no) and fetch_depth (0/1) pipeline: output-gha-matrix: add self_hosted (yes/no) and fetch_depth (0/1)# For each item in chunk, check if it is going to run in a GH-hosted runner or self-hosted, and set some matrix variables # accordingly; self_hosted: yes/no, and more specifically, fetch_depth, which is 0 for self-hosted, and 1 for GH-hosted. # The reasoning for this is that git clones are much faster if not shallow on self-hosted, but much slower on GH-hosted. self_hosted -> shosted for brevity in JSON matrix fetch_depth -> fdepth for brevity in JSON matrix View the full article
